@adobe/helix-config-storage 2.2.4 → 2.2.5

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,10 @@
1
+ ## [2.2.5](https://github.com/adobe/helix-config-storage/compare/v2.2.4...v2.2.5) (2025-05-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add missing properties to the sidekick schema ([#122](https://github.com/adobe/helix-config-storage/issues/122)) ([2df49fa](https://github.com/adobe/helix-config-storage/commit/2df49fa110b7148a267e81a8c9e4318d86cb20b1))
7
+
1
8
  ## [2.2.4](https://github.com/adobe/helix-config-storage/compare/v2.2.3...v2.2.4) (2025-05-08)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config-storage",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "Helix Config Storage",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -177,6 +177,10 @@
177
177
  "/foo/**.json"
178
178
  ]
179
179
  },
180
+ "title": {
181
+ "type": "string",
182
+ "description": "Title of the special view"
183
+ },
180
184
  "viewer": {
181
185
  "type": "string",
182
186
  "description": "The URL of the special view. The resource path will be passed to it via 'path' parameter",
@@ -239,6 +243,13 @@
239
243
  "items": {
240
244
  "$ref": "#/definitions/sidekickSpecialView"
241
245
  }
246
+ },
247
+ "trustedHosts": {
248
+ "type": "array",
249
+ "items": {
250
+ "type": "string"
251
+ },
252
+ "description": "Additional hosts that are trusted to use the sidekick authentication"
242
253
  }
243
254
  },
244
255
  "additionalProperties": false