@univerjs-pro/edit-history-loader 0.21.1 → 0.22.0

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,9 +1,9 @@
1
1
  {
2
2
  "name": "@univerjs-pro/edit-history-loader",
3
- "version": "0.21.1",
3
+ "version": "0.22.0",
4
4
  "private": false,
5
- "description": "UniverSheet edit history loader",
6
- "author": "DreamNum <developer@univer.ai>",
5
+ "description": "Edit history loading integration for Univer Pro.",
6
+ "author": "DreamNum Co., Ltd. <developer@univer.ai>",
7
7
  "funding": {
8
8
  "type": "opencollective",
9
9
  "url": "https://opencollective.com/univer"
@@ -16,7 +16,13 @@
16
16
  "bugs": {
17
17
  "url": "https://github.com/dream-num/univer/issues"
18
18
  },
19
- "keywords": [],
19
+ "keywords": [
20
+ "univer",
21
+ "univer-pro",
22
+ "edit-history",
23
+ "history",
24
+ "plugin"
25
+ ],
20
26
  "exports": {
21
27
  ".": {
22
28
  "import": "./lib/es/index.js",
@@ -46,52 +52,52 @@
46
52
  },
47
53
  "dependencies": {
48
54
  "@univerjs/icons": "^1.1.1",
49
- "@univerjs-pro/collaboration-client": "0.21.1",
50
- "@univerjs-pro/edit-history-viewer": "0.21.1",
51
- "@univerjs-pro/collaboration": "0.21.1",
52
- "@univerjs-pro/license": "0.21.1",
53
- "@univerjs-pro/collaboration-client-ui": "0.21.1",
54
- "@univerjs-pro/sheets-chart": "0.21.1",
55
- "@univerjs-pro/sheets-chart-ui": "0.21.1",
56
- "@univerjs-pro/sheets-pivot": "0.21.1",
57
- "@univerjs-pro/sheets-shape-ui": "0.21.1",
58
- "@univerjs-pro/sheets-sparkline": "0.21.1",
59
- "@univerjs/data-validation": "0.21.1",
60
- "@univerjs/core": "0.21.1",
61
- "@univerjs/design": "0.21.1",
62
- "@univerjs-pro/sheets-shape": "0.21.1",
63
- "@univerjs/docs": "0.21.1",
64
- "@univerjs-pro/sheets-sparkline-ui": "0.21.1",
65
- "@univerjs/docs-ui": "0.21.1",
66
- "@univerjs/drawing-ui": "0.21.1",
67
- "@univerjs/drawing": "0.21.1",
68
- "@univerjs/engine-render": "0.21.1",
69
- "@univerjs/engine-formula": "0.21.1",
70
- "@univerjs/network": "0.21.1",
71
- "@univerjs/sheets": "0.21.1",
72
- "@univerjs/rpc": "0.21.1",
73
- "@univerjs/sheets-conditional-formatting": "0.21.1",
74
- "@univerjs/sheets-conditional-formatting-ui": "0.21.1",
75
- "@univerjs/sheets-data-validation": "0.21.1",
76
- "@univerjs/sheets-drawing": "0.21.1",
77
- "@univerjs/sheets-data-validation-ui": "0.21.1",
78
- "@univerjs/sheets-filter": "0.21.1",
79
- "@univerjs/sheets-filter-ui": "0.21.1",
80
- "@univerjs/sheets-drawing-ui": "0.21.1",
81
- "@univerjs/sheets-formula-ui": "0.21.1",
82
- "@univerjs/sheets-hyper-link": "0.21.1",
83
- "@univerjs/sheets-numfmt": "0.21.1",
84
- "@univerjs/sheets-table": "0.21.1",
85
- "@univerjs/sheets-hyper-link-ui": "0.21.1",
86
- "@univerjs/sheets-ui": "0.21.1",
87
- "@univerjs/sheets-formula": "0.21.1",
88
- "@univerjs/ui": "0.21.1"
55
+ "@univerjs-pro/collaboration": "0.22.0",
56
+ "@univerjs-pro/edit-history-viewer": "0.22.0",
57
+ "@univerjs-pro/license": "0.22.0",
58
+ "@univerjs-pro/sheets-chart-ui": "0.22.0",
59
+ "@univerjs-pro/sheets-chart": "0.22.0",
60
+ "@univerjs-pro/sheets-shape": "0.22.0",
61
+ "@univerjs-pro/sheets-pivot": "0.22.0",
62
+ "@univerjs-pro/collaboration-client": "0.22.0",
63
+ "@univerjs-pro/sheets-shape-ui": "0.22.0",
64
+ "@univerjs-pro/collaboration-client-ui": "0.22.0",
65
+ "@univerjs-pro/sheets-sparkline": "0.22.0",
66
+ "@univerjs/core": "0.22.0",
67
+ "@univerjs-pro/sheets-sparkline-ui": "0.22.0",
68
+ "@univerjs/data-validation": "0.22.0",
69
+ "@univerjs/docs": "0.22.0",
70
+ "@univerjs/design": "0.22.0",
71
+ "@univerjs/drawing": "0.22.0",
72
+ "@univerjs/engine-formula": "0.22.0",
73
+ "@univerjs/engine-render": "0.22.0",
74
+ "@univerjs/docs-ui": "0.22.0",
75
+ "@univerjs/network": "0.22.0",
76
+ "@univerjs/sheets-conditional-formatting": "0.22.0",
77
+ "@univerjs/drawing-ui": "0.22.0",
78
+ "@univerjs/rpc": "0.22.0",
79
+ "@univerjs/sheets-data-validation": "0.22.0",
80
+ "@univerjs/sheets": "0.22.0",
81
+ "@univerjs/sheets-conditional-formatting-ui": "0.22.0",
82
+ "@univerjs/sheets-data-validation-ui": "0.22.0",
83
+ "@univerjs/sheets-drawing": "0.22.0",
84
+ "@univerjs/sheets-drawing-ui": "0.22.0",
85
+ "@univerjs/sheets-filter": "0.22.0",
86
+ "@univerjs/sheets-filter-ui": "0.22.0",
87
+ "@univerjs/sheets-formula": "0.22.0",
88
+ "@univerjs/sheets-formula-ui": "0.22.0",
89
+ "@univerjs/sheets-hyper-link": "0.22.0",
90
+ "@univerjs/sheets-numfmt": "0.22.0",
91
+ "@univerjs/sheets-table": "0.22.0",
92
+ "@univerjs/ui": "0.22.0",
93
+ "@univerjs/sheets-hyper-link-ui": "0.22.0",
94
+ "@univerjs/sheets-ui": "0.22.0"
89
95
  },
90
96
  "devDependencies": {
91
97
  "rxjs": "7.8.2",
92
98
  "typescript": "^6.0.3",
93
99
  "vitest": "^4.1.4",
94
- "@univerjs-infra/shared": "0.21.1"
100
+ "@univerjs-infra/shared": "0.22.0"
95
101
  },
96
102
  "scripts": {
97
103
  "test": "vitest run",