@fjall/deploy-core 0.95.0 → 0.96.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.
Files changed (2) hide show
  1. package/dist/.minified +1 -1
  2. package/package.json +4 -4
package/dist/.minified CHANGED
@@ -1 +1 @@
1
- 114 files minified at 2026-04-21T03:05:05.153Z
1
+ 114 files minified at 2026-04-27T00:08:20.549Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/deploy-core",
3
- "version": "0.95.0",
3
+ "version": "0.96.0",
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.95.0",
76
- "@fjall/util": "^0.95.0",
75
+ "@fjall/generator": "^0.96.0",
76
+ "@fjall/util": "^0.96.0",
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": "7fdbf0c5dd58088642c67d877e5e224831dfc149"
83
+ "gitHead": "bfbd3625ab029ba77a6571630e0edb85f9d53380"
84
84
  }