@webiny/app 6.4.4-beta.4 → 6.4.4-beta.6
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { makeAutoObservable, runInAction } from "mobx";
|
|
2
2
|
import { RouteUrl } from "./RouteUrl.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as __rspack_external__abstractions_js_3ba2e999 from "./abstractions.js";
|
|
4
4
|
const INIT_ROUTE = {
|
|
5
5
|
name: "__init__",
|
|
6
6
|
path: "",
|
|
@@ -106,10 +106,10 @@ class RouterRepositoryImpl {
|
|
|
106
106
|
return this.routes.find((existingRoute)=>existingRoute.name === name);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
|
-
const RouterRepository =
|
|
109
|
+
const RouterRepository = __rspack_external__abstractions_js_3ba2e999.RouterRepository.createImplementation({
|
|
110
110
|
implementation: RouterRepositoryImpl,
|
|
111
111
|
dependencies: [
|
|
112
|
-
|
|
112
|
+
__rspack_external__abstractions_js_3ba2e999.RouterGateway
|
|
113
113
|
]
|
|
114
114
|
});
|
|
115
115
|
export { RouterRepository };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RouterRepository } from "./RouterRepository.js";
|
|
2
2
|
import { RouterPresenter } from "./RouterPresenter.js";
|
|
3
3
|
import { createFeature } from "../../shared/di/createFeature.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as __rspack_external__abstractions_js_3ba2e999 from "./abstractions.js";
|
|
5
5
|
const RouterFeature = createFeature({
|
|
6
6
|
name: "Router",
|
|
7
7
|
register (container) {
|
|
@@ -10,7 +10,7 @@ const RouterFeature = createFeature({
|
|
|
10
10
|
},
|
|
11
11
|
resolve (container) {
|
|
12
12
|
return {
|
|
13
|
-
presenter: container.resolve(
|
|
13
|
+
presenter: container.resolve(__rspack_external__abstractions_js_3ba2e999.RouterPresenter)
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
16
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app",
|
|
3
|
-
"version": "6.4.4-beta.
|
|
3
|
+
"version": "6.4.4-beta.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./index.js",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@apollo/react-hooks": "3.1.5",
|
|
22
22
|
"@emotion/styled": "11.14.1",
|
|
23
|
-
"@types/react": "18.3.
|
|
24
|
-
"@webiny/di": "1.0.
|
|
25
|
-
"@webiny/feature": "6.4.4-beta.
|
|
26
|
-
"@webiny/i18n": "6.4.4-beta.
|
|
27
|
-
"@webiny/i18n-react": "6.4.4-beta.
|
|
28
|
-
"@webiny/plugins": "6.4.4-beta.
|
|
29
|
-
"@webiny/react-composition": "6.4.4-beta.
|
|
30
|
-
"@webiny/react-properties": "6.4.4-beta.
|
|
31
|
-
"@webiny/stdlib": "0.0.
|
|
23
|
+
"@types/react": "18.3.31",
|
|
24
|
+
"@webiny/di": "1.0.2",
|
|
25
|
+
"@webiny/feature": "6.4.4-beta.6",
|
|
26
|
+
"@webiny/i18n": "6.4.4-beta.6",
|
|
27
|
+
"@webiny/i18n-react": "6.4.4-beta.6",
|
|
28
|
+
"@webiny/plugins": "6.4.4-beta.6",
|
|
29
|
+
"@webiny/react-composition": "6.4.4-beta.6",
|
|
30
|
+
"@webiny/react-properties": "6.4.4-beta.6",
|
|
31
|
+
"@webiny/stdlib": "0.0.8",
|
|
32
32
|
"apollo-cache": "1.3.5",
|
|
33
33
|
"apollo-cache-inmemory": "1.6.6",
|
|
34
34
|
"apollo-client": "2.6.10",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"invariant": "2.2.4",
|
|
43
43
|
"lodash": "4.18.1",
|
|
44
44
|
"mobx": "6.16.1",
|
|
45
|
-
"nanoid": "5.1.
|
|
45
|
+
"nanoid": "5.1.16",
|
|
46
46
|
"react": "18.3.1",
|
|
47
47
|
"react-dom": "18.3.1",
|
|
48
48
|
"ts-invariant": "0.10.3",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/lodash": "4.17.24",
|
|
54
54
|
"@types/warning": "3.0.4",
|
|
55
|
-
"@webiny/build-tools": "6.4.4-beta.
|
|
55
|
+
"@webiny/build-tools": "6.4.4-beta.6",
|
|
56
56
|
"rimraf": "6.1.3",
|
|
57
|
-
"type-fest": "5.
|
|
57
|
+
"type-fest": "5.8.0",
|
|
58
58
|
"typescript": "6.0.3",
|
|
59
|
-
"vitest": "4.1.
|
|
59
|
+
"vitest": "4.1.10"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|