@crossdelta/platform-sdk 0.7.17 → 0.7.19
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
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<strong>Opinionated
|
|
12
|
+
<strong>Opinionated platform toolkit for event-driven microservices.</strong><br />
|
|
13
13
|
Scaffold <a href="https://turbo.build/repo">Turborepo</a> workspaces, generate services from natural language,<br />
|
|
14
14
|
and deploy via <a href="https://www.pulumi.com">Pulumi</a> — DigitalOcean-first, provider-agnostic by design.
|
|
15
15
|
</p>
|
|
@@ -120,7 +120,7 @@ pf pulumi up # → runs in infra/ directory
|
|
|
120
120
|
|
|
121
121
|
### ✅ `pf` is:
|
|
122
122
|
|
|
123
|
-
- **Opinionated
|
|
123
|
+
- **Opinionated platform toolkit** for event-driven microservices
|
|
124
124
|
- **[Turborepo](https://turbo.build/repo) scaffolder** with [Pulumi](https://www.pulumi.com) IaC and [NATS](https://nats.io) messaging built-in
|
|
125
125
|
- **AI-assisted code generator** that creates service boilerplate from descriptions
|
|
126
126
|
- **Unified dev workflow** — one command to run all services (`pf dev`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.19",
|
|
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",
|