@opensumi/ide-decoration 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.
@@ -227,7 +227,7 @@ let FileDecorationsService = class FileDecorationsService extends ide_core_commo
227
227
  return rule;
228
228
  }
229
229
  };
230
- FileDecorationsService = (0, tslib_1.__decorate)([
230
+ FileDecorationsService = tslib_1.__decorate([
231
231
  (0, di_1.Injectable)()
232
232
  ], FileDecorationsService);
233
233
  exports.FileDecorationsService = FileDecorationsService;
@@ -17,7 +17,7 @@ let DecorationModule = class DecorationModule extends ide_core_browser_1.Browser
17
17
  ];
18
18
  }
19
19
  };
20
- DecorationModule = (0, tslib_1.__decorate)([
20
+ DecorationModule = tslib_1.__decorate([
21
21
  (0, di_1.Injectable)()
22
22
  ], DecorationModule);
23
23
  exports.DecorationModule = DecorationModule;
@@ -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("./decorations"), exports);
4
+ tslib_1.__exportStar(require("./decorations"), exports);
5
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":";;;AAAA,6DAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/index.ts"],"names":[],"mappings":";;;AAAA,wDAA8B"}
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("./common"), exports);
4
+ tslib_1.__exportStar(require("./common"), 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,wDAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mDAAyB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-decoration",
3
- "version": "2.15.1",
3
+ "version": "2.15.3",
4
4
  "files": [
5
5
  "lib"
6
6
  ],
@@ -16,12 +16,12 @@
16
16
  "url": "git@github.com:opensumi/core.git"
17
17
  },
18
18
  "dependencies": {
19
- "@opensumi/ide-core-common": "2.15.1",
20
- "@opensumi/ide-core-node": "2.15.1"
19
+ "@opensumi/ide-core-common": "2.15.3",
20
+ "@opensumi/ide-core-node": "2.15.3"
21
21
  },
22
22
  "devDependencies": {
23
- "@opensumi/ide-core-browser": "2.15.1",
23
+ "@opensumi/ide-core-browser": "2.15.3",
24
24
  "@opensumi/ide-dev-tool": "^1.3.1"
25
25
  },
26
- "gitHead": "3579b545ad1830aa7da4f81ea0b2399d5bf23a71"
26
+ "gitHead": "d4297082ad721a2350e80a650c0875c4adc83cf4"
27
27
  }