@crossdelta/platform-sdk 0.1.3 → 0.1.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.
- package/README.md +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
- 🐝 **Hono Microservices** - Lightweight, fast microservice templates
|
|
13
13
|
- 🦅 **NestJS Microservices** - Enterprise-grade microservice templates
|
|
14
14
|
- 🔌 **Integrations** - Add common tools like Biome, NATS, Supabase
|
|
15
|
-
- 📦 **Pulumi Ready** - Infrastructure-as-Code out of the box
|
|
15
|
+
- 📦 **[Pulumi](https://www.pulumi.com) Ready** - Infrastructure-as-Code out of the box
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/platform-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "🚀 Crossdelta Platform SDK - build scalable projects faster",
|
|
5
5
|
"bin": {
|
|
6
6
|
"platform": "./bin/cli.js",
|
|
@@ -14,8 +14,7 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"bin/",
|
|
16
16
|
"dist/",
|
|
17
|
-
"
|
|
18
|
-
"package.json",
|
|
17
|
+
"README.md",
|
|
19
18
|
"schemas"
|
|
20
19
|
],
|
|
21
20
|
"exports": {
|