@orderingstack/front-hooks 6.7.0-beta.0 → 6.7.0-beta.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.
- package/dist/packages/auth/src/AuthProvider.d.ts.map +1 -1
- package/dist/packages/hooks/dist/index.cjs.d.ts +142 -0
- package/dist/packages/hooks/dist/index.cjs.d.ts.map +1 -0
- package/dist/packages/hooks/dist/index.es.d.ts +142 -0
- package/dist/packages/hooks/dist/index.es.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProvider.d.ts","sourceRoot":"","sources":["../../../../../auth/src/AuthProvider.tsx"],"names":[],"mappings":"AAwCA,OAAO,EAEL,kBAAkB,EAKnB,MAAM,sBAAsB,CAAC;AAa9B,eAAO,IAAI,kBAAkB,EAAE,GAAG,CAAC;AAcnC,wBAAgB,YAAY,CAAC,EAC3B,oBAAoB,EACpB,QAAQ,EACR,OAAO,EACP,UAAU,EACV,oBAAoB,EACpB,GAAG,KAAK,EACT,EAAE,kBAAkB,GAAG;IAAE,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,MAAM,CAAC;IAAC,UAAU,EAAE,GAAG,CAAA;CAAE,+
|
|
1
|
+
{"version":3,"file":"AuthProvider.d.ts","sourceRoot":"","sources":["../../../../../auth/src/AuthProvider.tsx"],"names":[],"mappings":"AAwCA,OAAO,EAEL,kBAAkB,EAKnB,MAAM,sBAAsB,CAAC;AAa9B,eAAO,IAAI,kBAAkB,EAAE,GAAG,CAAC;AAcnC,wBAAgB,YAAY,CAAC,EAC3B,oBAAoB,EACpB,QAAQ,EACR,OAAO,EACP,UAAU,EACV,oBAAoB,EACpB,GAAG,KAAK,EACT,EAAE,kBAAkB,GAAG;IAAE,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,MAAM,CAAC;IAAC,UAAU,EAAE,GAAG,CAAA;CAAE,+DAi/B3E"}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
declare let wt: {
|
|
2
|
+
new (): {};
|
|
3
|
+
getInstance(): {};
|
|
4
|
+
instance: {} | undefined;
|
|
5
|
+
};
|
|
6
|
+
declare function Ur(t: any): number;
|
|
7
|
+
declare function $e(t: any, e: any): any;
|
|
8
|
+
declare function dg({ product: t, state: e, selected: r, cheapestGroupOptionsProduct: n, basePrice: i, dangerouslyOverwritePrice: a }: {
|
|
9
|
+
product: any;
|
|
10
|
+
state: any;
|
|
11
|
+
selected: any;
|
|
12
|
+
cheapestGroupOptionsProduct: any;
|
|
13
|
+
basePrice: any;
|
|
14
|
+
dangerouslyOverwritePrice: any;
|
|
15
|
+
}): {
|
|
16
|
+
displayPrice: any;
|
|
17
|
+
showAsMinPrice: any;
|
|
18
|
+
calculatedPriceDefaultProductState: any;
|
|
19
|
+
calculatedChildrensBasePrice: any;
|
|
20
|
+
};
|
|
21
|
+
declare function Rr(t: any, e?: undefined, r?: undefined, n?: boolean): any[];
|
|
22
|
+
declare function gs(t: any, e: any, r?: string, n?: number): string;
|
|
23
|
+
declare function Qg(t: any): any[] | null;
|
|
24
|
+
declare function sd({ items: t, locale: e, venue: r }: {
|
|
25
|
+
items: any;
|
|
26
|
+
locale: any;
|
|
27
|
+
venue: any;
|
|
28
|
+
}): any;
|
|
29
|
+
declare function ht(t: any, e: any): any;
|
|
30
|
+
declare function id(t: any, e: any, r: any): any;
|
|
31
|
+
declare function hn(t: any, e?: number): any;
|
|
32
|
+
declare function vs(t: any): any;
|
|
33
|
+
declare function pe(t: any, e: any): any;
|
|
34
|
+
declare function ye(t: any): any[];
|
|
35
|
+
declare function Ct(t: any): boolean;
|
|
36
|
+
declare function lt(t: any, e: any): any;
|
|
37
|
+
declare function ds(t: any, e: any): boolean;
|
|
38
|
+
declare function ue(t: any, e: any): any;
|
|
39
|
+
declare function gt(t: any, e: any): void;
|
|
40
|
+
declare function gg(t: any, e: any): void;
|
|
41
|
+
declare function hs(t: any): number;
|
|
42
|
+
declare function rn(t: any, e?: boolean, r?: undefined, n?: number): never[];
|
|
43
|
+
declare function Yt(t: any, e: number | undefined, r: boolean | undefined, n: any, i: any): {
|
|
44
|
+
value: any;
|
|
45
|
+
isError: boolean;
|
|
46
|
+
isLoading: boolean;
|
|
47
|
+
refresh: (c: any) => Promise<any>;
|
|
48
|
+
};
|
|
49
|
+
declare function od({ id: t, intervalSeconds: e, withLocalStorage: r }: {
|
|
50
|
+
id: any;
|
|
51
|
+
intervalSeconds: any;
|
|
52
|
+
withLocalStorage: any;
|
|
53
|
+
}): {
|
|
54
|
+
value: any;
|
|
55
|
+
isError: boolean;
|
|
56
|
+
isLoading: boolean;
|
|
57
|
+
refresh: (c: any) => Promise<any>;
|
|
58
|
+
};
|
|
59
|
+
declare function an({ product: t, state: e, selected: r, cheapestGroupOptionsProduct: n, basePrice: i, dangerouslyOverwritePrice: a }: {
|
|
60
|
+
product: any;
|
|
61
|
+
state: any;
|
|
62
|
+
selected: any;
|
|
63
|
+
cheapestGroupOptionsProduct: any;
|
|
64
|
+
basePrice: any;
|
|
65
|
+
dangerouslyOverwritePrice: any;
|
|
66
|
+
}): {
|
|
67
|
+
displayPrice: any;
|
|
68
|
+
showAsMinPrice: any;
|
|
69
|
+
calculatedPriceDefaultProductState: any;
|
|
70
|
+
calculatedChildrensBasePrice: any;
|
|
71
|
+
};
|
|
72
|
+
declare function kg(t: any): any[];
|
|
73
|
+
declare function Lt(t: any, e: any): () => void;
|
|
74
|
+
declare function ld(t: any): {
|
|
75
|
+
dineInOpen: any;
|
|
76
|
+
takeAwayOpen: any;
|
|
77
|
+
loaded: boolean;
|
|
78
|
+
};
|
|
79
|
+
declare function cn({ kioskMediaId: t, kioskMediaType: e, intervalSeconds: r, withLocalStorage: n, baseUrl: i, tenant: a, venue: s, locale: u }: {
|
|
80
|
+
kioskMediaId: any;
|
|
81
|
+
kioskMediaType: any;
|
|
82
|
+
intervalSeconds?: number | undefined;
|
|
83
|
+
withLocalStorage?: boolean | undefined;
|
|
84
|
+
baseUrl: any;
|
|
85
|
+
tenant: any;
|
|
86
|
+
venue: any;
|
|
87
|
+
locale: any;
|
|
88
|
+
}): {
|
|
89
|
+
url: any;
|
|
90
|
+
fallbackUrl: any;
|
|
91
|
+
mediaType: any;
|
|
92
|
+
isError: boolean;
|
|
93
|
+
isLoading: boolean;
|
|
94
|
+
imageDisplayTime: any;
|
|
95
|
+
refresh: (c: any) => Promise<any>;
|
|
96
|
+
};
|
|
97
|
+
declare function cd({ kioskMediaId: t, kioskMediaType: e, venue: r, language: n, intervalSeconds: i, withLocalStorage: a }: {
|
|
98
|
+
kioskMediaId: any;
|
|
99
|
+
kioskMediaType: any;
|
|
100
|
+
venue: any;
|
|
101
|
+
language: any;
|
|
102
|
+
intervalSeconds?: number | undefined;
|
|
103
|
+
withLocalStorage?: boolean | undefined;
|
|
104
|
+
}): {
|
|
105
|
+
url: any;
|
|
106
|
+
fallbackUrl: any;
|
|
107
|
+
mediaType: any;
|
|
108
|
+
isError: boolean;
|
|
109
|
+
isLoading: boolean;
|
|
110
|
+
imageDisplayTime: any;
|
|
111
|
+
refresh: (c: any) => Promise<any>;
|
|
112
|
+
};
|
|
113
|
+
declare function ud(t: any, e: any, r: any, n?: number, i?: boolean): {
|
|
114
|
+
url: any;
|
|
115
|
+
fallbackUrl: any;
|
|
116
|
+
isError: boolean;
|
|
117
|
+
mediaType: any;
|
|
118
|
+
refresh: (c: any) => Promise<any>;
|
|
119
|
+
};
|
|
120
|
+
declare function un(t: any, e: any, r: any, n: number | undefined, i: boolean | undefined, a: any, s: any): {
|
|
121
|
+
url: any;
|
|
122
|
+
fallbackUrl: any;
|
|
123
|
+
isError: boolean;
|
|
124
|
+
mediaType: any;
|
|
125
|
+
refresh: (c: any) => Promise<any>;
|
|
126
|
+
};
|
|
127
|
+
declare function _d(t: any, e?: number): any;
|
|
128
|
+
declare function hg({ originalMenu: t, markOnly: e, timeZone: r, interval: n, enableKeys: i }: {
|
|
129
|
+
originalMenu: any;
|
|
130
|
+
markOnly?: boolean | undefined;
|
|
131
|
+
timeZone: any;
|
|
132
|
+
interval?: number | undefined;
|
|
133
|
+
enableKeys?: any[] | undefined;
|
|
134
|
+
}): never[];
|
|
135
|
+
declare function fd(t: any, e: any): void;
|
|
136
|
+
declare function on(t: any, e: number | undefined, r: boolean | undefined, n: any, i: any, a: any): {
|
|
137
|
+
value: any;
|
|
138
|
+
isError: boolean;
|
|
139
|
+
refresh: (c: any) => Promise<any>;
|
|
140
|
+
};
|
|
141
|
+
export { wt as MediaProxy, Ur as addDiscounts, $e as availabilityCustomizer, dg as calculateDisplayPrice, Rr as filterTimeAvailabilityOfProducts, gs as formatPrice, Qg as getGroupedBucketLines, sd as getLocalizedVenueItem, ht as getLocalizedVenueMediaFromArray, id as getLocalizedVenueMediaUrl, hn as getMediaUrl, vs as getProductAcronym, pe as getUrlFromLocalizedVenueMedia, ye as groupOrderLines, Ct as isAvailable, lt as isChannelOpen, ds as isHiddenByEnableKey, ue as isProductEnabled, gt as markHiddenByEnableKey, gg as markItemsHiddenByEnableKey, hs as summarizeLineDiscounts, rn as useAvailability, Yt as useCms, od as useCmsInConfigContext, an as useDisplayPrice, kg as useGroupOrderLines, Lt as useInterval, ld as useKioskChannelsAvailability, cn as useKioskMediaCms, cd as useKioskMediaCmsWithContext, ud as useLocalizedVenueMedia, un as useLocalizedVenueMediaLegacy, _d as useMediaUrl, hg as useMenu, fd as useOnClickOutside, on as useVenueCms };
|
|
142
|
+
//# sourceMappingURL=index.cjs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs.d.ts","sourceRoot":"","sources":["../../../index.cjs.js"],"names":[],"mappings":"AAAwzsD;;;;EAAS;AAA9ynC,oCAAkF;AAAihd,yCAA6W;AAA4zH;;;;;;;;;;;;EAAg/C;AAA9rqB,8EAAymB;AAAid,oEAAuF;AAAy8rB,0CAAqE;AAAk6C;;;;QAA4Z;AAAt3B,yCAAua;AAAC,iDAAkD;AAA+qY,6CAAyD;AAA/8mC,iCAA4T;AAAi9sB,yCAAua;AAArwE,mCAAqzB;AAA0nB,qCAA+a;AAA7/uB,yCAAmJ;AAA6jB,6CAAgC;AAAzM,yCAAyK;AAAwld,0CAAwK;AAAxK,0CAAwK;AAAtie,oCAAsC;AAAsuc,6EAAqQ;AAAw7S;;;;;EAA2rC;AAAA;;;;;;;;;EAAkM;AAA5oN;;;;;;;;;;;;EAAg/C;AAAg4D,mCAA4B;AAAj1wC,gDAA0R;AAAsn7C;;;;EAAoZ;AAAprD;;;;;;;;;;;;;;;;;EAAurB;AAAA;;;;;;;;;;;;;;;EAA0U;AAAhsD;;;;;;EAA2K;AAAA;;;;;;EAAohB;AAAg7S,6CAAoC;AAAnxpB;;;;;;YAA8H;AAAksY,0CAA+R;AAA/zE;;;;EAAgW"}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
declare let tr: {
|
|
2
|
+
new (): {};
|
|
3
|
+
getInstance(): {};
|
|
4
|
+
instance: {} | undefined;
|
|
5
|
+
};
|
|
6
|
+
declare function us(t: any): number;
|
|
7
|
+
declare function Xe(t: any, r: any): any;
|
|
8
|
+
declare function pv({ product: t, state: r, selected: e, cheapestGroupOptionsProduct: n, basePrice: i, dangerouslyOverwritePrice: a }: {
|
|
9
|
+
product: any;
|
|
10
|
+
state: any;
|
|
11
|
+
selected: any;
|
|
12
|
+
cheapestGroupOptionsProduct: any;
|
|
13
|
+
basePrice: any;
|
|
14
|
+
dangerouslyOverwritePrice: any;
|
|
15
|
+
}): {
|
|
16
|
+
displayPrice: any;
|
|
17
|
+
showAsMinPrice: any;
|
|
18
|
+
calculatedPriceDefaultProductState: any;
|
|
19
|
+
calculatedChildrensBasePrice: any;
|
|
20
|
+
};
|
|
21
|
+
declare function os(t: any, r?: undefined, e?: undefined, n?: boolean): any[];
|
|
22
|
+
declare function hv(t: any, r: any, e?: string, n?: number): string;
|
|
23
|
+
declare function _v(t: any): any[] | null;
|
|
24
|
+
declare function Av({ items: t, locale: r, venue: e }: {
|
|
25
|
+
items: any;
|
|
26
|
+
locale: any;
|
|
27
|
+
venue: any;
|
|
28
|
+
}): any;
|
|
29
|
+
declare function At(t: any, r: any): any;
|
|
30
|
+
declare function bv(t: any, r: any, e: any): any;
|
|
31
|
+
declare function sv(t: any, r?: number): any;
|
|
32
|
+
declare function vv(t: any): any;
|
|
33
|
+
declare function nn(t: any, r: any): any;
|
|
34
|
+
declare function rn(t: any): any[];
|
|
35
|
+
declare function Qt(t: any): boolean;
|
|
36
|
+
declare function yt(t: any, r: any): any;
|
|
37
|
+
declare function gv(t: any, r: any): boolean;
|
|
38
|
+
declare function Le(t: any, r: any): any;
|
|
39
|
+
declare function St(t: any, r: any): void;
|
|
40
|
+
declare function dv(t: any, r: any): void;
|
|
41
|
+
declare function lv(t: any): number;
|
|
42
|
+
declare function sg(t: any, r?: boolean, e?: undefined, n?: number): never[];
|
|
43
|
+
declare function dr(t: any, r: number | undefined, e: boolean | undefined, n: any, i: any): {
|
|
44
|
+
value: any;
|
|
45
|
+
isError: boolean;
|
|
46
|
+
isLoading: boolean;
|
|
47
|
+
refresh: (u: any) => Promise<boolean | void>;
|
|
48
|
+
};
|
|
49
|
+
declare function mv({ id: t, intervalSeconds: r, withLocalStorage: e }: {
|
|
50
|
+
id: any;
|
|
51
|
+
intervalSeconds: any;
|
|
52
|
+
withLocalStorage: any;
|
|
53
|
+
}): {
|
|
54
|
+
value: any;
|
|
55
|
+
isError: boolean;
|
|
56
|
+
isLoading: boolean;
|
|
57
|
+
refresh: (u: any) => Promise<boolean | void>;
|
|
58
|
+
};
|
|
59
|
+
declare function og({ product: t, state: r, selected: e, cheapestGroupOptionsProduct: n, basePrice: i, dangerouslyOverwritePrice: a }: {
|
|
60
|
+
product: any;
|
|
61
|
+
state: any;
|
|
62
|
+
selected: any;
|
|
63
|
+
cheapestGroupOptionsProduct: any;
|
|
64
|
+
basePrice: any;
|
|
65
|
+
dangerouslyOverwritePrice: any;
|
|
66
|
+
}): {
|
|
67
|
+
displayPrice: any;
|
|
68
|
+
showAsMinPrice: any;
|
|
69
|
+
calculatedPriceDefaultProductState: any;
|
|
70
|
+
calculatedChildrensBasePrice: any;
|
|
71
|
+
};
|
|
72
|
+
declare function yv(t: any): any[];
|
|
73
|
+
declare function nr(t: any, r: any): () => void;
|
|
74
|
+
declare function Ov(t: any): {
|
|
75
|
+
dineInOpen: any;
|
|
76
|
+
takeAwayOpen: any;
|
|
77
|
+
loaded: boolean;
|
|
78
|
+
};
|
|
79
|
+
declare function Qg({ kioskMediaId: t, kioskMediaType: r, intervalSeconds: e, withLocalStorage: n, baseUrl: i, tenant: a, venue: s, locale: c }: {
|
|
80
|
+
kioskMediaId: any;
|
|
81
|
+
kioskMediaType: any;
|
|
82
|
+
intervalSeconds?: number | undefined;
|
|
83
|
+
withLocalStorage?: boolean | undefined;
|
|
84
|
+
baseUrl: any;
|
|
85
|
+
tenant: any;
|
|
86
|
+
venue: any;
|
|
87
|
+
locale: any;
|
|
88
|
+
}): {
|
|
89
|
+
url: any;
|
|
90
|
+
fallbackUrl: any;
|
|
91
|
+
mediaType: any;
|
|
92
|
+
isError: boolean;
|
|
93
|
+
isLoading: boolean;
|
|
94
|
+
imageDisplayTime: any;
|
|
95
|
+
refresh: (u: any) => Promise<boolean | void>;
|
|
96
|
+
};
|
|
97
|
+
declare function Ev({ kioskMediaId: t, kioskMediaType: r, venue: e, language: n, intervalSeconds: i, withLocalStorage: a }: {
|
|
98
|
+
kioskMediaId: any;
|
|
99
|
+
kioskMediaType: any;
|
|
100
|
+
venue: any;
|
|
101
|
+
language: any;
|
|
102
|
+
intervalSeconds?: number | undefined;
|
|
103
|
+
withLocalStorage?: boolean | undefined;
|
|
104
|
+
}): {
|
|
105
|
+
url: any;
|
|
106
|
+
fallbackUrl: any;
|
|
107
|
+
mediaType: any;
|
|
108
|
+
isError: boolean;
|
|
109
|
+
isLoading: boolean;
|
|
110
|
+
imageDisplayTime: any;
|
|
111
|
+
refresh: (u: any) => Promise<boolean | void>;
|
|
112
|
+
};
|
|
113
|
+
declare function Tv(t: any, r: any, e: any, n?: number, i?: boolean): {
|
|
114
|
+
url: any;
|
|
115
|
+
fallbackUrl: any;
|
|
116
|
+
isError: boolean;
|
|
117
|
+
mediaType: any;
|
|
118
|
+
refresh: (u: any) => Promise<boolean | void>;
|
|
119
|
+
};
|
|
120
|
+
declare function kg(t: any, r: any, e: any, n: number | undefined, i: boolean | undefined, a: any, s: any): {
|
|
121
|
+
url: any;
|
|
122
|
+
fallbackUrl: any;
|
|
123
|
+
isError: boolean;
|
|
124
|
+
mediaType: any;
|
|
125
|
+
refresh: (u: any) => Promise<boolean | void>;
|
|
126
|
+
};
|
|
127
|
+
declare function Sv(t: any, r?: number): any;
|
|
128
|
+
declare function $v({ originalMenu: t, markOnly: r, timeZone: e, interval: n, enableKeys: i }: {
|
|
129
|
+
originalMenu: any;
|
|
130
|
+
markOnly?: boolean | undefined;
|
|
131
|
+
timeZone: any;
|
|
132
|
+
interval?: number | undefined;
|
|
133
|
+
enableKeys?: any[] | undefined;
|
|
134
|
+
}): never[];
|
|
135
|
+
declare function Iv(t: any, r: any): void;
|
|
136
|
+
declare function Jg(t: any, r: number | undefined, e: boolean | undefined, n: any, i: any, a: any): {
|
|
137
|
+
value: any;
|
|
138
|
+
isError: boolean;
|
|
139
|
+
refresh: (u: any) => Promise<boolean | void>;
|
|
140
|
+
};
|
|
141
|
+
export { tr as MediaProxy, us as addDiscounts, Xe as availabilityCustomizer, pv as calculateDisplayPrice, os as filterTimeAvailabilityOfProducts, hv as formatPrice, _v as getGroupedBucketLines, Av as getLocalizedVenueItem, At as getLocalizedVenueMediaFromArray, bv as getLocalizedVenueMediaUrl, sv as getMediaUrl, vv as getProductAcronym, nn as getUrlFromLocalizedVenueMedia, rn as groupOrderLines, Qt as isAvailable, yt as isChannelOpen, gv as isHiddenByEnableKey, Le as isProductEnabled, St as markHiddenByEnableKey, dv as markItemsHiddenByEnableKey, lv as summarizeLineDiscounts, sg as useAvailability, dr as useCms, mv as useCmsInConfigContext, og as useDisplayPrice, yv as useGroupOrderLines, nr as useInterval, Ov as useKioskChannelsAvailability, Qg as useKioskMediaCms, Ev as useKioskMediaCmsWithContext, Tv as useLocalizedVenueMedia, kg as useLocalizedVenueMediaLegacy, Sv as useMediaUrl, $v as useMenu, Iv as useOnClickOutside, Jg as useVenueCms };
|
|
142
|
+
//# sourceMappingURL=index.es.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.d.ts","sourceRoot":"","sources":["../../../index.es.js"],"names":[],"mappings":"AAovEA;;;;EAAW;AA3hDX,oCAGC;AAuqBD,yCASC;AA+FD;;;;;;;;;;;;EA4DU;AAh4BV,8EAsCC;AAmBD,oEAEC;AA26BD,0CAEC;AAqDD;;;;QAcC;AA5BD,yCASC;AACD,iDAGC;AAkjBD,6CAEC;AA5gDD,iCAIC;AAu8BD,yCASC;AAlFD,mCA4BC;AA8BD,qCAcC;AAv+BD,yCAMC;AAoBD,6CAEC;AAPD,yCAIC;AAsqBD,0CASC;AATD,0CASC;AAzrBD,oCAEC;AAopBD,6EAeC;AAiVD;;;;;EAsDC;AACD;;;;;;;;;EAeC;AA9SD;;;;;;;;;;;;EA4DU;AAmGV,mCAEC;AAtoDD,gDAkBC;AAk5DD;;;;EAaC;AAzGD;;;;;;;;;;;;;;;;;EAkDC;AACD;;;;;;;;;;;;;;;EAqBC;AA3GD;;;;;;EAaC;AACD;;;;;;EAoBC;AA2aD,6CAEC;AAn2BD;;;;;;YASC;AAufD,0CAkBC;AA/ID;;;;EAgBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orderingstack/front-hooks",
|
|
3
|
-
"version": "6.7.0-beta.
|
|
3
|
+
"version": "6.7.0-beta.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"packageManager": "pnpm@9.12.2",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"react-router-dom": ">=5.3.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@orderingstack/ordering-core-react": "^3.4.0-beta.
|
|
32
|
+
"@orderingstack/ordering-core-react": "^3.4.0-beta.10",
|
|
33
33
|
"@orderingstack/ordering-types": "^1.2.0",
|
|
34
34
|
"@testing-library/react-hooks": "^8.0.1",
|
|
35
35
|
"@types/node": "^20.12.7",
|