@squide/firefly 6.0.3 → 6.0.4
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/CHANGELOG.md +12 -0
- package/dist/AppRouter.js +1 -1
- package/dist/{chunk-7LQUNM5I.js → chunk-YPB7BNRJ.js} +1 -1
- package/dist/index.js +1 -1
- package/package.json +11 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @squide/firefly
|
|
2
2
|
|
|
3
|
+
## 6.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#154](https://github.com/gsoft-inc/wl-squide/pull/154) [`e440515`](https://github.com/gsoft-inc/wl-squide/commit/e4405150a3c364fd4029c345399891614a434176) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`e440515`](https://github.com/gsoft-inc/wl-squide/commit/e4405150a3c364fd4029c345399891614a434176), [`e440515`](https://github.com/gsoft-inc/wl-squide/commit/e4405150a3c364fd4029c345399891614a434176)]:
|
|
10
|
+
- @squide/webpack-module-federation@3.0.8
|
|
11
|
+
- @squide/react-router@4.1.3
|
|
12
|
+
- @squide/msw@2.0.13
|
|
13
|
+
- @squide/core@3.4.0
|
|
14
|
+
|
|
3
15
|
## 6.0.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/AppRouter.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AppRouter, BootstrappingRoute } from './chunk-
|
|
1
|
+
export { AppRouter, BootstrappingRoute } from './chunk-YPB7BNRJ.js';
|
|
@@ -133,7 +133,7 @@ function AppRouter(props) {
|
|
|
133
133
|
}, [errorElement]);
|
|
134
134
|
return useMemo(() => {
|
|
135
135
|
if (areModulesRegistered && !findRouteByPath(routes, "*")) {
|
|
136
|
-
throw new Error("For the AppRouter component to work properly, the application must be a define a custom no match router. For additional information, refer to: https://reactrouter.com/en/main/start/tutorial#handling-not-found-errors.");
|
|
136
|
+
throw new Error("[squide] For the AppRouter component to work properly, the application must be a define a custom no match router. For additional information, refer to: https://reactrouter.com/en/main/start/tutorial#handling-not-found-errors.");
|
|
137
137
|
}
|
|
138
138
|
return renderRouterProvider([
|
|
139
139
|
{
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squide/firefly",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.4",
|
|
5
5
|
"description": "Helpers to facilitate the creation of a shell package with Squide firefly technology stack.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -51,34 +51,33 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@swc/core": "1.4.
|
|
55
|
-
"@swc/helpers": "0.5.6",
|
|
54
|
+
"@swc/core": "1.4.2",
|
|
56
55
|
"@swc/jest": "0.2.36",
|
|
57
56
|
"@testing-library/jest-dom": "6.4.2",
|
|
58
57
|
"@testing-library/react": "14.2.1",
|
|
59
58
|
"@types/jest": "29.5.12",
|
|
60
|
-
"@types/react": "18.2.
|
|
59
|
+
"@types/react": "18.2.61",
|
|
61
60
|
"@types/react-dom": "18.2.19",
|
|
62
61
|
"@workleap/eslint-plugin": "3.0.2",
|
|
63
62
|
"@workleap/swc-configs": "2.2.2",
|
|
64
|
-
"@workleap/tsup-configs": "3.0.
|
|
63
|
+
"@workleap/tsup-configs": "3.0.4",
|
|
65
64
|
"@workleap/typescript-configs": "3.0.2",
|
|
66
65
|
"jest": "29.7.0",
|
|
67
66
|
"jest-environment-jsdom": "29.7.0",
|
|
68
|
-
"msw": "2.2.
|
|
67
|
+
"msw": "2.2.2",
|
|
69
68
|
"react": "18.2.0",
|
|
70
69
|
"react-dom": "18.2.0",
|
|
71
|
-
"react-error-boundary": "4.0.
|
|
72
|
-
"react-router-dom": "6.22.
|
|
70
|
+
"react-error-boundary": "4.0.13",
|
|
71
|
+
"react-router-dom": "6.22.2",
|
|
73
72
|
"ts-jest": "29.1.2",
|
|
74
73
|
"tsup": "8.0.2",
|
|
75
74
|
"typescript": "5.3.3"
|
|
76
75
|
},
|
|
77
76
|
"dependencies": {
|
|
78
|
-
"@squide/core": "3.
|
|
79
|
-
"@squide/msw": "2.0.
|
|
80
|
-
"@squide/react-router": "4.1.
|
|
81
|
-
"@squide/webpack-module-federation": "3.0.
|
|
77
|
+
"@squide/core": "3.4.0",
|
|
78
|
+
"@squide/msw": "2.0.13",
|
|
79
|
+
"@squide/react-router": "4.1.3",
|
|
80
|
+
"@squide/webpack-module-federation": "3.0.8"
|
|
82
81
|
},
|
|
83
82
|
"sideEffects": false,
|
|
84
83
|
"engines": {
|