@opensumi/ide-addons 2.12.1-next-47fa8bf2 → 2.13.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.
@@ -394,7 +394,7 @@ let FileSearchQuickCommandHandler = class FileSearchQuickCommandHandler {
394
394
  const match = fuzzy_1.default.match(query, str);
395
395
  return (match === null) ? 0 : match.score;
396
396
  }
397
- // Some code copued and modified from https://github.com/eclipse-theia/theia/tree/v1.14.0/packages/file-search/src/browser/quick-file-open.ts
397
+ // Some code copied and modified from https://github.com/eclipse-theia/theia/tree/v1.14.0/packages/file-search/src/browser/quick-file-open.ts
398
398
  // Get the item's member values for comparison.
399
399
  let itemA = a[member]();
400
400
  let itemB = b[member]();
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PreferenceService } from '@opensumi/ide-core-browser';
3
2
  export declare class ToolbarCustomizeViewService {
4
3
  private _setVisible;
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar-customize.d.ts","sourceRoot":"","sources":["../../../src/browser/toolbar-customize/toolbar-customize.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAiB,iBAAiB,EAA+C,MAAM,4BAA4B,CAAC;AAI3H,qBACa,2BAA2B;IAEtC,OAAO,CAAC,WAAW,CAA6B;IAGhD,iBAAiB,EAAE,iBAAiB,CAAC;IAE9B,oBAAoB,CAAC,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI;IAIlE,UAAU,CAAC,OAAO,EAAE,OAAO;IAIrB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO;CAmBlF;AAED,eAAO,MAAM,yBAAyB,0BA8ErC,CAAC"}
1
+ {"version":3,"file":"toolbar-customize.d.ts","sourceRoot":"","sources":["../../../src/browser/toolbar-customize/toolbar-customize.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,iBAAiB,EAA+C,MAAM,4BAA4B,CAAC;AAI3H,qBACa,2BAA2B;IAEtC,OAAO,CAAC,WAAW,CAA6B;IAGhD,iBAAiB,EAAE,iBAAiB,CAAC;IAE9B,oBAAoB,CAAC,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI;IAIlE,UAAU,CAAC,OAAO,EAAE,OAAO;IAIrB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO;CAmBlF;AAED,eAAO,MAAM,yBAAyB,0BA8ErC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-addons",
3
- "version": "2.12.1-next-47fa8bf2",
3
+ "version": "2.13.0",
4
4
  "files": [
5
5
  "lib"
6
6
  ],
@@ -9,32 +9,26 @@
9
9
  "typings": "lib/index.d.ts",
10
10
  "scripts": {
11
11
  "prepublishOnly": "npm run build",
12
- "build": "tsc -v",
13
- "start": "run-p start:client start:server",
14
- "start:client": "webpack-dev-server --config ./webpack.config.js",
15
- "start:server": "node --inspect -r ts-node/register ./entry/server.ts"
12
+ "build": "tsc -p ../../configs/ts/references/tsconfig.comments.json"
16
13
  },
17
14
  "repository": {
18
15
  "type": "git",
19
16
  "url": "git@github.com:opensumi/core.git"
20
17
  },
21
18
  "dependencies": {
22
- "@opensumi/ide-core-common": "2.12.1-next-47fa8bf2",
23
- "@opensumi/ide-core-node": "2.12.1-next-47fa8bf2"
19
+ "@opensumi/ide-core-common": "2.13.0",
20
+ "@opensumi/ide-core-node": "2.13.0"
24
21
  },
25
22
  "devDependencies": {
26
- "@opensumi/ide-components": "2.12.1-next-47fa8bf2",
27
- "@opensumi/ide-core-browser": "2.12.1-next-47fa8bf2",
28
- "@opensumi/ide-dev-tool": "^1.1.0",
29
- "@opensumi/ide-editor": "2.12.1-next-47fa8bf2",
30
- "@opensumi/ide-file-search": "2.12.1-next-47fa8bf2",
31
- "@opensumi/ide-file-service": "2.12.1-next-47fa8bf2",
32
- "@opensumi/ide-overlay": "2.12.1-next-47fa8bf2",
33
- "@opensumi/ide-quick-open": "2.12.1-next-47fa8bf2",
34
- "@opensumi/ide-workspace": "2.12.1-next-47fa8bf2",
35
- "@opensumi/ide-workspace-edit": "2.12.1-next-47fa8bf2",
36
- "npm-run-all": "^4.1.5",
37
- "ts-node": "8.0.2",
38
- "webpack-dev-server": "^3.3.1"
23
+ "@opensumi/ide-components": "2.13.0",
24
+ "@opensumi/ide-core-browser": "2.13.0",
25
+ "@opensumi/ide-dev-tool": "^1.3.1",
26
+ "@opensumi/ide-editor": "2.13.0",
27
+ "@opensumi/ide-file-search": "2.13.0",
28
+ "@opensumi/ide-file-service": "2.13.0",
29
+ "@opensumi/ide-overlay": "2.13.0",
30
+ "@opensumi/ide-quick-open": "2.13.0",
31
+ "@opensumi/ide-workspace": "2.13.0",
32
+ "@opensumi/ide-workspace-edit": "2.13.0"
39
33
  }
40
34
  }
package/README.md DELETED
@@ -1 +0,0 @@
1
- # --name--