@squide/firefly 15.0.2 → 15.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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @squide/firefly
|
|
2
2
|
|
|
3
|
+
## 15.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#327](https://github.com/workleap/wl-squide/pull/327) [`7f8ac52`](https://github.com/workleap/wl-squide/commit/7f8ac522e3ea9f6a9fdad12acd83e82c883f543c) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Move "@workleap-telemetry/core" and "@workleap/logging" from peerDependencies to dependencies.
|
|
8
|
+
|
|
3
9
|
## 15.0.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squide/firefly",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "15.0.
|
|
4
|
+
"version": "15.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": {
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@opentelemetry/api": "^1.9.0",
|
|
32
32
|
"@tanstack/react-query": "^5.90.2",
|
|
33
|
-
"@workleap-telemetry/core": "^1.0.1",
|
|
34
|
-
"@workleap/logging": "^1.3.0",
|
|
35
33
|
"msw": "^2.11.3",
|
|
36
34
|
"react": "^18.0.0 || ^19.0.0",
|
|
37
35
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
38
36
|
"react-router": "^7.9.3"
|
|
39
37
|
},
|
|
40
38
|
"dependencies": {
|
|
39
|
+
"@workleap-telemetry/core": "^1.0.1",
|
|
40
|
+
"@workleap/logging": "^1.3.0",
|
|
41
41
|
"uuid": "^13.0.0",
|
|
42
42
|
"@squide/core": "6.1.1",
|
|
43
43
|
"@squide/module-federation": "7.0.2",
|