@opensumi/ide-explorer 2.15.1 → 2.15.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.
@@ -17,7 +17,7 @@ let ExplorerContribution = class ExplorerContribution {
17
17
  });
18
18
  }
19
19
  };
20
- ExplorerContribution = (0, tslib_1.__decorate)([
20
+ ExplorerContribution = tslib_1.__decorate([
21
21
  (0, ide_core_browser_1.Domain)(layout_1.ComponentContribution)
22
22
  ], ExplorerContribution);
23
23
  exports.ExplorerContribution = ExplorerContribution;
@@ -11,7 +11,7 @@ let ExplorerModule = class ExplorerModule extends ide_core_browser_1.BrowserModu
11
11
  this.providers = [explorer_contribution_1.ExplorerContribution];
12
12
  }
13
13
  };
14
- ExplorerModule = (0, tslib_1.__decorate)([
14
+ ExplorerModule = tslib_1.__decorate([
15
15
  (0, di_1.Injectable)()
16
16
  ], ExplorerModule);
17
17
  exports.ExplorerModule = ExplorerModule;
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./browser"), exports);
4
+ tslib_1.__exportStar(require("./browser"), exports);
5
5
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,yDAA0B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,oDAA0B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-explorer",
3
- "version": "2.15.1",
3
+ "version": "2.15.3",
4
4
  "files": [
5
5
  "lib"
6
6
  ],
@@ -16,11 +16,11 @@
16
16
  "url": "git@github.com:opensumi/core.git"
17
17
  },
18
18
  "dependencies": {
19
- "@opensumi/ide-core-node": "2.15.1"
19
+ "@opensumi/ide-core-node": "2.15.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@opensumi/ide-core-browser": "2.15.1",
22
+ "@opensumi/ide-core-browser": "2.15.3",
23
23
  "@opensumi/ide-dev-tool": "^1.3.1"
24
24
  },
25
- "gitHead": "3579b545ad1830aa7da4f81ea0b2399d5bf23a71"
25
+ "gitHead": "d4297082ad721a2350e80a650c0875c4adc83cf4"
26
26
  }