File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 2424 "changeset" : " changeset" ,
2525 "changeset:version" : " changeset version" ,
2626 "changeset:publish" : " changeset publish" ,
27- "prerelease" : " pnpm -r prerelease" ,
2827 "release" : " pnpm build && pnpm changeset publish" ,
2928 "build" : " pnpm -r build" ,
3029 "build:verify" : " pnpm run build && pnpm run verify:build" ,
Original file line number Diff line number Diff line change 1+ # cursor-api
2+
3+ ## 2.0.0
4+
5+ ### Major Changes
6+
7+ - 6281df4: refactor: restructure project for monorepo setup and update ESLint configuration
Original file line number Diff line number Diff line change @@ -44,24 +44,6 @@ npm run test:all
4444npm run ci
4545```
4646
47- ### 2. Pre-release Check
48-
49- #### Automated Pre-release Check
50-
51- ``` bash
52- npm run prerelease
53- ```
54-
55- This command executes:
56-
57- - Git status check
58- - Version number verification
59- - Complete test suite
60- - Build verification
61- - Package content check
62- - Dependency security check
63- - Documentation integrity verification
64-
6547#### Manual Release Check
6648
6749``` bash
@@ -242,9 +224,6 @@ npm run test:e2e
242224
243225# Full CI workflow
244226npm run ci
245-
246- # Pre-release check
247- npm run prerelease
248227```
249228
250229### Verification Scripts
Original file line number Diff line number Diff line change 11{
22 "name" : " cursor-api" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "description" : " TypeScript library for the Cursor API" ,
55 "keywords" : [
66 " cursor" ,
4747 "test:watch" : " jest --watch --detectOpenHandles" ,
4848 "test:coverage" : " jest --coverage --detectOpenHandles --selectProjects unit" ,
4949 "test:e2e" : " jest --detectOpenHandles --selectProjects e2e" ,
50- "test:unit" : " jest --detectOpenHandles --selectProjects unit" ,
51- "prerelease" : " tsx scripts/pre-release-check.ts"
50+ "test:unit" : " jest --detectOpenHandles --selectProjects unit"
5251 },
5352 "dependencies" : {
5453 "protobufjs" : " ^7.4.0" ,
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # cursor-cli
2+
3+ ## 2.0.0
4+
5+ ### Major Changes
6+
7+ - 6281df4: refactor: restructure project for monorepo setup and update ESLint configuration
Original file line number Diff line number Diff line change 11{
22 "name" : " cursor-cli" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "description" : " CLI tools for Cursor IDE" ,
55 "author" : " xwartz" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments