@stoker-platform/web-client 0.5.99 → 0.5.101
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/bundle.js +1 -1
- package/package.json +3 -3
package/dist/bundle.js
CHANGED
|
@@ -8,7 +8,7 @@ import { getFunctions as We, httpsCallable as Qe, connectFunctionsEmulator as Op
|
|
|
8
8
|
import { ReCaptchaEnterpriseProvider as Ep, initializeAppCheck as Xn, onTokenChanged as es } from "firebase/app-check";
|
|
9
9
|
import { getPerformance as Sp } from "firebase/performance";
|
|
10
10
|
import { getRemoteConfig as Tp, fetchAndActivate as Rp } from "firebase/remote-config";
|
|
11
|
-
const Ap = "0.5.
|
|
11
|
+
const Ap = "0.5.101", Nn = (t) => !!t && !Array.isArray(t), co = (t, e) => t.access ? Nn(t.access) ? !1 : t.access.includes(e) : !0, Cp = (t, e) => {
|
|
12
12
|
if (Nn(t.access))
|
|
13
13
|
return e.fieldAccessGroups?.[t.access.group];
|
|
14
14
|
}, Lo = (t) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoker-platform/web-client",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.101",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"files": [
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"test": "echo \"Error: no test specified\""
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@stoker-platform/types": "0.5.
|
|
28
|
-
"@stoker-platform/utils": "0.5.
|
|
27
|
+
"@stoker-platform/types": "0.5.68",
|
|
28
|
+
"@stoker-platform/utils": "0.5.84",
|
|
29
29
|
"@types/lodash": "^4.17.24",
|
|
30
30
|
"@types/luxon": "^3.7.1",
|
|
31
31
|
"firebase": "^12.14.0",
|