@tramvai/module-child-app 2.94.12 → 2.94.15

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.
@@ -29,7 +29,10 @@ class BrowserLoader extends Loader {
29
29
  moduleName,
30
30
  });
31
31
  // `resolveOnCssFailed: true` - allow to load module without server preloading on the client-side
32
- await loadModule(config.client.entry, { cssUrl: (_a = config.css) === null || _a === void 0 ? void 0 : _a.entry, resolveOnCssFailed: true });
32
+ await loadModule(config.client.entry, {
33
+ cssUrl: (_a = config.css) === null || _a === void 0 ? void 0 : _a.entry,
34
+ resolveOnCssFailed: true,
35
+ });
33
36
  container = getModuleFromGlobal(config.client.entry);
34
37
  if (container) {
35
38
  this.log.debug({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-child-app",
3
- "version": "2.94.12",
3
+ "version": "2.94.15",
4
4
  "description": "Module for child apps",
5
5
  "browser": {
6
6
  "./lib/server.js": "./lib/browser.js",
@@ -28,24 +28,24 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@tinkoff/env-validators": "0.1.6",
31
- "@tinkoff/module-loader-client": "0.4.7",
31
+ "@tinkoff/module-loader-client": "0.4.8",
32
32
  "@tinkoff/module-loader-server": "0.5.9",
33
33
  "@tinkoff/url": "0.8.6",
34
- "@tramvai/child-app-core": "2.94.12",
35
- "@tramvai/module-router": "2.94.12",
34
+ "@tramvai/child-app-core": "2.94.15",
35
+ "@tramvai/module-router": "2.94.15",
36
36
  "@tramvai/safe-strings": "0.5.8",
37
- "@tramvai/tokens-child-app": "2.94.12"
37
+ "@tramvai/tokens-child-app": "2.94.15"
38
38
  },
39
39
  "devDependencies": {},
40
40
  "peerDependencies": {
41
41
  "@tinkoff/dippy": "0.8.15",
42
42
  "@tinkoff/utils": "^2.1.2",
43
- "@tramvai/core": "2.94.12",
44
- "@tramvai/state": "2.94.12",
45
- "@tramvai/react": "2.94.12",
46
- "@tramvai/tokens-common": "2.94.12",
47
- "@tramvai/tokens-render": "2.94.12",
48
- "@tramvai/tokens-router": "2.94.12",
43
+ "@tramvai/core": "2.94.15",
44
+ "@tramvai/state": "2.94.15",
45
+ "@tramvai/react": "2.94.15",
46
+ "@tramvai/tokens-common": "2.94.15",
47
+ "@tramvai/tokens-render": "2.94.15",
48
+ "@tramvai/tokens-router": "2.94.15",
49
49
  "react": ">=16.14.0",
50
50
  "react-dom": ">=16.14.0",
51
51
  "object-assign": "^4.1.1",