@crossdelta/platform-sdk 0.4.3 → 0.4.4

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +8 -1
package/README.md CHANGED
@@ -140,7 +140,6 @@ These principles guide every decision in `pf`:
140
140
  - **🌊 DigitalOcean-first, cloud-agnostic later** — Start simple with DO, expand to AWS/GCP when needed
141
141
  - **🤖 AI-augmented development** — Use AI to generate complete services, not just snippets
142
142
  - **📏 Convention over configuration** — Strong opinions enable automation
143
-
144
143
  <br />
145
144
 
146
145
  ---
@@ -233,12 +232,12 @@ You're building a new product from scratch and want to establish a solid foundat
233
232
 
234
233
  ```bash
235
234
  # Step 1: Scaffold the workspace
236
- bunx @crossdelta/platform-sdk new workspace my-platform-platform \
235
+ bunx @crossdelta/platform-sdk new workspace my-platform \
237
236
  --github-owner my-platform \
238
237
  --pulumi-stack dev \
239
238
  -y
240
239
 
241
- cd my-platform-platform
240
+ cd my-platform
242
241
 
243
242
  # Step 2: Configure infrastructure (optional)
244
243
  # Edit infra/config.ts to customize:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",
@@ -114,6 +114,12 @@
114
114
  "@angular-devkit/schematics-cli": "^19.2.10",
115
115
  "@eslint/js": "^9.22.0",
116
116
  "@nestjs/schematics": "^11.0.9",
117
+ "@semantic-release/changelog": "^6.0.3",
118
+ "@semantic-release/commit-analyzer": "^13.0.1",
119
+ "@semantic-release/git": "^10.0.1",
120
+ "@semantic-release/github": "^12.0.2",
121
+ "@semantic-release/npm": "^13.1.2",
122
+ "@semantic-release/release-notes-generator": "^14.1.0",
117
123
  "@types/fs-extra": "^11.0.4",
118
124
  "@vitest/coverage-v8": "^3.1.2",
119
125
  "@vitest/ui": "^3.1.2",
@@ -121,6 +127,7 @@
121
127
  "comment-json": "^4.4.1",
122
128
  "esbuild": "^0.25.3",
123
129
  "eslint": "^9.25.1",
130
+ "semantic-release": "^25.0.2",
124
131
  "typescript": "^5.8.3",
125
132
  "typescript-eslint": "^8.31.1",
126
133
  "vitest": "^3.1.2"