@tramvai/module-child-app 2.141.2 → 2.142.1

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.
@@ -14,6 +14,7 @@ const registerChildAppRenderSlots = ({ logger, diManager, resolveFullConfig, pre
14
14
  }
15
15
  const extension = extname(entry);
16
16
  switch (extension) {
17
+ // @todo async scripts for streaming
17
18
  case '.js':
18
19
  result.push({
19
20
  type: ResourceType.script,
@@ -22,6 +22,7 @@ const registerChildAppRenderSlots = ({ logger, diManager, resolveFullConfig, pre
22
22
  }
23
23
  const extension = path.extname(entry);
24
24
  switch (extension) {
25
+ // @todo async scripts for streaming
25
26
  case '.js':
26
27
  result.push({
27
28
  type: tokensRender.ResourceType.script,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-child-app",
3
- "version": "2.141.2",
3
+ "version": "2.142.1",
4
4
  "description": "Module for child apps",
5
5
  "browser": {
6
6
  "./lib/server.js": "./lib/browser.js",
@@ -31,21 +31,21 @@
31
31
  "@tinkoff/module-loader-client": "0.4.10",
32
32
  "@tinkoff/module-loader-server": "0.5.12",
33
33
  "@tinkoff/url": "0.8.6",
34
- "@tramvai/child-app-core": "2.141.2",
34
+ "@tramvai/child-app-core": "2.142.1",
35
35
  "@tramvai/safe-strings": "0.5.11",
36
- "@tramvai/tokens-child-app": "2.141.2"
36
+ "@tramvai/tokens-child-app": "2.142.1"
37
37
  },
38
38
  "devDependencies": {},
39
39
  "peerDependencies": {
40
40
  "@tinkoff/dippy": "0.8.15",
41
41
  "@tinkoff/router": "0.2.17",
42
42
  "@tinkoff/utils": "^2.1.2",
43
- "@tramvai/core": "2.141.2",
44
- "@tramvai/state": "2.141.2",
45
- "@tramvai/react": "2.141.2",
46
- "@tramvai/tokens-common": "2.141.2",
47
- "@tramvai/tokens-render": "2.141.2",
48
- "@tramvai/tokens-router": "2.141.2",
43
+ "@tramvai/core": "2.142.1",
44
+ "@tramvai/state": "2.142.1",
45
+ "@tramvai/react": "2.142.1",
46
+ "@tramvai/tokens-common": "2.142.1",
47
+ "@tramvai/tokens-render": "2.142.1",
48
+ "@tramvai/tokens-router": "2.142.1",
49
49
  "react": ">=16.14.0",
50
50
  "react-dom": ">=16.14.0",
51
51
  "object-assign": "^4.1.1",