@fjall/deploy-core 0.94.0 → 0.94.1
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/.minified +1 -1
- package/package.json +4 -4
package/dist/.minified
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
114 files minified at 2026-04-21T02:
|
|
1
|
+
114 files minified at 2026-04-21T02:31:24.067Z
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjall/deploy-core",
|
|
3
|
-
"version": "0.94.
|
|
3
|
+
"version": "0.94.1",
|
|
4
4
|
"description": "Shared deployment engine for Fjall — used by CLI and webapp worker",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
"@aws-sdk/client-s3": "^3.1009.0",
|
|
73
73
|
"@aws-sdk/client-sso-admin": "^3.1009.0",
|
|
74
74
|
"@aws-sdk/client-sts": "^3.1009.0",
|
|
75
|
-
"@fjall/generator": "^0.94.
|
|
76
|
-
"@fjall/util": "^0.94.
|
|
75
|
+
"@fjall/generator": "^0.94.1",
|
|
76
|
+
"@fjall/util": "^0.94.1",
|
|
77
77
|
"@smithy/node-http-handler": "^4.5.0",
|
|
78
78
|
"zod": "^4.3.6"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"vitest": "^3.2.3"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "65d778bc6370a5becd761b367a482ca51e890f58"
|
|
84
84
|
}
|