@opensumi/ide-components 3.3.2-next-1725604464.0 → 3.3.2-next-1725605085.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.
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -6126,7 +6126,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
|
|
|
6126
6126
|
/***/ ((__unused_webpack_module, exports) => {
|
|
6127
6127
|
|
|
6128
6128
|
"use strict";
|
|
6129
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.
|
|
6129
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.Mimes = void 0;\nexports.Mimes = Object.freeze({\n text: 'text/plain',\n binary: 'application/octet-stream',\n unknown: 'application/unknown',\n markdown: 'text/markdown',\n latex: 'text/latex',\n uriList: 'text/uri-list',\n});\n//# sourceMappingURL=mime.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/mime.js?");
|
|
6130
6130
|
|
|
6131
6131
|
/***/ }),
|
|
6132
6132
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-components",
|
|
3
|
-
"version": "3.3.2-next-
|
|
3
|
+
"version": "3.3.2-next-1725605085.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.2-next-
|
|
20
|
-
"@opensumi/ide-utils": "3.3.2-next-
|
|
19
|
+
"@opensumi/ide-core-common": "3.3.2-next-1725605085.0",
|
|
20
|
+
"@opensumi/ide-utils": "3.3.2-next-1725605085.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.2-next-
|
|
41
|
+
"@opensumi/ide-dev-tool": "3.3.2-next-1725605085.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": "
|
|
46
|
+
"gitHead": "44d1a108586e635a23c03debba9508f2f373e822"
|
|
47
47
|
}
|