@theia/application-manager 1.27.0-next.13 → 1.27.0-next.18
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.
|
@@ -115,7 +115,7 @@ module.exports = preloader.preload().then(() => {
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
function start() {
|
|
118
|
-
(window['theia'] = window['theia'] ||
|
|
118
|
+
(window['theia'] = window['theia'] || {}).container = container;
|
|
119
119
|
return container.get(FrontendApplication).start();
|
|
120
120
|
}
|
|
121
121
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/application-manager",
|
|
3
|
-
"version": "1.27.0-next.
|
|
3
|
+
"version": "1.27.0-next.18+0730d3b006d",
|
|
4
4
|
"description": "Theia application manager API.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@babel/plugin-transform-classes": "^7.10.0",
|
|
34
34
|
"@babel/plugin-transform-runtime": "^7.10.0",
|
|
35
35
|
"@babel/preset-env": "^7.10.0",
|
|
36
|
-
"@theia/application-package": "1.27.0-next.
|
|
37
|
-
"@theia/ffmpeg": "1.27.0-next.
|
|
36
|
+
"@theia/application-package": "1.27.0-next.18+0730d3b006d",
|
|
37
|
+
"@theia/ffmpeg": "1.27.0-next.18+0730d3b006d",
|
|
38
38
|
"@types/fs-extra": "^4.0.2",
|
|
39
39
|
"@types/semver": "^7.3.8",
|
|
40
40
|
"babel-loader": "^8.2.2",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"nyc": {
|
|
77
77
|
"extends": "../../configs/nyc.json"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "0730d3b006d587dbd9df3c9f100906c5fd857e49"
|
|
80
80
|
}
|
|
@@ -122,7 +122,7 @@ module.exports = preloader.preload().then(() => {
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
function start() {
|
|
125
|
-
(window['theia'] = window['theia'] ||
|
|
125
|
+
(window['theia'] = window['theia'] || {}).container = container;
|
|
126
126
|
return container.get(FrontendApplication).start();
|
|
127
127
|
}
|
|
128
128
|
});
|