@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.
- package/lib/browser/explorer-contribution.js +1 -1
- package/lib/browser/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -17,7 +17,7 @@ let ExplorerContribution = class ExplorerContribution {
|
|
|
17
17
|
});
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
ExplorerContribution =
|
|
20
|
+
ExplorerContribution = tslib_1.__decorate([
|
|
21
21
|
(0, ide_core_browser_1.Domain)(layout_1.ComponentContribution)
|
|
22
22
|
], ExplorerContribution);
|
|
23
23
|
exports.ExplorerContribution = ExplorerContribution;
|
package/lib/browser/index.js
CHANGED
|
@@ -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 =
|
|
14
|
+
ExplorerModule = tslib_1.__decorate([
|
|
15
15
|
(0, di_1.Injectable)()
|
|
16
16
|
], ExplorerModule);
|
|
17
17
|
exports.ExplorerModule = ExplorerModule;
|
package/lib/index.js
CHANGED
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
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.
|
|
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.
|
|
19
|
+
"@opensumi/ide-core-node": "2.15.3"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@opensumi/ide-core-browser": "2.15.
|
|
22
|
+
"@opensumi/ide-core-browser": "2.15.3",
|
|
23
23
|
"@opensumi/ide-dev-tool": "^1.3.1"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "d4297082ad721a2350e80a650c0875c4adc83cf4"
|
|
26
26
|
}
|