@squide/firefly 12.0.2 → 12.0.3

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @squide/firefly
2
2
 
3
+ ## 12.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#269](https://github.com/workleap/wl-squide/pull/269) [`d3a3fa0`](https://github.com/workleap/wl-squide/commit/d3a3fa05fe75db24a128263e8a2df57233769298) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
8
+
9
+ - Updated dependencies [[`d3a3fa0`](https://github.com/workleap/wl-squide/commit/d3a3fa05fe75db24a128263e8a2df57233769298)]:
10
+ - @squide/module-federation@6.2.7
11
+ - @squide/react-router@7.0.5
12
+ - @squide/core@5.4.7
13
+ - @squide/msw@3.2.7
14
+
3
15
  ## 12.0.2
4
16
 
5
17
  ### Patch Changes
package/dist/AppRouter.js CHANGED
@@ -23,7 +23,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__useStrictRegistrationMode_js_f67d8785__ f
23
23
 
24
24
  ;// CONCATENATED MODULE: external "./useStrictRegistrationMode.js"
25
25
 
26
- ;// CONCATENATED MODULE: ./src/AppRouter.tsx?__rslib_entry__
26
+ ;// CONCATENATED MODULE: ./src/AppRouter.tsx
27
27
 
28
28
 
29
29
 
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
5
5
 
6
6
  ;// CONCATENATED MODULE: external "react"
7
7
 
8
- ;// CONCATENATED MODULE: ./src/AppRouterContext.ts?__rslib_entry__
8
+ ;// CONCATENATED MODULE: ./src/AppRouterContext.ts
9
9
 
10
10
 
11
11
  const AppRouterStateContext = (0,__WEBPACK_EXTERNAL_MODULE_react__.createContext)(undefined);
@@ -20,7 +20,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__useIsBootstrapping_js_642a9b43__ from "./
20
20
 
21
21
  ;// CONCATENATED MODULE: external "./useIsBootstrapping.js"
22
22
 
23
- ;// CONCATENATED MODULE: ./src/AppRouterReducer.ts?__rslib_entry__
23
+ ;// CONCATENATED MODULE: ./src/AppRouterReducer.ts
24
24
 
25
25
 
26
26
 
@@ -1,5 +1,5 @@
1
1
 
2
- ;// CONCATENATED MODULE: ./src/AppRouterStore.ts?__rslib_entry__
2
+ ;// CONCATENATED MODULE: ./src/AppRouterStore.ts
3
3
  // This file is a low cost port of the AppRouterReducer to a non-React store. It allows, non-React parts of the library to get
4
4
  // access to the state and ease the integration with third-party libraries such as the Platform Widgets.
5
5
  // Eventually, AppRouterReducer should be deprecated in favor of this new AppRouterStore.
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__squide_core_7a405b8f__ from "@squide/core
5
5
 
6
6
  ;// CONCATENATED MODULE: external "@squide/core"
7
7
 
8
- ;// CONCATENATED MODULE: ./src/FireflyProvider.tsx?__rslib_entry__
8
+ ;// CONCATENATED MODULE: ./src/FireflyProvider.tsx
9
9
 
10
10
 
11
11
  function FireflyProvider(props) {
@@ -11,7 +11,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__AppRouterStore_js_e9778a35__ from "./AppR
11
11
 
12
12
  ;// CONCATENATED MODULE: external "./AppRouterStore.js"
13
13
 
14
- ;// CONCATENATED MODULE: ./src/FireflyRuntime.tsx?__rslib_entry__
14
+ ;// CONCATENATED MODULE: ./src/FireflyRuntime.tsx
15
15
 
16
16
 
17
17
 
@@ -1,5 +1,5 @@
1
1
 
2
- ;// CONCATENATED MODULE: ./src/GlobalDataQueriesError.ts?__rslib_entry__
2
+ ;// CONCATENATED MODULE: ./src/GlobalDataQueriesError.ts
3
3
  class GlobalDataQueriesError extends Error {
4
4
  #errors;
5
5
  constructor(message, errors){
package/dist/RootRoute.js CHANGED
@@ -14,7 +14,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__useIsActiveRouteProtected_js_d94f4832__ f
14
14
 
15
15
  ;// CONCATENATED MODULE: external "./useIsActiveRouteProtected.js"
16
16
 
17
- ;// CONCATENATED MODULE: ./src/RootRoute.tsx?__rslib_entry__
17
+ ;// CONCATENATED MODULE: ./src/RootRoute.tsx
18
18
 
19
19
 
20
20
 
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ export * from "./useStrictRegistrationMode.js";
26
26
  export * from "./useUpdateDeferredRegistrations.js";
27
27
  export * from "./initializeFirefly.js";
28
28
 
29
- ;// CONCATENATED MODULE: ./src/index.ts?__rslib_entry__
29
+ ;// CONCATENATED MODULE: ./src/index.ts
30
30
 
31
31
 
32
32
 
@@ -11,7 +11,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__FireflyRuntime_js_318ddfd4__ from "./Fire
11
11
 
12
12
  ;// CONCATENATED MODULE: external "./FireflyRuntime.js"
13
13
 
14
- ;// CONCATENATED MODULE: ./src/initializeFirefly.ts?__rslib_entry__
14
+ ;// CONCATENATED MODULE: ./src/initializeFirefly.ts
15
15
 
16
16
 
17
17
 
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__squide_core_7a405b8f__ from "@squide/core
2
2
 
3
3
  ;// CONCATENATED MODULE: external "@squide/core"
4
4
 
5
- ;// CONCATENATED MODULE: ./src/useAppRouterStore.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/useAppRouterStore.ts
6
6
 
7
7
  function useAppRouterStore() {
8
8
  const runtime = (0,__WEBPACK_EXTERNAL_MODULE__squide_core_7a405b8f__.useRuntime)();
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__ from "./Ap
2
2
 
3
3
  ;// CONCATENATED MODULE: external "./AppRouterContext.js"
4
4
 
5
- ;// CONCATENATED MODULE: ./src/useCanFetchProtectedData.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/useCanFetchProtectedData.ts
6
6
 
7
7
  // This function is exported for external integration, like the integration
8
8
  // with the Platform Widgets. Do not remove.
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__ from "./Ap
2
2
 
3
3
  ;// CONCATENATED MODULE: external "./AppRouterContext.js"
4
4
 
5
- ;// CONCATENATED MODULE: ./src/useCanFetchPublicData.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/useCanFetchPublicData.ts
6
6
 
7
7
  function useCanFetchPublicData() {
8
8
  const { waitForMsw, areModulesRegistered, areModulesReady, isMswReady, isPublicDataReady } = (0,__WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__.useAppRouterState)();
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__ from "./Ap
2
2
 
3
3
  ;// CONCATENATED MODULE: external "./AppRouterContext.js"
4
4
 
5
- ;// CONCATENATED MODULE: ./src/useCanRegisterDeferredRegistrations.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/useCanRegisterDeferredRegistrations.ts
6
6
 
7
7
  function useCanRegisterDeferredRegistrations() {
8
8
  const { waitForPublicData, waitForProtectedData, areModulesReady, areModulesRegistered, isPublicDataReady, isProtectedDataReady, activeRouteVisibility, isUnauthorized } = (0,__WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__.useAppRouterState)();
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__ from "./Ap
2
2
 
3
3
  ;// CONCATENATED MODULE: external "./AppRouterContext.js"
4
4
 
5
- ;// CONCATENATED MODULE: ./src/useCanUpdateDeferredRegistrations.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/useCanUpdateDeferredRegistrations.ts
6
6
 
7
7
  function useCanUpdateDeferredRegistrations() {
8
8
  const { areModulesReady, publicDataUpdatedAt, protectedDataUpdatedAt, deferredRegistrationsUpdatedAt } = (0,__WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__.useAppRouterState)();
@@ -17,7 +17,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__useUpdateDeferredRegistrations_js_80de533
17
17
 
18
18
  ;// CONCATENATED MODULE: external "./useUpdateDeferredRegistrations.js"
19
19
 
20
- ;// CONCATENATED MODULE: ./src/useDeferredRegistrations.ts?__rslib_entry__
20
+ ;// CONCATENATED MODULE: ./src/useDeferredRegistrations.ts
21
21
 
22
22
 
23
23
 
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
2
2
 
3
3
  ;// CONCATENATED MODULE: external "react"
4
4
 
5
- ;// CONCATENATED MODULE: ./src/useExecuteOnce.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/useExecuteOnce.ts
6
6
 
7
7
  // Not using useEffect or useLayoutEffect because this utility hook is often used to dispatch events
8
8
  // and it messed with the events dispatch order.
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_react_router_65608a1a__ from "react-router
5
5
 
6
6
  ;// CONCATENATED MODULE: external "react-router"
7
7
 
8
- ;// CONCATENATED MODULE: ./src/useIsActiveRouteProtected.ts?__rslib_entry__
8
+ ;// CONCATENATED MODULE: ./src/useIsActiveRouteProtected.ts
9
9
 
10
10
 
11
11
  function useIsActiveRouteProtected(areModulesReady) {
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__ from "./Ap
2
2
 
3
3
  ;// CONCATENATED MODULE: external "./AppRouterContext.js"
4
4
 
5
- ;// CONCATENATED MODULE: ./src/useIsBootstrapping.ts?__rslib_entry__
5
+ ;// CONCATENATED MODULE: ./src/useIsBootstrapping.ts
6
6
 
7
7
  function useIsBootstrapping() {
8
8
  const state = (0,__WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__.useAppRouterState)();
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__ from "./Ap
5
5
 
6
6
  ;// CONCATENATED MODULE: external "./AppRouterContext.js"
7
7
 
8
- ;// CONCATENATED MODULE: ./src/useNavigationItems.ts?__rslib_entry__
8
+ ;// CONCATENATED MODULE: ./src/useNavigationItems.ts
9
9
 
10
10
 
11
11
  function useNavigationItems(options) {
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__useCanFetchProtectedData_js_52158d16__ fr
5
5
 
6
6
  ;// CONCATENATED MODULE: external "./useCanFetchProtectedData.js"
7
7
 
8
- ;// CONCATENATED MODULE: ./src/useProtectedDataHandler.ts?__rslib_entry__
8
+ ;// CONCATENATED MODULE: ./src/useProtectedDataHandler.ts
9
9
 
10
10
 
11
11
  function useProtectedDataHandler(handler) {
@@ -20,7 +20,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__useExecuteOnce_js_e1f8f91b__ from "./useE
20
20
 
21
21
  ;// CONCATENATED MODULE: external "./useExecuteOnce.js"
22
22
 
23
- ;// CONCATENATED MODULE: ./src/useProtectedDataQueries.ts?__rslib_entry__
23
+ ;// CONCATENATED MODULE: ./src/useProtectedDataQueries.ts
24
24
 
25
25
 
26
26
 
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__useCanFetchPublicData_js_b8d90132__ from
5
5
 
6
6
  ;// CONCATENATED MODULE: external "./useCanFetchPublicData.js"
7
7
 
8
- ;// CONCATENATED MODULE: ./src/usePublicDataHandler.ts?__rslib_entry__
8
+ ;// CONCATENATED MODULE: ./src/usePublicDataHandler.ts
9
9
 
10
10
 
11
11
  function usePublicDataHandler(handler) {
@@ -20,7 +20,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__useExecuteOnce_js_e1f8f91b__ from "./useE
20
20
 
21
21
  ;// CONCATENATED MODULE: external "./useExecuteOnce.js"
22
22
 
23
- ;// CONCATENATED MODULE: ./src/usePublicDataQueries.ts?__rslib_entry__
23
+ ;// CONCATENATED MODULE: ./src/usePublicDataQueries.ts
24
24
 
25
25
 
26
26
 
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
5
5
 
6
6
  ;// CONCATENATED MODULE: external "react"
7
7
 
8
- ;// CONCATENATED MODULE: ./src/useRegisterDeferredRegistrations.ts?__rslib_entry__
8
+ ;// CONCATENATED MODULE: ./src/useRegisterDeferredRegistrations.ts
9
9
 
10
10
 
11
11
  function useRegisterDeferredRegistrations() {
@@ -8,7 +8,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
8
8
 
9
9
  ;// CONCATENATED MODULE: external "react"
10
10
 
11
- ;// CONCATENATED MODULE: ./src/useStrictRegistrationMode.ts?__rslib_entry__
11
+ ;// CONCATENATED MODULE: ./src/useStrictRegistrationMode.ts
12
12
 
13
13
 
14
14
 
@@ -8,7 +8,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__AppRouterContext_js_3c4a3c33__ from "./Ap
8
8
 
9
9
  ;// CONCATENATED MODULE: external "./AppRouterContext.js"
10
10
 
11
- ;// CONCATENATED MODULE: ./src/useUpdateDeferredRegistrations.ts?__rslib_entry__
11
+ ;// CONCATENATED MODULE: ./src/useUpdateDeferredRegistrations.ts
12
12
 
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@squide/firefly",
3
3
  "author": "Workleap",
4
- "version": "12.0.2",
4
+ "version": "12.0.3",
5
5
  "description": "Helpers to facilitate the creation of an application with the Squide firefly technology stack.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -28,39 +28,33 @@
28
28
  "README.md"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@tanstack/react-query": "^5.71.0",
32
- "@types/react": "^18.0.0 || ^19.0.0",
33
- "@types/react-dom": "^18.0.0 || ^19.0.0",
34
- "msw": "^2.7.3",
31
+ "@tanstack/react-query": "^5.76.2",
32
+ "msw": "^2.8.4",
35
33
  "react": "^18.0.0 || ^19.0.0",
36
34
  "react-dom": "^18.0.0 || ^19.0.0",
37
- "react-router": "^7.4.1"
35
+ "react-router": "^7.6.0"
38
36
  },
39
37
  "dependencies": {
40
- "@squide/core": "5.4.6",
41
- "@squide/module-federation": "6.2.6",
42
- "@squide/msw": "3.2.6",
43
- "@squide/react-router": "7.0.4"
38
+ "@squide/core": "5.4.7",
39
+ "@squide/module-federation": "6.2.7",
40
+ "@squide/msw": "3.2.7",
41
+ "@squide/react-router": "7.0.5"
44
42
  },
45
43
  "devDependencies": {
46
- "@rsbuild/core": "1.3.0",
47
- "@rslib/core": "0.6.0",
48
- "@testing-library/react": "16.2.0",
49
- "@types/react": "19.0.12",
50
- "@types/react-dom": "19.0.4",
51
- "@typescript-eslint/parser": "8.28.0",
52
- "@vitejs/plugin-react": "4.3.4",
53
- "@workleap/eslint-plugin": "3.3.1",
54
- "@workleap/rslib-configs": "1.0.3",
55
- "@workleap/typescript-configs": "3.0.2",
44
+ "@rsbuild/core": "1.3.21",
45
+ "@rslib/core": "0.8.0",
46
+ "@testing-library/react": "16.3.0",
47
+ "@types/react": "19.1.5",
48
+ "@types/react-dom": "19.1.5",
49
+ "@typescript-eslint/parser": "8.32.1",
50
+ "@vitejs/plugin-react": "4.5.0",
51
+ "@workleap/eslint-plugin": "3.4.0",
52
+ "@workleap/rslib-configs": "1.0.4",
53
+ "@workleap/typescript-configs": "3.0.3",
56
54
  "eslint": "8.57.0",
57
- "happy-dom": "17.4.4",
58
- "msw": "2.7.3",
59
- "react": "19.1.0",
60
- "react-dom": "19.1.0",
61
- "react-router": "7.4.1",
62
- "typescript": "5.8.2",
63
- "vitest": "3.0.9"
55
+ "happy-dom": "17.4.7",
56
+ "typescript": "5.8.3",
57
+ "vitest": "3.1.4"
64
58
  },
65
59
  "sideEffects": false,
66
60
  "engines": {