@venturekit/core 0.0.0-dev.20260311071358 → 0.0.0-dev.20260312005731

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.
@@ -5,7 +5,7 @@
5
5
  * The infra package translates intents to provider-specific resources.
6
6
  *
7
7
  * This abstraction layer insulates consuming projects from:
8
- * - SST version changes
8
+ * - Infrastructure provider changes
9
9
  * - AWS SDK updates
10
10
  * - Provider-specific naming conventions
11
11
  */
@@ -6,7 +6,7 @@
6
6
  * The infra package translates intents to provider-specific resources.
7
7
  *
8
8
  * This abstraction layer insulates consuming projects from:
9
- * - SST version changes
9
+ * - Infrastructure provider changes
10
10
  * - AWS SDK updates
11
11
  * - Provider-specific naming conventions
12
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venturekit/core",
3
- "version": "0.0.0-dev.20260311071358",
3
+ "version": "0.0.0-dev.20260312005731",
4
4
  "description": "VentureKit core types, presets, and configuration resolution.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",