@frontegg/vue 1.0.6 → 1.0.7-alpha.1751201973
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/dist/reducer.d.ts +1 -1
- package/package.json +4 -4
package/dist/reducer.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export interface RootState {
|
|
|
4
4
|
context?: ContextOptions;
|
|
5
5
|
}
|
|
6
6
|
declare const initialState: RootState;
|
|
7
|
-
declare const reducer: import("
|
|
7
|
+
declare const reducer: import("redux").Reducer<RootState, import("redux").AnyAction>, actions: import("@reduxjs/toolkit").CaseReducerActions<{
|
|
8
8
|
setContext: {
|
|
9
9
|
prepare: (context: ContextOptions) => {
|
|
10
10
|
payload: ContextOptions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7-alpha.1751201973",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.ssr.js",
|
|
6
6
|
"browser": "dist/index.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@frontegg/admin-portal": "5.
|
|
26
|
-
"@frontegg/redux-store": "5.
|
|
25
|
+
"@frontegg/admin-portal": "5.18.2",
|
|
26
|
+
"@frontegg/redux-store": "5.18.2",
|
|
27
27
|
"get-value": "^3.0.1",
|
|
28
28
|
"set-value": "^4.0.1"
|
|
29
29
|
},
|
|
@@ -62,4 +62,4 @@
|
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=12"
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|