@components-kit/open-workbook-backend 0.1.0 → 0.1.1

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.
@@ -5886,7 +5886,7 @@ function disconnectedRuntimeCapabilities() {
5886
5886
  return {
5887
5887
  engine: {
5888
5888
  name: "open-workbook-daemon",
5889
- version: "0.1.0",
5889
+ version: "0.1.1",
5890
5890
  platform: "unknown"
5891
5891
  },
5892
5892
  apiSets: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@components-kit/open-workbook-backend",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Local backend broker for Open Workbook add-in sessions, backups, snapshots, plans, and permissions.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -43,9 +43,9 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "ws": "^8.18.0",
46
- "@components-kit/open-workbook-excel-core": "0.1.0",
47
- "@components-kit/open-workbook-protocol": "0.1.0",
48
- "@components-kit/open-workbook-office-js-engine": "0.1.0"
46
+ "@components-kit/open-workbook-excel-core": "0.1.1",
47
+ "@components-kit/open-workbook-office-js-engine": "0.1.1",
48
+ "@components-kit/open-workbook-protocol": "0.1.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/ws": "^8.5.13",