@tramvai/module-child-app 3.26.2 → 3.27.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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Module for child app
4
4
 
5
- Link to complete Child-App documentation - https://tramvai.dev/docs/features/child-app/app-integration/
5
+ Link to complete Child-App documentation - https://tramvai.dev/docs/features/child-app/overview/
6
6
 
7
7
 
8
8
  ## Installation
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tramvai/module-child-app",
3
- "version": "3.26.2",
3
+ "version": "3.27.0",
4
4
  "description": "Module for child apps",
5
5
  "browser": {
6
6
  "./lib/server.js": "./lib/browser.js",
7
7
  "./lib/server/child/singletonProviders.js": "./lib/browser/child/singletonProviders.js",
8
8
  "./lib/server/child/providers.js": "./lib/browser/child/providers.js",
9
- "./lib/server.es.js": "./lib/server.browser.js"
9
+ "./lib/server.es.js": "./lib/browser.js"
10
10
  },
11
11
  "main": "lib/server.js",
12
12
  "typings": "lib/server.d.ts",
@@ -31,21 +31,21 @@
31
31
  "@tinkoff/module-loader-client": "0.5.1",
32
32
  "@tinkoff/module-loader-server": "0.6.1",
33
33
  "@tinkoff/url": "0.9.2",
34
- "@tramvai/child-app-core": "3.26.2",
34
+ "@tramvai/child-app-core": "3.27.0",
35
35
  "@tramvai/safe-strings": "0.6.2",
36
- "@tramvai/tokens-child-app": "3.26.2"
36
+ "@tramvai/tokens-child-app": "3.27.0"
37
37
  },
38
38
  "devDependencies": {},
39
39
  "peerDependencies": {
40
40
  "@tinkoff/dippy": "0.9.2",
41
- "@tinkoff/router": "0.3.45",
41
+ "@tinkoff/router": "0.3.47",
42
42
  "@tinkoff/utils": "^2.1.2",
43
- "@tramvai/core": "3.26.2",
44
- "@tramvai/state": "3.26.2",
45
- "@tramvai/react": "3.26.2",
46
- "@tramvai/tokens-common": "3.26.2",
47
- "@tramvai/tokens-render": "3.26.2",
48
- "@tramvai/tokens-router": "3.26.2",
43
+ "@tramvai/core": "3.27.0",
44
+ "@tramvai/state": "3.27.0",
45
+ "@tramvai/react": "3.27.0",
46
+ "@tramvai/tokens-common": "3.27.0",
47
+ "@tramvai/tokens-render": "3.27.0",
48
+ "@tramvai/tokens-router": "3.27.0",
49
49
  "react": ">=16.14.0",
50
50
  "react-dom": ">=16.14.0",
51
51
  "object-assign": "^4.1.1",
@@ -1,3 +0,0 @@
1
- export { ChildAppModule } from './browser.browser.js';
2
- export { ChildApp } from './shared/react/component.browser.js';
3
- export * from '@tramvai/tokens-child-app';
File without changes