@opensumi/ide-components 3.3.4-next-1726639120.0 → 3.3.4-next-1726738119.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -6148,7 +6148,7 @@ eval("\n/**\n * 项目中会使用到的模块接口定义\n */\nObject.definePr
6148
6148
  /***/ ((__unused_webpack_module, exports) => {
6149
6149
 
6150
6150
  "use strict";
6151
- eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Schemes = void 0;\nvar Schemes;\n(function (Schemes) {\n /**\n * A schema that is used for models that exist in memory\n * only and that have no correspondence on a server or such.\n */\n Schemes.inMemory = 'inmemory';\n /**\n * A schema that is used for setting files\n */\n Schemes.vscode = 'vscode';\n /**\n * A schema that is used for internal private files\n */\n Schemes.internal = 'private';\n /**\n * A walk-through document.\n */\n Schemes.walkThrough = 'walkThrough';\n /**\n * An embedded code snippet.\n */\n Schemes.walkThroughSnippet = 'walkThroughSnippet';\n Schemes.http = 'http';\n Schemes.https = 'https';\n Schemes.file = 'file';\n Schemes.mailto = 'mailto';\n Schemes.untitled = 'untitled';\n Schemes.data = 'data';\n Schemes.command = 'command';\n Schemes.vscodeRemote = 'vscode-remote';\n Schemes.userData = 'vscode-userdata';\n Schemes.userStorage = 'user_storage';\n Schemes.design = 'design';\n /**\n * Scheme used for loading the WebAssembly files.\n */\n Schemes.wasm = 'wasm';\n /**\n * Scheme used to loading the monaco utilities.\n */\n Schemes.monaco = 'monaco';\n})(Schemes = exports.Schemes || (exports.Schemes = {}));\n//# sourceMappingURL=network.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/network.js?");
6151
+ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Schemes = void 0;\nvar Schemes;\n(function (Schemes) {\n /**\n * A schema that is used for models that exist in memory\n * only and that have no correspondence on a server or such.\n */\n Schemes.inMemory = 'inmemory';\n /**\n * A schema that is used for setting files\n */\n Schemes.vscode = 'vscode';\n /**\n * A schema that is used for internal private files\n */\n Schemes.internal = 'private';\n /**\n * A walk-through document.\n */\n Schemes.walkThrough = 'walkThrough';\n /**\n * An embedded code snippet.\n */\n Schemes.walkThroughSnippet = 'walkThroughSnippet';\n Schemes.http = 'http';\n Schemes.https = 'https';\n Schemes.file = 'file';\n Schemes.mailto = 'mailto';\n Schemes.untitled = 'untitled';\n Schemes.data = 'data';\n Schemes.command = 'command';\n Schemes.vscodeRemote = 'vscode-remote';\n Schemes.userData = 'vscode-userdata';\n Schemes.userStorage = 'user_storage';\n Schemes.design = 'design';\n /**\n * Scheme used for loading the WebAssembly files.\n */\n Schemes.wasm = 'wasm';\n /**\n * Scheme used to loading the monaco utilities.\n */\n Schemes.monaco = 'monaco';\n Schemes.notebookCell = 'vscode-notebook-cell';\n})(Schemes = exports.Schemes || (exports.Schemes = {}));\n//# sourceMappingURL=network.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/network.js?");
6152
6152
 
6153
6153
  /***/ }),
6154
6154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.3.4-next-1726639120.0",
3
+ "version": "3.3.4-next-1726738119.0",
4
4
  "description": "@opensumi/ide-components",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ant-design/icons": "^4.6.4",
19
- "@opensumi/ide-core-common": "3.3.4-next-1726639120.0",
20
- "@opensumi/ide-utils": "3.3.4-next-1726639120.0",
19
+ "@opensumi/ide-core-common": "3.3.4-next-1726738119.0",
20
+ "@opensumi/ide-utils": "3.3.4-next-1726738119.0",
21
21
  "@opensumi/react-custom-scrollbars-2": "^4.3.4",
22
22
  "@rc-component/mini-decimal": "^1.0.1",
23
23
  "fuzzy": "^0.1.3",
@@ -38,10 +38,10 @@
38
38
  "react-window": "^1.8.5"
39
39
  },
40
40
  "devDependencies": {
41
- "@opensumi/ide-dev-tool": "3.3.4-next-1726639120.0",
41
+ "@opensumi/ide-dev-tool": "3.3.4-next-1726738119.0",
42
42
  "@types/marked": "^4.0.7",
43
43
  "@types/react-window": "^1.8.5",
44
44
  "prop-types": "^15.8.1"
45
45
  },
46
- "gitHead": "3dddead04e9eb4f9556ccc4c9ca9532337e3b2b8"
46
+ "gitHead": "b0da78bd153f6dc662c19a970a9497392bcc489b"
47
47
  }