@theia/application-manager 1.18.0 → 1.19.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.
@@ -77,7 +77,7 @@ FrontendApplicationConfigProvider.set(${this.prettyStringify(this.pck.props.fron
77
77
  const { ThemeService } = require('@theia/core/lib/browser/theming');
78
78
  ThemeService.get().loadUserTheme();
79
79
 
80
- const nls = require('@theia/core/lib/browser/nls');
80
+ const nls = require('@theia/core/lib/browser/nls-loader');
81
81
 
82
82
  // nls translations MUST be loaded before requiring any code that uses them
83
83
  module.exports = nls.loadTranslations().then(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/application-manager",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "description": "Theia application manager API.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,7 +33,7 @@
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.18.0",
36
+ "@theia/application-package": "1.19.0",
37
37
  "@theia/compression-webpack-plugin": "^3.0.0",
38
38
  "@types/fs-extra": "^4.0.2",
39
39
  "babel-loader": "^8.2.2",
@@ -57,10 +57,10 @@
57
57
  "yargs": "^15.3.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@theia/ext-scripts": "1.18.0"
60
+ "@theia/ext-scripts": "1.19.0"
61
61
  },
62
62
  "nyc": {
63
63
  "extends": "../../configs/nyc.json"
64
64
  },
65
- "gitHead": "76318d01b7b3364cdf35ee456797699363f2634d"
65
+ "gitHead": "cebb5417bb40e320178e3a4e66070af514f0525f"
66
66
  }
@@ -84,7 +84,7 @@ FrontendApplicationConfigProvider.set(${this.prettyStringify(this.pck.props.fron
84
84
  const { ThemeService } = require('@theia/core/lib/browser/theming');
85
85
  ThemeService.get().loadUserTheme();
86
86
 
87
- const nls = require('@theia/core/lib/browser/nls');
87
+ const nls = require('@theia/core/lib/browser/nls-loader');
88
88
 
89
89
  // nls translations MUST be loaded before requiring any code that uses them
90
90
  module.exports = nls.loadTranslations().then(() => {