@adobe/helix-config-storage 2.2.2 → 2.2.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.2.4](https://github.com/adobe/helix-config-storage/compare/v2.2.3...v2.2.4) (2025-05-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * relax sidekick schema ([#121](https://github.com/adobe/helix-config-storage/issues/121)) ([f0a18c7](https://github.com/adobe/helix-config-storage/commit/f0a18c758e4f1f6ff05105ef018597d3d0768e9f))
7
+
8
+ ## [2.2.3](https://github.com/adobe/helix-config-storage/compare/v2.2.2...v2.2.3) (2025-05-05)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes ([#120](https://github.com/adobe/helix-config-storage/issues/120)) ([589090b](https://github.com/adobe/helix-config-storage/commit/589090b601785fe42272136b3c9679633833769c))
14
+
1
15
  ## [2.2.2](https://github.com/adobe/helix-config-storage/compare/v2.2.1...v2.2.2) (2025-05-05)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config-storage",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "Helix Config Storage",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -47,7 +47,7 @@
47
47
  "json-schema-to-typescript": "15.0.4",
48
48
  "junit-report-builder": "5.1.1",
49
49
  "lint-staged": "15.5.1",
50
- "mocha": "11.1.0",
50
+ "mocha": "11.2.2",
51
51
  "mocha-multi-reporters": "1.5.1",
52
52
  "mocha-suppress-logs": "0.5.1",
53
53
  "nock": "13.5.6",
@@ -67,6 +67,6 @@
67
67
  "@adobe/helix-shared-utils": "^3.0.2",
68
68
  "ajv": "8.17.1",
69
69
  "ajv-formats": "3.0.1",
70
- "jose": "6.0.10"
70
+ "jose": "6.0.11"
71
71
  }
72
72
  }
@@ -161,7 +161,7 @@
161
161
  "isBadge"
162
162
  ]
163
163
  },
164
- "additionalProperties": false
164
+ "additionalProperties": true
165
165
  },
166
166
  "sidekickSpecialView": {
167
167
  "type": "object",
@@ -190,7 +190,7 @@
190
190
  "path",
191
191
  "viewer"
192
192
  ],
193
- "additionalProperties": false
193
+ "additionalProperties": true
194
194
  }
195
195
  },
196
196
  "title": "Sidekick Config",
@@ -242,4 +242,4 @@
242
242
  }
243
243
  },
244
244
  "additionalProperties": false
245
- }
245
+ }