@appshell/react-shell 1.0.0-alpha.33 → 1.0.0-alpha.35

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.
@@ -5,7 +5,7 @@
5
5
  "name": "Appshell",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "1.0.0-alpha.33",
8
+ "buildVersion": "1.0.0-alpha.35",
9
9
  "buildName": "@appshell/react-shell"
10
10
  },
11
11
  "remoteEntry": {
@@ -27,7 +27,7 @@
27
27
  {
28
28
  "id": "Appshell:@appshell/react",
29
29
  "name": "@appshell/react",
30
- "version": "1.0.0-alpha.33",
30
+ "version": "1.0.0-alpha.35",
31
31
  "singleton": true,
32
32
  "requiredVersion": "^undefined",
33
33
  "assets": {
@@ -48,9 +48,9 @@
48
48
  {
49
49
  "id": "Appshell:@appshell/runtime",
50
50
  "name": "@appshell/runtime",
51
- "version": "1.0.0-alpha.33",
51
+ "version": "1.0.0-alpha.35",
52
52
  "singleton": true,
53
- "requiredVersion": "^1.0.0-alpha.33",
53
+ "requiredVersion": "^1.0.0-alpha.35",
54
54
  "assets": {
55
55
  "js": {
56
56
  "async": [],
@@ -85,6 +85,27 @@
85
85
  },
86
86
  "fallback": ""
87
87
  },
88
+ {
89
+ "id": "Appshell:react/jsx-runtime",
90
+ "name": "react/jsx-runtime",
91
+ "version": "18.2.0",
92
+ "singleton": true,
93
+ "requiredVersion": "18.2.0",
94
+ "assets": {
95
+ "js": {
96
+ "async": [],
97
+ "sync": [
98
+ "85.js",
99
+ "466.js"
100
+ ]
101
+ },
102
+ "css": {
103
+ "async": [],
104
+ "sync": []
105
+ }
106
+ },
107
+ "fallback": ""
108
+ },
88
109
  {
89
110
  "id": "Appshell:react",
90
111
  "name": "react",
@@ -5,7 +5,7 @@
5
5
  "name": "Appshell",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "1.0.0-alpha.33",
8
+ "buildVersion": "1.0.0-alpha.35",
9
9
  "buildName": "@appshell/react-shell"
10
10
  },
11
11
  "remoteEntry": {
@@ -29,7 +29,7 @@
29
29
  "requiredVersion": "^undefined",
30
30
  "shareScope": "default",
31
31
  "name": "@appshell/react",
32
- "version": "1.0.0-alpha.33",
32
+ "version": "1.0.0-alpha.35",
33
33
  "eager": false,
34
34
  "id": "Appshell:@appshell/react",
35
35
  "assets": {
@@ -51,10 +51,10 @@
51
51
  },
52
52
  {
53
53
  "singleton": true,
54
- "requiredVersion": "^1.0.0-alpha.33",
54
+ "requiredVersion": "^1.0.0-alpha.35",
55
55
  "shareScope": "default",
56
56
  "name": "@appshell/runtime",
57
- "version": "1.0.0-alpha.33",
57
+ "version": "1.0.0-alpha.35",
58
58
  "eager": false,
59
59
  "id": "Appshell:@appshell/runtime",
60
60
  "assets": {
@@ -97,6 +97,31 @@
97
97
  "usedExports": [],
98
98
  "fallback": ""
99
99
  },
100
+ {
101
+ "singleton": true,
102
+ "requiredVersion": "18.2.0",
103
+ "shareScope": "default",
104
+ "name": "react/jsx-runtime",
105
+ "version": "18.2.0",
106
+ "eager": false,
107
+ "id": "Appshell:react/jsx-runtime",
108
+ "assets": {
109
+ "js": {
110
+ "async": [],
111
+ "sync": [
112
+ "85.js",
113
+ "466.js"
114
+ ]
115
+ },
116
+ "css": {
117
+ "async": [],
118
+ "sync": []
119
+ }
120
+ },
121
+ "usedIn": [],
122
+ "usedExports": [],
123
+ "fallback": ""
124
+ },
100
125
  {
101
126
  "singleton": true,
102
127
  "requiredVersion": "18.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appshell/react-shell",
3
- "version": "1.0.0-alpha.33",
3
+ "version": "1.0.0-alpha.35",
4
4
  "description": "Appshell shell bundle for React",
5
5
  "main": "dist/main.js",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "author": "Robert Hamilton <rh@navaris.com>",
29
29
  "devDependencies": {
30
- "@appshell/webpack-plugin": "^1.0.0-alpha.33",
30
+ "@appshell/webpack-plugin": "^1.0.0-alpha.35",
31
31
  "@module-federation/enhanced": "^2.8.2"
32
32
  },
33
33
  "browserslist": {
@@ -48,5 +48,5 @@
48
48
  "appshell"
49
49
  ],
50
50
  "license": "MIT",
51
- "gitHead": "54bdd2aec93218533ab07703dfdb4fb269c8bf10"
51
+ "gitHead": "0e040fa74118b1d7aa9d3eb9a60afb2e90ce4ff4"
52
52
  }