@crossdelta/platform-sdk 0.7.2 → 0.7.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.
package/README.md CHANGED
@@ -40,7 +40,8 @@
40
40
  bunx @crossdelta/platform-sdk new workspace my-platform -y
41
41
  cd my-platform
42
42
 
43
- # Generate microservice with AI (first time: run `pf setup --ai` to configure provider)
43
+ # Generate microservice with AI
44
+ # (first time: run `pf setup --ai` to configure provider)
44
45
  bunx @crossdelta/platform-sdk new hono-micro services/orders --ai \
45
46
  -d "Handle order creation and payment"
46
47
 
@@ -3,7 +3,7 @@
3
3
  "name": "@crossdelta/cloudevents",
4
4
  "description": "Type-safe event-driven microservices with NATS and Zod validation",
5
5
  "link": "https://www.npmjs.com/package/@crossdelta/cloudevents",
6
- "install": ["@crossdelta/cloudevents@^0.3.4", "zod@^4.0.0"],
6
+ "install": ["@crossdelta/cloudevents", "zod@^4.0.0"],
7
7
  "run": [],
8
8
  "initial": true
9
9
  },
@@ -11,7 +11,7 @@
11
11
  "name": "@crossdelta/telemetry",
12
12
  "description": "Zero-config OpenTelemetry instrumentation for TypeScript services",
13
13
  "link": "https://www.npmjs.com/package/@crossdelta/telemetry",
14
- "install": "@crossdelta/telemetry@latest",
14
+ "install": "@crossdelta/telemetry",
15
15
  "run": [],
16
16
  "initial": true
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "Your AI-powered platform engineer. Scaffold complete Turborepo workspaces, generate microservice boilerplate with natural language, and deploy to the cloud — all from one CLI",
5
5
  "keywords": [
6
6
  "cli",