@stoker-platform/web-client 0.2.8 → 0.2.9

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 +1 -1
  2. package/package.json +4 -4
package/dist/bundle.js CHANGED
@@ -8,7 +8,7 @@ import { getFunctions as $e, httpsCallable as Ke, connectFunctionsEmulator as cp
8
8
  import { ReCaptchaEnterpriseProvider as lp, initializeAppCheck as Bn, onTokenChanged as Zn } from "firebase/app-check";
9
9
  import { getPerformance as up } from "firebase/performance";
10
10
  import { getRemoteConfig as fp, fetchAndActivate as dp } from "firebase/remote-config";
11
- const hp = "0.2.8", mp = (r) => !!r.auth, _t = (r, e) => {
11
+ const hp = "0.2.9", mp = (r) => !!r.auth, _t = (r, e) => {
12
12
  if (e?.operations)
13
13
  return e.operations.includes(r);
14
14
  }, Rn = (r, e) => e ? e.Role ? r.access?.includes(e.Role) : !1 : !0, pp = (r, e) => r.restrictCreate === !0 ? !1 : e && typeof r.restrictCreate == "object" ? e.Role ? r.restrictCreate?.includes(e.Role) : !1 : !0, yp = (r, e) => r.restrictUpdate === !0 ? !1 : e && typeof r.restrictUpdate == "object" ? e.Role ? r.restrictUpdate?.includes(e.Role) : !1 : !0, re = (r, e) => r.filter((t) => t.name === e)[0], _e = (r) => ["OneToOne", "OneToMany", "ManyToOne", "ManyToMany"].includes(r.type), Ed = (r, e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-client",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [
@@ -23,8 +23,8 @@
23
23
  "test": "echo \"Error: no test specified\""
24
24
  },
25
25
  "dependencies": {
26
- "@stoker-platform/types": "0.2.5",
27
- "@stoker-platform/utils": "0.2.6",
26
+ "@stoker-platform/types": "0.2.6",
27
+ "@stoker-platform/utils": "0.2.7",
28
28
  "@types/lodash": "^4.17.21",
29
29
  "@types/luxon": "^3.7.1",
30
30
  "firebase": "^12.6.0",
@@ -38,7 +38,7 @@
38
38
  "vite-plugin-eslint": "^1.8.1"
39
39
  },
40
40
  "engines": {
41
- "node": "22",
41
+ "node": ">=22",
42
42
  "npm": "11"
43
43
  }
44
44
  }