@opensumi/ide-core-common 3.5.1-next-1731636910.0 → 3.5.1-next-1731934001.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.
|
@@ -8,5 +8,5 @@ export declare namespace DEFAULT_ALIPAY_CLOUD_REGISTRY {
|
|
|
8
8
|
const ACCOUNT_ID = "WWPLOa7vWXCUTSHCfV5FK7Su";
|
|
9
9
|
const MASTER_KEY = "i6rkupqyvC6Bc6CiO0yVLNqq";
|
|
10
10
|
}
|
|
11
|
-
export declare const DEFAULT_VSCODE_ENGINE_VERSION = "1.
|
|
11
|
+
export declare const DEFAULT_VSCODE_ENGINE_VERSION = "1.68.0";
|
|
12
12
|
//# sourceMappingURL=application.d.ts.map
|
package/lib/const/application.js
CHANGED
|
@@ -12,5 +12,5 @@ var DEFAULT_ALIPAY_CLOUD_REGISTRY;
|
|
|
12
12
|
DEFAULT_ALIPAY_CLOUD_REGISTRY.ACCOUNT_ID = 'WWPLOa7vWXCUTSHCfV5FK7Su';
|
|
13
13
|
DEFAULT_ALIPAY_CLOUD_REGISTRY.MASTER_KEY = 'i6rkupqyvC6Bc6CiO0yVLNqq';
|
|
14
14
|
})(DEFAULT_ALIPAY_CLOUD_REGISTRY || (exports.DEFAULT_ALIPAY_CLOUD_REGISTRY = DEFAULT_ALIPAY_CLOUD_REGISTRY = {}));
|
|
15
|
-
exports.DEFAULT_VSCODE_ENGINE_VERSION = '1.
|
|
15
|
+
exports.DEFAULT_VSCODE_ENGINE_VERSION = '1.68.0';
|
|
16
16
|
//# sourceMappingURL=application.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-core-common",
|
|
3
|
-
"version": "3.5.1-next-
|
|
3
|
+
"version": "3.5.1-next-1731934001.0",
|
|
4
4
|
"description": "@opensumi/ide-core-common",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@opensumi/di": "^1.8.0",
|
|
22
22
|
"@opensumi/events": "^1.0.0",
|
|
23
|
-
"@opensumi/ide-utils": "3.5.1-next-
|
|
23
|
+
"@opensumi/ide-utils": "3.5.1-next-1731934001.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-dev-tool": "3.5.1-next-
|
|
26
|
+
"@opensumi/ide-dev-tool": "3.5.1-next-1731934001.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "5849361f31f3affe436c41a791112e3c7352c98c"
|
|
29
29
|
}
|
package/src/const/application.ts
CHANGED