@stoker-platform/web-client 0.5.105 → 0.5.107

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.
Files changed (2) hide show
  1. package/dist/bundle.js +2 -2
  2. package/package.json +4 -4
package/dist/bundle.js CHANGED
@@ -18,7 +18,7 @@ var Je = Object.create, Ye = Object.defineProperty, Xe = Object.getOwnPropertyDe
18
18
  }, tt = (e, t, n) => (n = e == null ? {} : Je(Qe(e)), et(t || !e || !e.__esModule || !$e.call(e, "default") ? Ye(n, "default", {
19
19
  value: e,
20
20
  enumerable: !0
21
- }) : n, e)), nt = "0.5.105", rt = (e) => !!e && !Array.isArray(e), it = (e, t) => !e.access || !rt(e.access) && e.access.includes(t), at = (e, t) => {
21
+ }) : n, e)), nt = "0.5.106", rt = (e) => !!e && !Array.isArray(e), it = (e, t) => !e.access || !rt(e.access) && e.access.includes(t), at = (e, t) => {
22
22
  if (rt(e.access)) return t.fieldAccessGroups?.[e.access.group];
23
23
  }, ot = (e) => {
24
24
  let t = {};
@@ -9682,7 +9682,7 @@ var Bd = async (e, t) => {
9682
9682
  zp.maintenance = _e(k, Cp(), x);
9683
9683
  let A = qe();
9684
9684
  if (A.settings.minimumFetchIntervalMillis = 36e5, await Ke(A), Ip.STOKER_FB_ENABLE_APP_CHECK === "true" && Ip.STOKER_FB_APP_CHECK_KEY) {
9685
- (Ep === "development" || window.location.hostname === "localhost") && (globalThis.FIREBASE_APPCHECK_DEBUG_TOKEN = !0);
9685
+ (Ep === "development" || window.location.hostname === "localhost") && (globalThis.FIREBASE_APPCHECK_DEBUG_TOKEN = Ip.STOKER_FB_APP_CHECK_DEBUG_TOKEN || !0);
9686
9686
  let e = {
9687
9687
  provider: new He(Ip.STOKER_FB_APP_CHECK_KEY),
9688
9688
  isTokenAutoRefreshEnabled: !0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-client",
3
- "version": "0.5.105",
3
+ "version": "0.5.107",
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.71",
28
- "@stoker-platform/utils": "0.5.88",
27
+ "@stoker-platform/types": "0.5.73",
28
+ "@stoker-platform/utils": "0.5.90",
29
29
  "@types/lodash": "^4.17.25",
30
30
  "@types/luxon": "^3.7.4",
31
31
  "firebase": "^12.18.0",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=22",
43
- "npm": "11"
43
+ "npm": ">=12"
44
44
  }
45
45
  }