@univerjs/sheets-formula 0.10.7-nightly.202509130703 → 0.10.8-nightly.202509200616
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/README.md +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -29,8 +29,8 @@ pnpm add @univerjs/sheets-formula
|
|
|
29
29
|
|
|
30
30
|
If the officially provided formula does not meet your needs, you can expand the formula yourself. Depending on different needs, we provide multiple ways to support registering one or more custom formulas.
|
|
31
31
|
|
|
32
|
-
- [Register formula using Facade API](https://univer.ai/
|
|
33
|
-
- [Custom Formula](https://univer.ai/guides/
|
|
32
|
+
- [Register formula using Facade API](https://reference.univer.ai/zh-CN/classes/FFormula#registerfunction)
|
|
33
|
+
- [Custom Formula](https://docs.univer.ai/guides/recipes/tutorials/custom-formula)
|
|
34
34
|
|
|
35
35
|
<!-- Links -->
|
|
36
36
|
[npm-version-shield]: https://img.shields.io/npm/v/@univerjs/sheets-formula?style=flat-square
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-formula",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.8-nightly.202509200616",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "DreamNum <developer@univer.ai>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -62,19 +62,19 @@
|
|
|
62
62
|
"rxjs": ">=7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@univerjs/core": "0.10.
|
|
66
|
-
"@univerjs/
|
|
67
|
-
"@univerjs/
|
|
68
|
-
"@univerjs/
|
|
65
|
+
"@univerjs/core": "0.10.8-nightly.202509200616",
|
|
66
|
+
"@univerjs/engine-formula": "0.10.8-nightly.202509200616",
|
|
67
|
+
"@univerjs/sheets": "0.10.8-nightly.202509200616",
|
|
68
|
+
"@univerjs/rpc": "0.10.8-nightly.202509200616"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"rxjs": "^7.8.2",
|
|
72
72
|
"typescript": "^5.9.2",
|
|
73
73
|
"vite": "^7.1.4",
|
|
74
74
|
"vitest": "^3.2.4",
|
|
75
|
-
"@univerjs
|
|
76
|
-
"@univerjs/engine-render": "0.10.
|
|
77
|
-
"@univerjs/
|
|
75
|
+
"@univerjs/docs": "0.10.8-nightly.202509200616",
|
|
76
|
+
"@univerjs/engine-render": "0.10.8-nightly.202509200616",
|
|
77
|
+
"@univerjs-infra/shared": "0.10.8"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"test": "vitest run",
|