@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.
- package/dist/types/intents.d.ts +1 -1
- package/dist/types/intents.js +1 -1
- package/package.json +1 -1
package/dist/types/intents.d.ts
CHANGED
|
@@ -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
|
-
* -
|
|
8
|
+
* - Infrastructure provider changes
|
|
9
9
|
* - AWS SDK updates
|
|
10
10
|
* - Provider-specific naming conventions
|
|
11
11
|
*/
|
package/dist/types/intents.js
CHANGED
|
@@ -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
|
-
* -
|
|
9
|
+
* - Infrastructure provider changes
|
|
10
10
|
* - AWS SDK updates
|
|
11
11
|
* - Provider-specific naming conventions
|
|
12
12
|
*/
|
package/package.json
CHANGED