@univerjs-pro/collaboration 0.8.3 → 0.9.1-nightly.202507041607

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 (17) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/index.js +1 -1
  4. package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +1 -1
  5. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +1 -1
  6. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +1 -1
  7. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +1 -1
  8. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +1 -1
  9. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +1 -1
  10. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +1 -1
  11. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +1 -1
  12. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +1 -1
  13. package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +1 -1
  14. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +1 -1
  15. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +1 -1
  16. package/lib/umd/index.js +1 -1
  17. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/collaboration",
3
- "version": "0.8.3",
3
+ "version": "0.9.1-nightly.202507041607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -43,28 +43,28 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "uuid": "^11.1.0",
46
- "@univerjs/core": "0.8.3",
47
- "@univerjs/data-validation": "0.8.3",
48
- "@univerjs/docs": "0.8.3",
49
- "@univerjs/engine-formula": "0.8.3",
50
- "@univerjs/sheets": "0.8.3",
46
+ "@univerjs-pro/license": "0.9.1-nightly.202507041607",
47
+ "@univerjs/data-validation": "0.9.1-nightly.202507041607",
48
+ "@univerjs/core": "0.9.1-nightly.202507041607",
49
+ "@univerjs/docs": "0.9.1-nightly.202507041607",
51
50
  "@univerjs/protocol": "0.1.47-alpha.0",
52
- "@univerjs/sheets-conditional-formatting": "0.8.3",
53
- "@univerjs-pro/license": "0.8.3",
54
- "@univerjs/sheets-drawing": "0.8.3",
55
- "@univerjs/sheets-filter": "0.8.3",
56
- "@univerjs/sheets-hyper-link": "0.8.3",
57
- "@univerjs/thread-comment": "0.8.3"
51
+ "@univerjs/sheets-conditional-formatting": "0.9.1-nightly.202507041607",
52
+ "@univerjs/sheets": "0.9.1-nightly.202507041607",
53
+ "@univerjs/engine-formula": "0.9.1-nightly.202507041607",
54
+ "@univerjs/sheets-drawing": "0.9.1-nightly.202507041607",
55
+ "@univerjs/sheets-filter": "0.9.1-nightly.202507041607",
56
+ "@univerjs/sheets-hyper-link": "0.9.1-nightly.202507041607",
57
+ "@univerjs/thread-comment": "0.9.1-nightly.202507041607"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/uuid": "^10.0.0",
61
61
  "typescript": "^5.8.3",
62
62
  "vite": "^6.3.5",
63
63
  "vitest": "^3.2.4",
64
- "@univerjs-infra/shared": "0.8.3",
65
- "@univerjs/docs-ui": "0.8.3",
66
- "@univerjs/drawing": "0.8.3",
67
- "@univerjs/engine-render": "0.8.3"
64
+ "@univerjs-infra/shared": "0.9.1",
65
+ "@univerjs/drawing": "0.9.1-nightly.202507041607",
66
+ "@univerjs/engine-render": "0.9.1-nightly.202507041607",
67
+ "@univerjs/docs-ui": "0.9.1-nightly.202507041607"
68
68
  },
69
69
  "scripts": {
70
70
  "test": "vitest run",