@fjall/deploy-core 21.1.0 → 22.0.0
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/.build-source-hash +3 -3
- package/dist/.minified +1 -1
- package/package.json +4 -4
package/dist/.build-source-hash
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"package.json",
|
|
10
10
|
"tsconfig.json"
|
|
11
11
|
],
|
|
12
|
-
"hash": "
|
|
12
|
+
"hash": "d302d0d931ced937e70787e86b56e03bc4efa38b892820cba9bf8ad9e07f54cf",
|
|
13
13
|
"files": {
|
|
14
14
|
"src/__test-utils__/awsMockHelpers.ts": "fea371c1b1869678",
|
|
15
15
|
"src/__test-utils__/index.ts": "e03cf35821157dc4",
|
|
@@ -273,9 +273,9 @@
|
|
|
273
273
|
"src/util/sleepAbortable.ts": "ee2facc7b89ab9f5",
|
|
274
274
|
"src/version.ts": "1811a4475823b27e",
|
|
275
275
|
"../scripts/minify-dist.mjs": "6b2e4b0df8aec601",
|
|
276
|
-
"package.json": "
|
|
276
|
+
"package.json": "5b25c8eb6890a44b",
|
|
277
277
|
"tsconfig.json": "1929cf3f99fe9b1e"
|
|
278
278
|
},
|
|
279
|
-
"outputHash": "
|
|
279
|
+
"outputHash": "674af3833c83c993c2a02078486470b8643e3469d1b360f2867dbe9fe0f78b19",
|
|
280
280
|
"outputFileCount": 515
|
|
281
281
|
}
|
package/dist/.minified
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
257 files minified at 2026-08-
|
|
1
|
+
257 files minified at 2026-08-30T00:18:50.833Z
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjall/deploy-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/fjall-tech/fjall.git",
|
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
"@aws-sdk/client-ssm": "^3.1098.0",
|
|
97
97
|
"@aws-sdk/client-sso-admin": "^3.1098.0",
|
|
98
98
|
"@aws-sdk/client-sts": "^3.1098.0",
|
|
99
|
-
"@fjall/generator": "^
|
|
100
|
-
"@fjall/util": "^
|
|
99
|
+
"@fjall/generator": "^22.0.0",
|
|
100
|
+
"@fjall/util": "^22.0.0",
|
|
101
101
|
"@smithy/node-http-handler": "^4.9.13",
|
|
102
102
|
"aws-cdk": "^2.1134.0",
|
|
103
103
|
"tsx": "^4.23.1",
|
|
104
104
|
"zod": "^4.4.3"
|
|
105
105
|
},
|
|
106
106
|
"peerDependencies": {
|
|
107
|
-
"@fjall/components-infrastructure": ">=
|
|
107
|
+
"@fjall/components-infrastructure": ">=22.0.0 <23.0.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependenciesMeta": {
|
|
110
110
|
"@fjall/components-infrastructure": {
|