@crossdelta/platform-sdk 0.3.21 → 0.3.22

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 (4) hide show
  1. package/README.md +100 -18
  2. package/bin/cli.js +164 -302
  3. package/package.json +16 -5
  4. package/logo.png +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",
@@ -25,10 +25,12 @@
25
25
  "license": "MIT",
26
26
  "main": "./dist/index.js",
27
27
  "files": [
28
- "bin/",
28
+ "bin/**/*.js",
29
+ "bin/**/templates/**",
30
+ "bin/**/*.json",
31
+ "!bin/**/*.map",
29
32
  "dist/",
30
33
  "README.md",
31
- "logo.png",
32
34
  "schemas"
33
35
  ],
34
36
  "exports": {
@@ -62,7 +64,16 @@
62
64
  "@faker-js/faker",
63
65
  "ai",
64
66
  "@ai-sdk/openai",
65
- "@ai-sdk/anthropic"
67
+ "@ai-sdk/anthropic",
68
+ "vite",
69
+ "handlebars",
70
+ "zx",
71
+ "listr2",
72
+ "execa",
73
+ "globby",
74
+ "fs-extra",
75
+ "chalk",
76
+ "ora"
66
77
  ]
67
78
  },
68
79
  "dependencies": {
@@ -100,8 +111,8 @@
100
111
  "@angular-devkit/core": "^21.0.0",
101
112
  "@angular-devkit/schematics": "^21.0.0",
102
113
  "@angular-devkit/schematics-cli": "^19.2.10",
103
- "@nestjs/schematics": "^11.0.9",
104
114
  "@eslint/js": "^9.22.0",
115
+ "@nestjs/schematics": "^11.0.9",
105
116
  "@types/fs-extra": "^11.0.4",
106
117
  "@vitest/coverage-v8": "^3.1.2",
107
118
  "@vitest/ui": "^3.1.2",
package/logo.png DELETED
Binary file