@univerjs-pro/collaboration 0.8.1 → 0.8.2-nightly.202506201607

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 (19) 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-range-protection/update-data-validation-rule.algo.d.ts +1 -1
  5. package/lib/types/controllers/sheet-transform/algorithms/insert-col/add-comment.algo.d.ts +1 -1
  6. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-comment.algo.d.ts +1 -1
  7. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-data-validation.algo.d.ts +2 -2
  8. package/lib/types/controllers/sheet-transform/algorithms/move-col/update-data-validation.algo.d.ts +1 -1
  9. package/lib/types/controllers/sheet-transform/algorithms/move-row/add-data-validation.algo.d.ts +1 -1
  10. package/lib/types/controllers/sheet-transform/algorithms/revert-revision/revert-revision.algo.d.ts +1 -1
  11. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +1 -1
  12. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/move-range.algo.d.ts +1 -1
  13. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/remove-sheets-filter.algo.d.ts +1 -1
  14. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-criteria/set-range-values.algo.d.ts +1 -1
  15. package/lib/types/controllers/sheet-transform/algorithms/set-sheets-filter-range/remove-sheets-filter.algo.d.ts +1 -1
  16. package/lib/types/services/snapshot/snapshot-save.service.d.ts +3 -3
  17. package/lib/types/services/snapshot/snapshot-transform.d.ts +5 -2
  18. package/lib/umd/index.js +1 -1
  19. 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.1",
3
+ "version": "0.8.2-nightly.202506201607",
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/data-validation": "0.8.1",
47
- "@univerjs-pro/license": "0.8.1",
48
- "@univerjs/core": "0.8.1",
46
+ "@univerjs-pro/license": "0.8.2-nightly.202506201607",
47
+ "@univerjs/data-validation": "0.8.2-nightly.202506201607",
48
+ "@univerjs/core": "0.8.2-nightly.202506201607",
49
+ "@univerjs/docs": "0.8.2-nightly.202506201607",
50
+ "@univerjs/sheets": "0.8.2-nightly.202506201607",
51
+ "@univerjs/engine-formula": "0.8.2-nightly.202506201607",
49
52
  "@univerjs/protocol": "0.1.47-alpha.0",
50
- "@univerjs/docs": "0.8.1",
51
- "@univerjs/engine-formula": "0.8.1",
52
- "@univerjs/sheets": "0.8.1",
53
- "@univerjs/sheets-conditional-formatting": "0.8.1",
54
- "@univerjs/sheets-filter": "0.8.1",
55
- "@univerjs/sheets-hyper-link": "0.8.1",
56
- "@univerjs/thread-comment": "0.8.1",
57
- "@univerjs/sheets-drawing": "0.8.1"
53
+ "@univerjs/sheets-conditional-formatting": "0.8.2-nightly.202506201607",
54
+ "@univerjs/sheets-drawing": "0.8.2-nightly.202506201607",
55
+ "@univerjs/sheets-filter": "0.8.2-nightly.202506201607",
56
+ "@univerjs/sheets-hyper-link": "0.8.2-nightly.202506201607",
57
+ "@univerjs/thread-comment": "0.8.2-nightly.202506201607"
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.0",
64
- "@univerjs-infra/shared": "0.8.1",
65
- "@univerjs/docs-ui": "0.8.1",
66
- "@univerjs/drawing": "0.8.1",
67
- "@univerjs/engine-render": "0.8.1"
63
+ "vitest": "^3.2.3",
64
+ "@univerjs-infra/shared": "0.8.2",
65
+ "@univerjs/docs-ui": "0.8.2-nightly.202506201607",
66
+ "@univerjs/drawing": "0.8.2-nightly.202506201607",
67
+ "@univerjs/engine-render": "0.8.2-nightly.202506201607"
68
68
  },
69
69
  "scripts": {
70
70
  "test": "vitest run",