@adobe/helix-config-storage 2.5.1 → 2.6.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [2.6.0](https://github.com/adobe/helix-config-storage/compare/v2.5.2...v2.6.0) (2025-08-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * include wordSaveDelay in sidekick schema ([0ad3d04](https://github.com/adobe/helix-config-storage/commit/0ad3d048a5b3ee8ee5dbe621b3638ce352d0fc6c))
7
+
8
+ ## [2.5.2](https://github.com/adobe/helix-config-storage/compare/v2.5.1...v2.5.2) (2025-07-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @adobe/helix-shared-storage to v1.3.1 ([#157](https://github.com/adobe/helix-config-storage/issues/157)) ([1f500b3](https://github.com/adobe/helix-config-storage/commit/1f500b37b0dc8294aaee497038a90933f2d20711))
14
+
1
15
  ## [2.5.1](https://github.com/adobe/helix-config-storage/compare/v2.5.0...v2.5.1) (2025-07-22)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config-storage",
3
- "version": "2.5.1",
3
+ "version": "2.6.0",
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
  "husky": "9.1.7",
48
48
  "json-schema-to-typescript": "15.0.4",
49
49
  "junit-report-builder": "5.1.1",
50
- "lint-staged": "16.1.2",
50
+ "lint-staged": "16.1.4",
51
51
  "mocha": "11.7.1",
52
52
  "mocha-multi-reporters": "1.5.1",
53
53
  "mocha-suppress-logs": "0.6.0",
@@ -250,6 +250,10 @@
250
250
  "type": "string"
251
251
  },
252
252
  "description": "Additional hosts that are trusted to use the sidekick authentication"
253
+ },
254
+ "wordSaveDelay": {
255
+ "type": "number",
256
+ "description": "The delay to wait for Word to save the document before previewing (defaults to 1500)"
253
257
  }
254
258
  },
255
259
  "additionalProperties": false