@univerjs/sheets-formula 0.1.13 → 0.1.14

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/sheets-formula",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "private": false,
5
5
  "author": "DreamNum <developer@univer.ai>",
6
6
  "license": "Apache-2.0",
@@ -16,6 +16,9 @@
16
16
  "bugs": {
17
17
  "url": "https://github.com/dream-num/univer/issues"
18
18
  },
19
+ "keywords": [
20
+ "univer"
21
+ ],
19
22
  "sideEffects": [
20
23
  "**/*.css"
21
24
  ],
@@ -30,8 +33,8 @@
30
33
  "require": "./lib/cjs/*",
31
34
  "types": "./lib/types/index.d.ts"
32
35
  },
33
- "./locale/*": "./lib/locale/*.json",
34
- "./lib/*": "./lib/*"
36
+ "./lib/*": "./lib/*",
37
+ "./locale/*": "./lib/locale/*.json"
35
38
  },
36
39
  "main": "./lib/cjs/index.js",
37
40
  "module": "./lib/es/index.js",
@@ -45,46 +48,56 @@
45
48
  "files": [
46
49
  "lib"
47
50
  ],
48
- "engines": {
49
- "node": ">=16.0.0",
50
- "npm": ">=8.0.0"
51
- },
52
51
  "peerDependencies": {
53
52
  "@wendellhu/redi": "0.15.2",
54
53
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
55
54
  "rxjs": ">=7.0.0",
56
- "@univerjs/core": "0.1.13",
57
- "@univerjs/design": "0.1.13",
58
- "@univerjs/engine-formula": "0.1.13",
59
- "@univerjs/engine-render": "0.1.13",
60
- "@univerjs/docs": "0.1.13",
61
- "@univerjs/sheets-ui": "0.1.13",
62
- "@univerjs/sheets": "0.1.13",
63
- "@univerjs/ui": "0.1.13"
55
+ "@univerjs/core": "0.1.14",
56
+ "@univerjs/design": "0.1.14",
57
+ "@univerjs/engine-formula": "0.1.14",
58
+ "@univerjs/docs": "0.1.14",
59
+ "@univerjs/engine-render": "0.1.14",
60
+ "@univerjs/sheets-ui": "0.1.14",
61
+ "@univerjs/sheets": "0.1.14",
62
+ "@univerjs/ui": "0.1.14"
64
63
  },
65
64
  "dependencies": {
66
- "@univerjs/icons": "^0.1.55"
65
+ "@univerjs/icons": "^0.1.56"
67
66
  },
68
67
  "devDependencies": {
69
- "@types/react": "^18.2.79",
68
+ "@types/react": "^18.3.3",
70
69
  "@vitejs/plugin-react": "^4.2.1",
71
70
  "@wendellhu/redi": "0.15.2",
72
71
  "less": "^4.2.0",
73
- "react": "18.2.0",
72
+ "react": "18.3.1",
74
73
  "rxjs": "^7.8.1",
75
74
  "typescript": "^5.4.5",
76
75
  "vite": "^5.2.12",
77
76
  "vitest": "^1.6.0",
78
- "@univerjs/core": "0.1.13",
79
- "@univerjs/design": "0.1.13",
80
- "@univerjs/docs": "0.1.13",
81
- "@univerjs/engine-formula": "0.1.13",
82
- "@univerjs/shared": "0.1.13",
83
- "@univerjs/engine-render": "0.1.13",
84
- "@univerjs/sheets-numfmt": "0.1.13",
85
- "@univerjs/sheets": "0.1.13",
86
- "@univerjs/sheets-ui": "0.1.13",
87
- "@univerjs/ui": "0.1.13"
77
+ "@univerjs/design": "0.1.14",
78
+ "@univerjs/docs": "0.1.14",
79
+ "@univerjs/engine-formula": "0.1.14",
80
+ "@univerjs/core": "0.1.14",
81
+ "@univerjs/sheets": "0.1.14",
82
+ "@univerjs/shared": "0.1.14",
83
+ "@univerjs/sheets-numfmt": "0.1.14",
84
+ "@univerjs/engine-render": "0.1.14",
85
+ "@univerjs/sheets-ui": "0.1.14",
86
+ "@univerjs/ui": "0.1.14"
87
+ },
88
+ "univerSpace": {
89
+ ".": {
90
+ "import": "./lib/es/index.js",
91
+ "require": "./lib/cjs/index.js",
92
+ "types": "./lib/types/index.d.ts"
93
+ },
94
+ "./*": {
95
+ "import": "./lib/es/*",
96
+ "require": "./lib/cjs/*",
97
+ "types": "./lib/types/index.d.ts"
98
+ },
99
+ "./lib/*": "./lib/*",
100
+ "./locale/*": "./lib/locale/*.json"
88
101
  },
89
102
  "scripts": {
90
103
  "test": "vitest run",