@squide/firefly 16.0.2 → 16.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 +12 -0
- package/dist/FireflyProvider.d.ts +2 -2
- package/dist/FireflyProvider.js.map +1 -1
- package/package.json +13 -13
- package/src/FireflyProvider.tsx +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @squide/firefly
|
|
2
2
|
|
|
3
|
+
## 16.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#347](https://github.com/workleap/wl-squide/pull/347) [`6354489`](https://github.com/workleap/wl-squide/commit/6354489117e9826291da71f977daae55a5c5484a) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Bumped package versions.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`6354489`](https://github.com/workleap/wl-squide/commit/6354489117e9826291da71f977daae55a5c5484a)]:
|
|
10
|
+
- @squide/react-router@8.1.6
|
|
11
|
+
- @squide/env-vars@1.4.9
|
|
12
|
+
- @squide/core@6.1.6
|
|
13
|
+
- @squide/msw@4.0.7
|
|
14
|
+
|
|
3
15
|
## 16.0.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { type Runtime } from "@squide/core";
|
|
2
1
|
import type { PropsWithChildren } from "react";
|
|
2
|
+
import { FireflyRuntime } from "./FireflyRuntime.tsx";
|
|
3
3
|
export interface FireflyProviderProps extends PropsWithChildren {
|
|
4
|
-
runtime:
|
|
4
|
+
runtime: FireflyRuntime;
|
|
5
5
|
}
|
|
6
6
|
export declare function FireflyProvider(props: FireflyProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FireflyProvider.js","sources":["../src/FireflyProvider.tsx"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"FireflyProvider.js","sources":["../src/FireflyProvider.tsx"],"sourcesContent":["import { RuntimeContext } from \"@squide/core\";\nimport type { PropsWithChildren } from \"react\";\nimport { FireflyRuntime } from \"./FireflyRuntime.tsx\";\n\nexport interface FireflyProviderProps extends PropsWithChildren {\n runtime: FireflyRuntime;\n}\n\nexport function FireflyProvider(props: FireflyProviderProps) {\n const {\n runtime,\n children\n } = props;\n\n return (\n <RuntimeContext.Provider value={runtime}>\n {children}\n </RuntimeContext.Provider>\n );\n}\n"],"names":["RuntimeContext","FireflyProvider","props","runtime","children"],"mappings":";;;;;;;;;AAA8C;AAQvC,SAASC,gBAAgBC,KAA2B;IACvD,MAAM,EACFC,OAAO,EACPC,QAAQ,EACX,GAAGF;IAEJ,qBACI,IAACF,uBAAuB;QAAC,OAAOG;kBAC3BC;;AAGb"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squide/firefly",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "16.0.
|
|
4
|
+
"version": "16.0.3",
|
|
5
5
|
"description": "Squide bundle for the firefly technology stack.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
],
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@opentelemetry/api": "^1.9.0",
|
|
36
|
-
"@tanstack/react-query": "^5.90.
|
|
37
|
-
"msw": "^2.12.
|
|
36
|
+
"@tanstack/react-query": "^5.90.11",
|
|
37
|
+
"msw": "^2.12.3",
|
|
38
38
|
"react": "^18.0.0 || ^19.0.0",
|
|
39
39
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
40
40
|
"react-router": "^7.9.6"
|
|
@@ -48,19 +48,19 @@
|
|
|
48
48
|
"@workleap-telemetry/core": "^1.0.4",
|
|
49
49
|
"@workleap/logging": "^1.3.2",
|
|
50
50
|
"uuid": "^13.0.0",
|
|
51
|
-
"@squide/core": "6.1.
|
|
52
|
-
"@squide/env-vars": "1.4.
|
|
53
|
-
"@squide/msw": "4.0.
|
|
54
|
-
"@squide/react-router": "8.1.
|
|
51
|
+
"@squide/core": "6.1.6",
|
|
52
|
+
"@squide/env-vars": "1.4.9",
|
|
53
|
+
"@squide/msw": "4.0.7",
|
|
54
|
+
"@squide/react-router": "8.1.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@eslint/js": "9.39.1",
|
|
58
|
-
"@rsbuild/core": "1.6.
|
|
59
|
-
"@rslib/core": "0.18.
|
|
58
|
+
"@rsbuild/core": "1.6.9",
|
|
59
|
+
"@rslib/core": "0.18.2",
|
|
60
60
|
"@testing-library/react": "16.3.0",
|
|
61
|
-
"@types/react": "19.2.
|
|
61
|
+
"@types/react": "19.2.7",
|
|
62
62
|
"@types/react-dom": "19.2.3",
|
|
63
|
-
"@typescript-eslint/parser": "8.
|
|
63
|
+
"@typescript-eslint/parser": "8.48.0",
|
|
64
64
|
"@vitejs/plugin-react": "5.1.1",
|
|
65
65
|
"@workleap/eslint-configs": "1.1.5",
|
|
66
66
|
"@workleap/rslib-configs": "1.1.3",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"eslint": "9.39.1",
|
|
69
69
|
"happy-dom": "20.0.10",
|
|
70
70
|
"typescript": "5.9.3",
|
|
71
|
-
"typescript-eslint": "8.
|
|
72
|
-
"vitest": "4.0.
|
|
71
|
+
"typescript-eslint": "8.48.0",
|
|
72
|
+
"vitest": "4.0.14"
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|
|
75
75
|
"scripts": {
|
package/src/FireflyProvider.tsx
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RuntimeContext } from "@squide/core";
|
|
2
2
|
import type { PropsWithChildren } from "react";
|
|
3
|
+
import { FireflyRuntime } from "./FireflyRuntime.tsx";
|
|
3
4
|
|
|
4
5
|
export interface FireflyProviderProps extends PropsWithChildren {
|
|
5
|
-
runtime:
|
|
6
|
+
runtime: FireflyRuntime;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
export function FireflyProvider(props: FireflyProviderProps) {
|