@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.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-data-validation/add-data-validation.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-col.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-merge/insert-row.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/remove-sheets-filter/set-sheets-filter-range.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/collaboration",
|
|
3
|
-
"version": "0.
|
|
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/
|
|
47
|
-
"@univerjs/data-validation": "0.
|
|
48
|
-
"@univerjs/
|
|
49
|
-
"@univerjs/
|
|
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.
|
|
53
|
-
"@univerjs
|
|
54
|
-
"@univerjs/
|
|
55
|
-
"@univerjs/sheets-
|
|
56
|
-
"@univerjs/sheets-
|
|
57
|
-
"@univerjs/
|
|
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.
|
|
65
|
-
"@univerjs/
|
|
66
|
-
"@univerjs/
|
|
67
|
-
"@univerjs/
|
|
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",
|