@univerjs-pro/collaboration 0.8.2 → 0.8.3-nightly.202507010644

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 (18) 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/types/index.d.ts +1 -0
  17. package/lib/umd/index.js +1 -1
  18. package/package.json +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/collaboration",
3
- "version": "0.8.2",
3
+ "version": "0.8.3-nightly.202507010644",
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-pro/license": "0.8.2",
47
- "@univerjs/core": "0.8.2",
48
- "@univerjs/data-validation": "0.8.2",
49
- "@univerjs/engine-formula": "0.8.2",
50
- "@univerjs/sheets": "0.8.2",
46
+ "@univerjs-pro/license": "0.8.3-nightly.202507010644",
47
+ "@univerjs/core": "0.8.3-nightly.202507010644",
48
+ "@univerjs/data-validation": "0.8.3-nightly.202507010644",
49
+ "@univerjs/docs": "0.8.3-nightly.202507010644",
51
50
  "@univerjs/protocol": "0.1.47-alpha.0",
52
- "@univerjs/docs": "0.8.2",
53
- "@univerjs/sheets-drawing": "0.8.2",
54
- "@univerjs/sheets-filter": "0.8.2",
55
- "@univerjs/sheets-conditional-formatting": "0.8.2",
56
- "@univerjs/thread-comment": "0.8.2",
57
- "@univerjs/sheets-hyper-link": "0.8.2"
51
+ "@univerjs/sheets": "0.8.3-nightly.202507010644",
52
+ "@univerjs/engine-formula": "0.8.3-nightly.202507010644",
53
+ "@univerjs/sheets-conditional-formatting": "0.8.3-nightly.202507010644",
54
+ "@univerjs/sheets-drawing": "0.8.3-nightly.202507010644",
55
+ "@univerjs/sheets-filter": "0.8.3-nightly.202507010644",
56
+ "@univerjs/thread-comment": "0.8.3-nightly.202507010644",
57
+ "@univerjs/sheets-hyper-link": "0.8.3-nightly.202507010644"
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
- "vitest": "^3.2.3",
64
- "@univerjs-infra/shared": "0.8.2",
65
- "@univerjs/docs-ui": "0.8.2",
66
- "@univerjs/engine-render": "0.8.2",
67
- "@univerjs/drawing": "0.8.2"
63
+ "vitest": "^3.2.4",
64
+ "@univerjs-infra/shared": "0.8.3",
65
+ "@univerjs/docs-ui": "0.8.3-nightly.202507010644",
66
+ "@univerjs/drawing": "0.8.3-nightly.202507010644",
67
+ "@univerjs/engine-render": "0.8.3-nightly.202507010644"
68
68
  },
69
69
  "scripts": {
70
70
  "test": "vitest run",