@crossdelta/platform-sdk 0.4.41 → 0.4.43
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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.43",
|
|
4
4
|
"description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -55,8 +55,7 @@
|
|
|
55
55
|
"prepublishOnly": "npm run build",
|
|
56
56
|
"lint": "biome lint --fix",
|
|
57
57
|
"test": "vitest run",
|
|
58
|
-
"test:watch": "vitest watch"
|
|
59
|
-
"postinstall": "npm run build"
|
|
58
|
+
"test:watch": "vitest watch"
|
|
60
59
|
},
|
|
61
60
|
"schematics": "./dist/schematics/collection.json",
|
|
62
61
|
"esbuild": {
|
|
@@ -121,7 +120,6 @@
|
|
|
121
120
|
"comment-json": "^4.4.1",
|
|
122
121
|
"esbuild": "^0.25.3",
|
|
123
122
|
"eslint": "^9.25.1",
|
|
124
|
-
"semantic-release": "^25.0.2",
|
|
125
123
|
"typescript": "^5.8.3",
|
|
126
124
|
"typescript-eslint": "^8.31.1",
|
|
127
125
|
"vitest": "^3.1.2"
|