@univerjs/uniscript 0.5.5-nightly.202501211606 → 0.5.5

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.
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  "script-panel": {
3
3
  title: "Uniscript",
4
4
  tooltip: {
@@ -16,5 +16,5 @@ const locale = {
16
16
  }
17
17
  };
18
18
  export {
19
- locale as default
19
+ e as default
20
20
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  "script-panel": {
3
3
  title: "Uniscript",
4
4
  tooltip: {
@@ -16,5 +16,5 @@ const locale = {
16
16
  }
17
17
  };
18
18
  export {
19
- locale as default
19
+ e as default
20
20
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  "script-panel": {
3
3
  title: "Uniscript",
4
4
  tooltip: {
@@ -16,5 +16,5 @@ const locale = {
16
16
  }
17
17
  };
18
18
  export {
19
- locale as default
19
+ e as default
20
20
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  "script-panel": {
3
3
  title: "Юнискрипт",
4
4
  tooltip: {
@@ -16,5 +16,5 @@ const locale = {
16
16
  }
17
17
  };
18
18
  export {
19
- locale as default
19
+ e as default
20
20
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const t = {
2
2
  "script-panel": {
3
3
  title: "Uniscript",
4
4
  tooltip: {
@@ -16,5 +16,5 @@ const locale = {
16
16
  }
17
17
  };
18
18
  export {
19
- locale as default
19
+ t as default
20
20
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const t = {
2
2
  "script-panel": {
3
3
  title: "Uniscript",
4
4
  tooltip: {
@@ -16,5 +16,5 @@ const locale = {
16
16
  }
17
17
  };
18
18
  export {
19
- locale as default
19
+ t as default
20
20
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const t = {
2
2
  "script-panel": {
3
3
  title: "Uniscript",
4
4
  tooltip: {
@@ -16,5 +16,5 @@ const locale = {
16
16
  }
17
17
  };
18
18
  export {
19
- locale as default
19
+ t as default
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/uniscript",
3
- "version": "0.5.5-nightly.202501211606",
3
+ "version": "0.5.5",
4
4
  "private": false,
5
5
  "description": "UI component library for building exceptional Univer.",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -55,11 +55,11 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "monaco-editor": "0.52.2",
58
- "@univerjs/core": "0.5.5-nightly.202501211606",
59
- "@univerjs/sheets": "0.5.5-nightly.202501211606",
60
- "@univerjs/design": "0.5.5-nightly.202501211606",
61
- "@univerjs/ui": "0.5.5-nightly.202501211606",
62
- "@univerjs/sheets-ui": "0.5.5-nightly.202501211606"
58
+ "@univerjs/core": "0.5.5",
59
+ "@univerjs/sheets": "0.5.5",
60
+ "@univerjs/design": "0.5.5",
61
+ "@univerjs/sheets-ui": "0.5.5",
62
+ "@univerjs/ui": "0.5.5"
63
63
  },
64
64
  "devDependencies": {
65
65
  "less": "^4.2.1",