@univerjs/uniscript 0.6.0-experimental.20250125-1d060b9 → 0.6.0-experimental.20250220-d9a8e74
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/lib/cjs/index.js +1 -1
- package/lib/{cssMode--rUhf-U8.js → cssMode-DnBbI3RX.js} +1 -1
- package/lib/es/index.js +27 -26
- package/lib/{freemarker2-8_9OG84C.js → freemarker2-25MrK2dP.js} +1 -1
- package/lib/{handlebars-DgdLn_Pg.js → handlebars-ktq_xZWa.js} +1 -1
- package/lib/{html-DPkGRI3F.js → html-DNtSOpNH.js} +1 -1
- package/lib/{htmlMode-D0hcoMpC.js → htmlMode-BrdMvaKy.js} +1 -1
- package/lib/{index-D6p9rHiv.js → index-D6j6-W3r.js} +146 -146
- package/lib/{javascript-BEXg0jUh.js → javascript-BQ5sT9Nt.js} +1 -1
- package/lib/{jsonMode-DkakU1Wd.js → jsonMode-COczSRYo.js} +1 -1
- package/lib/{liquid-DecRorne.js → liquid-D0yvawtj.js} +1 -1
- package/lib/{mdx-CzqgfUgl.js → mdx-jAQ7L4Sa.js} +1 -1
- package/lib/{python-DVNWNxkg.js → python-B_8DzdYr.js} +1 -1
- package/lib/{razor-CT7r2SJo.js → razor-CBLRoZJW.js} +1 -1
- package/lib/{tsMode-D-rZiQqB.js → tsMode-BnOcAKAx.js} +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/views/components/ScriptEditorPanel.d.ts +1 -1
- package/lib/{typescript-C6wOvWY-.js → typescript-CPqIU5qN.js} +1 -1
- package/lib/umd/index.js +323 -323
- package/lib/{xml-HM-PTgyz.js → xml-DdmAlS-i.js} +1 -1
- package/lib/{yaml-BqG-Houb.js → yaml-CIStt8bG.js} +1 -1
- package/package.json +11 -11
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index- | 
| 1 | 
            +
            "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-D6j6-W3r.js");/*!-----------------------------------------------------------------------------
         | 
| 2 2 | 
             
             * Copyright (c) Microsoft Corporation. All rights reserved.
         | 
| 3 3 | 
             
             * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
         | 
| 4 4 | 
             
             * Released under the MIT license
         | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index- | 
| 1 | 
            +
            "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index-D6j6-W3r.js");/*!-----------------------------------------------------------------------------
         | 
| 2 2 | 
             
             * Copyright (c) Microsoft Corporation. All rights reserved.
         | 
| 3 3 | 
             
             * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
         | 
| 4 4 | 
             
             * Released under the MIT license
         | 
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@univerjs/uniscript",
         | 
| 3 | 
            -
              "version": "0.6.0-experimental. | 
| 3 | 
            +
              "version": "0.6.0-experimental.20250220-d9a8e74",
         | 
| 4 4 | 
             
              "private": false,
         | 
| 5 5 | 
             
              "description": "UI component library for building exceptional Univer.",
         | 
| 6 6 | 
             
              "author": "DreamNum <developer@univer.ai>",
         | 
| @@ -55,22 +55,22 @@ | |
| 55 55 | 
             
              },
         | 
| 56 56 | 
             
              "dependencies": {
         | 
| 57 57 | 
             
                "monaco-editor": "0.52.2",
         | 
| 58 | 
            -
                "@univerjs/core": "0.6.0-experimental. | 
| 59 | 
            -
                "@univerjs/sheets": "0.6.0-experimental. | 
| 60 | 
            -
                "@univerjs/sheets-ui": "0.6.0-experimental. | 
| 61 | 
            -
                "@univerjs/design": "0.6.0-experimental. | 
| 62 | 
            -
                "@univerjs/ui": "0.6.0-experimental. | 
| 58 | 
            +
                "@univerjs/core": "0.6.0-experimental.20250220-d9a8e74",
         | 
| 59 | 
            +
                "@univerjs/sheets": "0.6.0-experimental.20250220-d9a8e74",
         | 
| 60 | 
            +
                "@univerjs/sheets-ui": "0.6.0-experimental.20250220-d9a8e74",
         | 
| 61 | 
            +
                "@univerjs/design": "0.6.0-experimental.20250220-d9a8e74",
         | 
| 62 | 
            +
                "@univerjs/ui": "0.6.0-experimental.20250220-d9a8e74"
         | 
| 63 63 | 
             
              },
         | 
| 64 64 | 
             
              "devDependencies": {
         | 
| 65 | 
            -
                "less": "^4.2. | 
| 66 | 
            -
                "postcss": "^8. | 
| 65 | 
            +
                "less": "^4.2.2",
         | 
| 66 | 
            +
                "postcss": "^8.5.2",
         | 
| 67 67 | 
             
                "react": "18.3.1",
         | 
| 68 68 | 
             
                "rxjs": "^7.8.1",
         | 
| 69 69 | 
             
                "tailwindcss": "^3.4.17",
         | 
| 70 70 | 
             
                "typescript": "^5.7.3",
         | 
| 71 | 
            -
                "vite": "^6.0 | 
| 72 | 
            -
                "vitest": "^ | 
| 73 | 
            -
                "@univerjs-infra/shared": "0.6.0 | 
| 71 | 
            +
                "vite": "^6.1.0",
         | 
| 72 | 
            +
                "vitest": "^3.0.5",
         | 
| 73 | 
            +
                "@univerjs-infra/shared": "0.6.0"
         | 
| 74 74 | 
             
              },
         | 
| 75 75 | 
             
              "scripts": {
         | 
| 76 76 | 
             
                "test": "vitest run",
         |