@squide/firefly-module-federation 1.0.17 → 1.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @squide/firefly-module-federation
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#567](https://github.com/workleap/wl-squide/pull/567) [`5f16979`](https://github.com/workleap/wl-squide/commit/5f16979d9e922590fdca39be76e79dde54211efa) Thanks [@patricklafrance](https://github.com/patricklafrance)! - useDeferredRegistrations will now trigger a deferred registration update whenever the data object reference changes, even if no global data has been fetch or no feature flags changed.
8
+
9
+ - Updated dependencies [[`5f16979`](https://github.com/workleap/wl-squide/commit/5f16979d9e922590fdca39be76e79dde54211efa)]:
10
+ - @squide/firefly@16.2.1
11
+
12
+ ## 1.1.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#559](https://github.com/workleap/wl-squide/pull/559) [`33b1cd6`](https://github.com/workleap/wl-squide/commit/33b1cd639ef97e9d9fc892918ab6cbd08e6b91e9) Thanks [@patricklafrance](https://github.com/patricklafrance)! - React Router loaders execution is now delayed until MSW is ready.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`33b1cd6`](https://github.com/workleap/wl-squide/commit/33b1cd639ef97e9d9fc892918ab6cbd08e6b91e9)]:
21
+ - @squide/firefly@16.2.0
22
+
3
23
  ## 1.0.17
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@squide/firefly-module-federation",
3
3
  "author": "Workleap",
4
- "version": "1.0.17",
4
+ "version": "1.1.1",
5
5
  "description": "Add support for Module Federation to Squide firefly.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -38,8 +38,8 @@
38
38
  "@module-federation/enhanced": "0.11.4",
39
39
  "@rspack/core": "^1.7.7",
40
40
  "@workleap/logging": "^1.3.6",
41
- "@squide/firefly": "^16.1.12",
42
- "@squide/core": "^6.1.14"
41
+ "@squide/core": "^6.1.14",
42
+ "@squide/firefly": "^16.2.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@eslint/js": "9.39.2",