@crossdelta/platform-sdk 0.2.26 → 0.2.27

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,9 +10,9 @@ Build event-driven microservice platforms with minimal boilerplate. This CLI sca
10
10
  ## Features
11
11
 
12
12
  - ⚡ **Quick Scaffolding** - Generate projects with best practices baked in
13
- - 🥟 **Bun-first** - Optimized for Bun runtime with npm/yarn/pnpm fallback
14
- - 🏗️ **Turborepo Workspaces** - Monorepo setup with parallel builds and caching
15
- - 🔧 **Microservice Templates** - Hono (lightweight) & NestJS (enterprise-grade)
13
+ - 🥟 **[Bun](https://bun.sh)-first** - Optimized for Bun runtime with npm/yarn/pnpm fallback
14
+ - 🏗️ **[Turborepo](https://turbo.build) Workspaces** - Monorepo setup with parallel builds and caching
15
+ - 🔧 **Microservice Templates** - [Hono](https://hono.dev) (lightweight) & [NestJS](https://nestjs.com) (enterprise-grade)
16
16
  - 📦 **[Pulumi](https://www.pulumi.com) Ready** - Infrastructure-as-Code out of the box
17
17
  - 🔌 **Auto Port Assignment** - Unique ports per service, no manual configuration
18
18
  - 🌍 **Env Generation** - `.env.local` auto-generated from `infra/services/*.ts` configs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "description": "CLI toolkit for scaffolding Turborepo workspaces with Pulumi infrastructure and Hono/NestJS microservices",
5
5
  "keywords": [
6
6
  "cli",