@crossdelta/platform-sdk 0.3.16 → 0.3.17

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 +1 -13
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -251,19 +251,7 @@ pulumi up --stack dev
251
251
 
252
252
  ---
253
253
 
254
- ## 📦 Installation
255
-
256
- ```bash
257
- # Via npx (recommended)
258
- npx @crossdelta/platform-sdk new workspace my-platform
259
-
260
- # Global install
261
- bun add -g @crossdelta/platform-sdk
262
- ```
263
-
264
- ---
265
-
266
- ## 👍 When to use this
254
+ ## When to use this
267
255
 
268
256
  - ✅ **Bun-first microservice platform** with minimal boilerplate
269
257
  - ✅ **Turborepo + Pulumi** as architectural baseline
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",
@@ -17,9 +17,9 @@
17
17
  ],
18
18
  "homepage": "https://www.npmjs.com/package/@crossdelta/platform-sdk",
19
19
  "bin": {
20
- "crossdelta-platform-sdk": "./bin/cli.js",
20
+ "pf": "./bin/cli.js",
21
21
  "platform": "./bin/cli.js",
22
- "pf": "./bin/cli.js"
22
+ "crossdelta-platform-sdk": "./bin/cli.js"
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=21.0.0"