@fjall/deploy-core 15.0.0 → 16.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": "8e0931d5a8c25f837f240534e078e28952da9c72e8daa6688f8a86f3649dc8eb",
|
|
13
13
|
"files": {
|
|
14
14
|
"src/__test-utils__/awsMockHelpers.ts": "fea371c1b1869678",
|
|
15
15
|
"src/__test-utils__/index.ts": "e03cf35821157dc4",
|
|
@@ -270,9 +270,9 @@
|
|
|
270
270
|
"src/util/sleepAbortable.ts": "f9cac3bf8a79a476",
|
|
271
271
|
"src/version.ts": "1811a4475823b27e",
|
|
272
272
|
"../scripts/minify-dist.mjs": "6b2e4b0df8aec601",
|
|
273
|
-
"package.json": "
|
|
273
|
+
"package.json": "e3682cf5a74756a9",
|
|
274
274
|
"tsconfig.json": "1929cf3f99fe9b1e"
|
|
275
275
|
},
|
|
276
|
-
"outputHash": "
|
|
276
|
+
"outputHash": "60e4e430ac1fd73b86c6a9b8e8bc95f5c45ec8c0cf8d8a918e7ceb938defeb20",
|
|
277
277
|
"outputFileCount": 509
|
|
278
278
|
}
|
package/dist/.minified
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
254 files minified at 2026-08-
|
|
1
|
+
254 files minified at 2026-08-22T02:35:01.083Z
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjall/deploy-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.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": "^16.0.0",
|
|
100
|
+
"@fjall/util": "^16.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": ">=16.0.0 <17.0.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependenciesMeta": {
|
|
110
110
|
"@fjall/components-infrastructure": {
|