@crossdelta/platform-sdk 0.2.7 → 0.2.9

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.
@@ -1,14 +1,4 @@
1
1
  [
2
- {
3
- "name": "@crossdelta/infrastructure",
4
- "description": "Crossdelta Infrastructure SDK for service configuration",
5
- "link": "https://github.com/crossdelta/infrastructure",
6
- "install": "@crossdelta/infrastructure@latest",
7
- "run": [
8
- "turbo run generate-env"
9
- ],
10
- "initial": true
11
- },
12
2
  {
13
3
  "name": "@orderboss/cloudevents",
14
4
  "description": "Orderboss CloudEvents SDK for TypeScript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "🚀 Crossdelta Platform SDK - build scalable projects faster",
5
5
  "bin": {
6
6
  "platform": "./bin/cli.js",
@@ -48,7 +48,6 @@
48
48
  "schematics": "./dist/schematics/collection.json",
49
49
  "dependencies": {
50
50
  "@angular-devkit/core": "^21.0.0",
51
- "@commercetools/platform-sdk": "^8.9.0",
52
51
  "@faker-js/faker": "^9.8.0",
53
52
  "@inquirer/prompts": "^7.5.0",
54
53
  "@listr2/prompt-adapter-enquirer": "^2.0.15",