rapidkit 0.27.6 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -55
- package/dist/autopilot-release-AITKKEK7.js +7 -0
- package/dist/{workspace-run-GVE4J6HT.js → chunk-TXJX4GUZ.js} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +52 -51
- package/dist/workspace-run-OFT4T3NU.js +1 -0
- package/package.json +1 -1
- package/dist/package.json +0 -142
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as runWorkspaceStage}from'./chunk-TXJX4GUZ.js';
|
package/package.json
CHANGED
package/dist/package.json
DELETED
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "rapidkit",
|
|
3
|
-
"version": "0.27.6",
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "Official CLI for RapidKit, an open-source workspace platform that standardizes how teams build, scale, and deploy backend services.",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"rapidkit",
|
|
8
|
-
"workspai",
|
|
9
|
-
"ai",
|
|
10
|
-
"cli",
|
|
11
|
-
"create",
|
|
12
|
-
"fastapi",
|
|
13
|
-
"nestjs",
|
|
14
|
-
"springboot",
|
|
15
|
-
"spring",
|
|
16
|
-
"gofiber",
|
|
17
|
-
"gogin",
|
|
18
|
-
"backend",
|
|
19
|
-
"microservices",
|
|
20
|
-
"generator",
|
|
21
|
-
"scaffold"
|
|
22
|
-
],
|
|
23
|
-
"author": "RapidKit Team",
|
|
24
|
-
"license": "MIT",
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/getrapidkit/rapidkit-npm.git"
|
|
28
|
-
},
|
|
29
|
-
"bin": {
|
|
30
|
-
"rapidkit": "dist/index.js"
|
|
31
|
-
},
|
|
32
|
-
"files": [
|
|
33
|
-
"dist",
|
|
34
|
-
"scripts/enforce-package-manager.cjs"
|
|
35
|
-
],
|
|
36
|
-
"publishConfig": {
|
|
37
|
-
"registry": "https://registry.npmjs.org",
|
|
38
|
-
"access": "public"
|
|
39
|
-
},
|
|
40
|
-
"scripts": {
|
|
41
|
-
"preinstall": "node scripts/enforce-package-manager.cjs",
|
|
42
|
-
"sync-kits": "bash scripts/sync-kits.sh",
|
|
43
|
-
"build": "tsup",
|
|
44
|
-
"build:watch": "tsup --watch",
|
|
45
|
-
"dev": "tsup --watch",
|
|
46
|
-
"dev:local": "npm run build && npm link",
|
|
47
|
-
"install:local": "npm unlink -g rapidkit && npm run build && npm link",
|
|
48
|
-
"uninstall:local": "npm unlink -g rapidkit",
|
|
49
|
-
"prepare": "husky",
|
|
50
|
-
"test:e2e:first-install": "bash scripts/e2e-first-install.sh",
|
|
51
|
-
"test:e2e:user-first-install": "bash scripts/e2e-user-first-install.sh",
|
|
52
|
-
"test": "vitest run",
|
|
53
|
-
"test:drift": "RAPIDKIT_DRIFT_GUARD=1 vitest run src/__tests__/drift-guard.test.ts",
|
|
54
|
-
"sync:parity-snapshot": "node scripts/sync-import-stack-parity-snapshot.mjs",
|
|
55
|
-
"check:parity-snapshot": "node scripts/sync-import-stack-parity-snapshot.mjs --check",
|
|
56
|
-
"test:parity-contract": "npm run sync:parity-snapshot -- --npm-only && vitest run src/__tests__/contracts/import-stack-parity.snapshot.test.ts",
|
|
57
|
-
"test:watch": "vitest",
|
|
58
|
-
"test:coverage": "vitest run --coverage",
|
|
59
|
-
"test:prepare-embeddings": "npx tsx scripts/generate-mock-embeddings.ts",
|
|
60
|
-
"test:e2e": "vitest run src/__tests__/e2e.test.ts",
|
|
61
|
-
"test:scenarios": "bash scripts/scenario-matrix-local.sh",
|
|
62
|
-
"test:scenarios:full": "RAPIDKIT_SCENARIO_FULL_BOOTSTRAP=1 bash scripts/scenario-matrix-local.sh",
|
|
63
|
-
"test:scenarios:docker": "bash scripts/scenario-matrix.sh",
|
|
64
|
-
"lint": "eslint src --ext .ts",
|
|
65
|
-
"lint:fix": "eslint src --ext .ts --fix",
|
|
66
|
-
"format": "prettier --write \"src/**/*.ts\"",
|
|
67
|
-
"format:check": "prettier --check \"src/**/*.ts\"",
|
|
68
|
-
"typecheck": "tsc --noEmit",
|
|
69
|
-
"validate": "npm run typecheck && npm run lint && npm run format:check && npm test",
|
|
70
|
-
"security": "npm audit --audit-level=moderate",
|
|
71
|
-
"security:fix": "npm audit fix",
|
|
72
|
-
"metrics": "npx tsx scripts/metrics.ts",
|
|
73
|
-
"validate:docs-examples": "node scripts/validate-doc-examples.mjs",
|
|
74
|
-
"check:markdown-links": "node scripts/check-markdown-links.mjs",
|
|
75
|
-
"check:docs-drift": "node scripts/docs-drift-guard.mjs",
|
|
76
|
-
"smoke:readme": "node scripts/smoke-readme-commands.mjs",
|
|
77
|
-
"validate:docs": "npm run check:markdown-links && npm run check:docs-drift && npm run validate:docs-examples && npm run smoke:readme",
|
|
78
|
-
"sync:contracts": "node scripts/sync-contracts.mjs",
|
|
79
|
-
"check:contracts": "node scripts/sync-contracts.mjs --check",
|
|
80
|
-
"bundle-size": "npm run build && du -sh dist/ && ls -lh dist/",
|
|
81
|
-
"analyze": "npm run build && node scripts/analyze-dist.mjs",
|
|
82
|
-
"size-check": "npm run build && size-limit",
|
|
83
|
-
"bench": "npx tsx scripts/benchmarks.ts",
|
|
84
|
-
"quality": "npm run typecheck && npm run lint && npm run format:check && npm test && npm run size-check",
|
|
85
|
-
"act-matrix": "act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-22.04 -P macos-latest=ghcr.io/catthehacker/ubuntu:act-22.04 -P windows-latest=ghcr.io/catthehacker/ubuntu:act-22.04 --pull=false -j build-test-matrix",
|
|
86
|
-
"release:dry": "bash scripts/release.sh --no-publish --yes --allow-dirty",
|
|
87
|
-
"release:patch": "bash scripts/release.sh patch",
|
|
88
|
-
"release:minor": "bash scripts/release.sh minor",
|
|
89
|
-
"release:major": "bash scripts/release.sh major"
|
|
90
|
-
},
|
|
91
|
-
"dependencies": {
|
|
92
|
-
"chalk": "^5.3.0",
|
|
93
|
-
"cli-progress": "^3.12.0",
|
|
94
|
-
"commander": "^12.1.0",
|
|
95
|
-
"execa": "^9.3.1",
|
|
96
|
-
"fs-extra": "^11.2.0",
|
|
97
|
-
"inquirer": "^13.2.2",
|
|
98
|
-
"nunjucks": "^3.2.4",
|
|
99
|
-
"openai": "^6.22.0",
|
|
100
|
-
"ora": "^8.0.1",
|
|
101
|
-
"validate-npm-package-name": "^5.0.1"
|
|
102
|
-
},
|
|
103
|
-
"devDependencies": {
|
|
104
|
-
"@eslint/eslintrc": "^3.3.3",
|
|
105
|
-
"@size-limit/preset-big-lib": "^12.0.0",
|
|
106
|
-
"@types/cli-progress": "^3.11.6",
|
|
107
|
-
"@types/fs-extra": "^11.0.4",
|
|
108
|
-
"@types/inquirer": "^9.0.7",
|
|
109
|
-
"@types/node": "^20.14.0",
|
|
110
|
-
"@types/nunjucks": "^3.2.6",
|
|
111
|
-
"@types/validate-npm-package-name": "^4.0.2",
|
|
112
|
-
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
113
|
-
"@typescript-eslint/parser": "^8.46.2",
|
|
114
|
-
"@vitest/coverage-v8": "^4.0.15",
|
|
115
|
-
"@vitest/ui": "^4.0.15",
|
|
116
|
-
"eslint": "^9.39.2",
|
|
117
|
-
"husky": "^9.1.7",
|
|
118
|
-
"lint-staged": "^15.5.2",
|
|
119
|
-
"prettier": "^3.6.2",
|
|
120
|
-
"size-limit": "^12.0.0",
|
|
121
|
-
"tsup": "^8.5.0",
|
|
122
|
-
"typescript": "^5.5.0",
|
|
123
|
-
"vite-bundle-visualizer": "^1.2.1",
|
|
124
|
-
"vitest": "^4.0.15"
|
|
125
|
-
},
|
|
126
|
-
"optionalDependencies": {
|
|
127
|
-
"@rollup/rollup-win32-x64-msvc": "*"
|
|
128
|
-
},
|
|
129
|
-
"engines": {
|
|
130
|
-
"node": ">=20.19.6"
|
|
131
|
-
},
|
|
132
|
-
"lint-staged": {
|
|
133
|
-
"*.ts": [
|
|
134
|
-
"eslint --fix",
|
|
135
|
-
"prettier --write"
|
|
136
|
-
]
|
|
137
|
-
},
|
|
138
|
-
"overrides": {
|
|
139
|
-
"minimatch": "^10.2.1"
|
|
140
|
-
},
|
|
141
|
-
"packageManager": "npm@10.8.2"
|
|
142
|
-
}
|