@opensumi/ide-components 3.6.5-next-1735612114.0 → 3.6.5-next-1735633966.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 +2 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -7371,10 +7371,10 @@ eval("/* provided dependency */ var process = __webpack_require__(/*! ../../node
7371
7371
  /*!*******************************!*\
7372
7372
  !*** ../utils/lib/process.js ***!
7373
7373
  \*******************************/
7374
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
7374
+ /***/ ((module, exports, __webpack_require__) => {
7375
7375
 
7376
7376
  "use strict";
7377
- eval("/* provided dependency */ var process = __webpack_require__(/*! ../../node_modules/process/browser.js */ \"../../node_modules/process/browser.js\");\n\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.nextTick = exports.platform = exports.env = exports.cwd = void 0;\nconst platform_1 = __webpack_require__(/*! ./platform */ \"../utils/lib/platform.js\");\nconst _safeProcess = {\n cwd() {\n return '/';\n },\n env: Object.create(null),\n get platform() {\n return platform_1.isWindows ? 'win32' : platform_1.isMacintosh ? 'darwin' : 'linux';\n },\n nextTick(callback) {\n return (0, platform_1.setImmediate)(callback);\n },\n};\nlet safeProcess;\nif (typeof process === 'undefined') {\n safeProcess = _safeProcess;\n}\nelse {\n if (typeof process.cwd === 'undefined') {\n safeProcess = _safeProcess;\n }\n else {\n safeProcess = process;\n }\n}\nexports.cwd = safeProcess.cwd;\nexports.env = safeProcess.env;\nexports.platform = safeProcess.platform;\nexports.nextTick = safeProcess.nextTick;\n//# sourceMappingURL=process.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../utils/lib/process.js?");
7377
+ eval("var __filename = \"/index.js\";\n/* module decorator */ module = __webpack_require__.nmd(module);\n/* provided dependency */ var process = __webpack_require__(/*! ../../node_modules/process/browser.js */ \"../../node_modules/process/browser.js\");\n\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.extFileType = exports.nextTick = exports.platform = exports.env = exports.cwd = void 0;\nconst platform_1 = __webpack_require__(/*! ./platform */ \"../utils/lib/platform.js\");\nconst _safeProcess = {\n cwd() {\n return '/';\n },\n env: Object.create(null),\n get platform() {\n return platform_1.isWindows ? 'win32' : platform_1.isMacintosh ? 'darwin' : 'linux';\n },\n nextTick(callback) {\n return (0, platform_1.setImmediate)(callback);\n },\n};\nlet safeProcess;\nif (typeof process === 'undefined') {\n safeProcess = _safeProcess;\n}\nelse {\n if (typeof process.cwd === 'undefined') {\n safeProcess = _safeProcess;\n }\n else {\n safeProcess = process;\n }\n}\nfunction detectExtFileType() {\n if ( true && module.filename) {\n if (module.filename.endsWith('.ts')) {\n return 'ts';\n }\n return 'js';\n }\n if (true) {\n if (__filename.endsWith('.ts')) {\n return 'ts';\n }\n return 'js';\n }\n return 'js';\n}\nexports.cwd = safeProcess.cwd;\nexports.env = safeProcess.env;\nexports.platform = safeProcess.platform;\nexports.nextTick = safeProcess.nextTick;\nexports.extFileType = detectExtFileType();\n//# sourceMappingURL=process.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../utils/lib/process.js?");
7378
7378
 
7379
7379
  /***/ }),
7380
7380
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.6.5-next-1735612114.0",
3
+ "version": "3.6.5-next-1735633966.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.6.5-next-1735612114.0",
20
- "@opensumi/ide-utils": "3.6.5-next-1735612114.0",
19
+ "@opensumi/ide-core-common": "3.6.5-next-1735633966.0",
20
+ "@opensumi/ide-utils": "3.6.5-next-1735633966.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.6.5-next-1735612114.0",
41
+ "@opensumi/ide-dev-tool": "3.6.5-next-1735633966.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": "9353d777b789b177dbf86a8ab26dd2c684ef9b64"
46
+ "gitHead": "e747c921fe288e79a93b46bac70df2c1c97a4f1c"
47
47
  }