@opensumi/ide-core-common 2.21.3-rc-1668065102.0 → 2.21.3

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.
@@ -2,5 +2,5 @@ export declare const DEFAULT_APPLICATION_NAME = "OpenSumi";
2
2
  export declare const DEFAULT_APPLICATION_DESKTOP_HOST = "desktop";
3
3
  export declare const DEFAULT_APPLICATION_WEB_HOST = "web";
4
4
  export declare const DEFAULT_URI_SCHEME = "sumi";
5
- export declare const DEFAULT_OPENVSX_REGISTRY = "https://open-vsx.org";
5
+ export declare const DEFAULT_OPENVSX_REGISTRY = "https://marketplace.smartide.cn";
6
6
  //# sourceMappingURL=application.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../src/const/application.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,aAAa,CAAC;AACnD,eAAO,MAAM,gCAAgC,YAAY,CAAC;AAC1D,eAAO,MAAM,4BAA4B,QAAQ,CAAC;AAClD,eAAO,MAAM,kBAAkB,SAAS,CAAC;AAEzC,eAAO,MAAM,wBAAwB,yBAAyB,CAAC"}
1
+ {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../src/const/application.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,aAAa,CAAC;AACnD,eAAO,MAAM,gCAAgC,YAAY,CAAC;AAC1D,eAAO,MAAM,4BAA4B,QAAQ,CAAC;AAClD,eAAO,MAAM,kBAAkB,SAAS,CAAC;AACzC,eAAO,MAAM,wBAAwB,oCAAoC,CAAC"}
@@ -5,6 +5,6 @@ exports.DEFAULT_APPLICATION_NAME = 'OpenSumi';
5
5
  exports.DEFAULT_APPLICATION_DESKTOP_HOST = 'desktop';
6
6
  exports.DEFAULT_APPLICATION_WEB_HOST = 'web';
7
7
  exports.DEFAULT_URI_SCHEME = 'sumi';
8
- // export const DEFAULT_OPENVSX_REGISTRY = 'https://marketplace.smartide.cn'; // China Mirror
9
- exports.DEFAULT_OPENVSX_REGISTRY = 'https://open-vsx.org'; // Official Registry
8
+ exports.DEFAULT_OPENVSX_REGISTRY = 'https://marketplace.smartide.cn'; // China Mirror
9
+ // export const DEFAULT_OPENVSX_REGISTRY = 'https://open-vsx.org'; // Official Registry
10
10
  //# sourceMappingURL=application.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"application.js","sourceRoot":"","sources":["../../src/const/application.ts"],"names":[],"mappings":";;;AAAa,QAAA,wBAAwB,GAAG,UAAU,CAAC;AACtC,QAAA,gCAAgC,GAAG,SAAS,CAAC;AAC7C,QAAA,4BAA4B,GAAG,KAAK,CAAC;AACrC,QAAA,kBAAkB,GAAG,MAAM,CAAC;AACzC,6FAA6F;AAChF,QAAA,wBAAwB,GAAG,sBAAsB,CAAC,CAAC,oBAAoB"}
1
+ {"version":3,"file":"application.js","sourceRoot":"","sources":["../../src/const/application.ts"],"names":[],"mappings":";;;AAAa,QAAA,wBAAwB,GAAG,UAAU,CAAC;AACtC,QAAA,gCAAgC,GAAG,SAAS,CAAC;AAC7C,QAAA,4BAA4B,GAAG,KAAK,CAAC;AACrC,QAAA,kBAAkB,GAAG,MAAM,CAAC;AAC5B,QAAA,wBAAwB,GAAG,iCAAiC,CAAC,CAAC,eAAe;AAC1F,uFAAuF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-core-common",
3
- "version": "2.21.3-rc-1668065102.0",
3
+ "version": "2.21.3",
4
4
  "description": "@opensumi/ide-core-common",
5
5
  "files": [
6
6
  "lib"
@@ -18,10 +18,11 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@opensumi/di": "^1.4.0",
21
- "@opensumi/ide-utils": "2.21.3-rc-1668065102.0"
21
+ "@opensumi/ide-utils": "2.21.3",
22
+ "jschardet": "3.0.0"
22
23
  },
23
24
  "devDependencies": {
24
25
  "@opensumi/ide-dev-tool": "^1.3.1"
25
26
  },
26
- "gitHead": "cbbe92d1a785d34f985725b459b6324fe6adc475"
27
+ "gitHead": "aa739f0406875b42ebefbc1f9c03f92fad26e706"
27
28
  }