@univerjs/uniscript 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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
@@ -18,7 +18,7 @@ Users can write business logic in the code editor to meet more flexible business
|
|
18
18
|
> The Uniscript is currently in the experimental stage, and it is not recommended to use it in production environments. You can refer to the [Roadmap](https://univer.ai/guides/sheet/roadmap) to understand the iteration plan of Uniscript.
|
19
19
|
|
20
20
|
> [!TIP]
|
21
|
-
> Indeed, Uniscript's Domain-Specific Language (DSL) is a set of Facade APIs that encapsulate the internal implementation details of Univer. This API is defined [here](https://univer.ai/guides/
|
21
|
+
> Indeed, Uniscript's Domain-Specific Language (DSL) is a set of Facade APIs that encapsulate the internal implementation details of Univer. This API is defined [here](https://docs.univer.ai/guides/sheets/getting-started/facade).
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@univerjs/uniscript",
|
3
|
-
"version": "0.10.
|
3
|
+
"version": "0.10.8-nightly.202509200616",
|
4
4
|
"private": false,
|
5
5
|
"description": "UI component library for building exceptional Univer.",
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
@@ -56,11 +56,11 @@
|
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
58
|
"monaco-editor": "0.52.2",
|
59
|
-
"@univerjs/core": "0.10.
|
60
|
-
"@univerjs/sheets": "0.10.
|
61
|
-
"@univerjs/
|
62
|
-
"@univerjs/
|
63
|
-
"@univerjs/sheets-ui": "0.10.
|
59
|
+
"@univerjs/core": "0.10.8-nightly.202509200616",
|
60
|
+
"@univerjs/sheets": "0.10.8-nightly.202509200616",
|
61
|
+
"@univerjs/design": "0.10.8-nightly.202509200616",
|
62
|
+
"@univerjs/ui": "0.10.8-nightly.202509200616",
|
63
|
+
"@univerjs/sheets-ui": "0.10.8-nightly.202509200616"
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
66
|
"postcss": "^8.5.6",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"typescript": "^5.9.2",
|
71
71
|
"vite": "^7.1.4",
|
72
72
|
"vitest": "^3.2.4",
|
73
|
-
"@univerjs-infra/shared": "0.10.
|
73
|
+
"@univerjs-infra/shared": "0.10.8"
|
74
74
|
},
|
75
75
|
"scripts": {
|
76
76
|
"test": "vitest run",
|