@univerjs-pro/collaboration 0.4.2-nightly.202410291606 → 0.4.2-nightly.202410310419

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/collaboration",
3
- "version": "0.4.2-nightly.202410291606",
3
+ "version": "0.4.2-nightly.202410310419",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -20,18 +20,15 @@
20
20
  "exports": {
21
21
  ".": {
22
22
  "import": "./lib/es/index.js",
23
- "require": "./lib/cjs/index.js",
24
23
  "types": "./lib/types/index.d.ts"
25
24
  },
26
25
  "./*": {
27
26
  "import": "./lib/es/*",
28
- "require": "./lib/cjs/*",
29
27
  "types": "./lib/types/index.d.ts"
30
28
  },
31
29
  "./lib/*": "./lib/*"
32
30
  },
33
- "main": "./lib/cjs/index.js",
34
- "module": "./lib/es/index.js",
31
+ "main": "./lib/es/index.js",
35
32
  "types": "./lib/types/index.d.ts",
36
33
  "publishConfig": {
37
34
  "access": "public"
@@ -43,38 +40,36 @@
43
40
  "lib"
44
41
  ],
45
42
  "dependencies": {
46
- "uuid": "^10.0.0",
47
- "@univerjs-pro/license": "0.4.2-nightly.202410291606",
48
- "@univerjs/core": "0.4.2-nightly.202410291606",
49
- "@univerjs/docs": "0.4.2-nightly.202410291606",
50
- "@univerjs/drawing": "0.4.2-nightly.202410291606",
51
- "@univerjs/data-validation": "0.4.2-nightly.202410291606",
52
- "@univerjs/engine-formula": "0.4.2-nightly.202410291606",
53
- "@univerjs/engine-render": "0.4.2-nightly.202410291606",
43
+ "uuid": "^11.0.2",
44
+ "@univerjs-pro/license": "0.4.2-nightly.202410310419",
45
+ "@univerjs/core": "0.4.2-nightly.202410310419",
46
+ "@univerjs/docs": "0.4.2-nightly.202410310419",
47
+ "@univerjs/engine-render": "0.4.2-nightly.202410310419",
48
+ "@univerjs/data-validation": "0.4.2-nightly.202410310419",
49
+ "@univerjs/engine-formula": "0.4.2-nightly.202410310419",
50
+ "@univerjs/sheets-conditional-formatting": "0.4.2-nightly.202410310419",
51
+ "@univerjs/drawing": "0.4.2-nightly.202410310419",
52
+ "@univerjs/sheets": "0.4.2-nightly.202410310419",
54
53
  "@univerjs/protocol": "0.1.39-alpha.38",
55
- "@univerjs/sheets": "0.4.2-nightly.202410291606",
56
- "@univerjs/sheets-drawing": "0.4.2-nightly.202410291606",
57
- "@univerjs/sheets-conditional-formatting": "0.4.2-nightly.202410291606",
58
- "@univerjs/sheets-filter": "0.4.2-nightly.202410291606",
59
- "@univerjs/sheets-hyper-link": "0.4.2-nightly.202410291606",
60
- "@univerjs/thread-comment": "0.4.2-nightly.202410291606"
54
+ "@univerjs/sheets-drawing": "0.4.2-nightly.202410310419",
55
+ "@univerjs/sheets-filter": "0.4.2-nightly.202410310419",
56
+ "@univerjs/thread-comment": "0.4.2-nightly.202410310419",
57
+ "@univerjs/sheets-hyper-link": "0.4.2-nightly.202410310419"
61
58
  },
62
59
  "devDependencies": {
63
60
  "typescript": "5.6.3",
64
- "vite": "^5.4.5",
65
- "vitest": "^2.1.2",
61
+ "vite": "^5.4.10",
62
+ "vitest": "^2.1.4",
66
63
  "@univerjs-infra/shared": "0.4.2",
67
- "@univerjs/docs-ui": "0.4.2-nightly.202410291606"
64
+ "@univerjs/docs-ui": "0.4.2-nightly.202410310419"
68
65
  },
69
66
  "univerSpace": {
70
67
  ".": {
71
68
  "import": "./lib/es/index.js",
72
- "require": "./lib/cjs/index.js",
73
69
  "types": "./lib/types/index.d.ts"
74
70
  },
75
71
  "./*": {
76
72
  "import": "./lib/es/*",
77
- "require": "./lib/cjs/*",
78
73
  "types": "./lib/types/index.d.ts"
79
74
  },
80
75
  "./lib/*": "./lib/*"
@@ -85,5 +80,6 @@
85
80
  "coverage": "vitest run --coverage",
86
81
  "lint:types": "tsc --noEmit",
87
82
  "build": "tsc && vite build"
88
- }
83
+ },
84
+ "module": "./lib/es/index.js"
89
85
  }