@crossdelta/platform-sdk 0.7.4 → 0.7.5

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.
@@ -9,7 +9,7 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@crossdelta/cloudevents": "^0.4.0",
12
+ "@crossdelta/cloudevents": "^0.4.1",
13
13
  "zod": "^4.0.0"
14
14
  },
15
15
  "devDependencies": {
package/install.sh CHANGED
@@ -103,8 +103,11 @@ if [ $# -eq 0 ]; then
103
103
  printf "${GREEN}✨ Installation successful!${NC}\n"
104
104
  printf "\n"
105
105
  printf "${CYAN}Next steps:${NC}\n"
106
- printf " ${BLUE}pf new workspace my-platform${NC} # Create a new workspace\n"
107
- printf " ${BLUE}pf --help${NC} # Show all available commands\n"
106
+ printf " # Create a new workspace\n"
107
+ printf " ${BLUE}pf new workspace my-platform${NC}\n"
108
+ printf "\n"
109
+ printf " # Show all available commands\n"
110
+ printf " ${BLUE}pf --help${NC}\n"
108
111
  printf "\n"
109
112
  else
110
113
  printf "\n"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
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",