@continuous-excellence/ze-great-dashboard-aws 0.31.1 → 0.31.2

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/lambda.mjs +3 -3
  2. package/package.json +2 -2
package/dist/lambda.mjs CHANGED
@@ -26039,7 +26039,7 @@ var require_dist_cjs16 = __commonJS({
26039
26039
  Region: { type: "builtInParams", name: "region" },
26040
26040
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
26041
26041
  };
26042
- var version2 = "3.1130.0";
26042
+ var version2 = "3.1131.0";
26043
26043
  var packageInfo = {
26044
26044
  version: version2
26045
26045
  };
@@ -27817,7 +27817,7 @@ var require_dist_cjs17 = __commonJS({
27817
27817
  Region: { type: "builtInParams", name: "region" },
27818
27818
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
27819
27819
  };
27820
- var version2 = "3.1130.0";
27820
+ var version2 = "3.1131.0";
27821
27821
  var packageInfo = {
27822
27822
  version: version2
27823
27823
  };
@@ -52014,7 +52014,7 @@ ${content.join("\n")}
52014
52014
  var version = {
52015
52015
  major: 4,
52016
52016
  minor: 6,
52017
- patch: 4
52017
+ patch: 5
52018
52018
  };
52019
52019
 
52020
52020
  // node_modules/zod/v4/core/schemas.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuous-excellence/ze-great-dashboard-aws",
3
- "version": "0.31.1",
3
+ "version": "0.31.2",
4
4
  "type": "module",
5
5
  "description": "AWS server runtime and CloudFormation deployment tooling for Ze Great Dashboard.",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "fflate": "^0.8.3",
38
38
  "yaml": "^2.9.1",
39
- "zod": "^4.6.4"
39
+ "zod": "^4.6.5"
40
40
  },
41
41
  "devDependencies": {
42
42
  "esbuild": "^0.28.2",