@fjall/deploy-core 2.17.0 → 2.18.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
- 152 files minified at 2026-06-15T10:18:02.165Z
1
+ 152 files minified at 2026-06-18T09:54:27.714Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/deploy-core",
3
- "version": "2.17.0",
3
+ "version": "2.18.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",
@@ -78,8 +78,8 @@
78
78
  "@aws-sdk/client-sqs": "^3.1067.0",
79
79
  "@aws-sdk/client-sso-admin": "^3.1038.0",
80
80
  "@aws-sdk/client-sts": "^3.1038.0",
81
- "@fjall/generator": "^2.17.0",
82
- "@fjall/util": "^2.17.0",
81
+ "@fjall/generator": "^2.18.0",
82
+ "@fjall/util": "^2.18.0",
83
83
  "@smithy/node-http-handler": "^4.6.1",
84
84
  "tsx": "^4.21.0",
85
85
  "zod": "^4.4.3"
@@ -88,5 +88,5 @@
88
88
  "@types/node": "^25.6.0",
89
89
  "vitest": "^4.1.5"
90
90
  },
91
- "gitHead": "21cfe1aae339e12183af2813ec81f581b9b77d49"
91
+ "gitHead": "37008ca5469398c42a09e6babc8cc4192ab938b2"
92
92
  }