@stoker-platform/web-client 0.5.2 → 0.5.3
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 +4 -4
- package/package.json +4 -4
package/dist/bundle.js
CHANGED
|
@@ -8,7 +8,7 @@ import { getFunctions as je, httpsCallable as Ye, connectFunctionsEmulator as up
|
|
|
8
8
|
import { ReCaptchaEnterpriseProvider as fp, initializeAppCheck as Zn, onTokenChanged as Gn } from "firebase/app-check";
|
|
9
9
|
import { getPerformance as dp } from "firebase/performance";
|
|
10
10
|
import { getRemoteConfig as hp, fetchAndActivate as mp } from "firebase/remote-config";
|
|
11
|
-
const pp = "0.5.
|
|
11
|
+
const pp = "0.5.3", yp = (r) => !!r.auth, _t = (r, e) => {
|
|
12
12
|
if (e?.operations)
|
|
13
13
|
return e.operations.includes(r);
|
|
14
14
|
}, An = (r, e) => e ? e.Role ? r.access?.includes(e.Role) : !1 : !0, gp = (r, e) => r.restrictCreate === !0 ? !1 : e && typeof r.restrictCreate == "object" ? e.Role ? r.restrictCreate?.includes(e.Role) : !1 : !0, _p = (r, e) => r.restrictUpdate === !0 ? !1 : e && typeof r.restrictUpdate == "object" ? e.Role ? r.restrictUpdate?.includes(e.Role) : !1 : !0, ne = (r, e) => r.filter((t) => t.name === e)[0], _e = (r) => ["OneToOne", "OneToMany", "ManyToOne", "ManyToMany"].includes(r.type), Td = (r, e) => {
|
|
@@ -7356,7 +7356,7 @@ class le {
|
|
|
7356
7356
|
* Returns a string representation of this Duration appropriate for the REPL.
|
|
7357
7357
|
* @return {string}
|
|
7358
7358
|
*/
|
|
7359
|
-
[Symbol.for("nodejs.util.inspect.custom")]() {
|
|
7359
|
+
[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
|
|
7360
7360
|
return this.isValid ? `Duration { values: ${JSON.stringify(this.values)} }` : `Duration { Invalid, reason: ${this.invalidReason} }`;
|
|
7361
7361
|
}
|
|
7362
7362
|
/**
|
|
@@ -8025,7 +8025,7 @@ class we {
|
|
|
8025
8025
|
* Returns a string representation of this Interval appropriate for the REPL.
|
|
8026
8026
|
* @return {string}
|
|
8027
8027
|
*/
|
|
8028
|
-
[Symbol.for("nodejs.util.inspect.custom")]() {
|
|
8028
|
+
[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
|
|
8029
8029
|
return this.isValid ? `Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }` : `Interval { Invalid, reason: ${this.invalidReason} }`;
|
|
8030
8030
|
}
|
|
8031
8031
|
/**
|
|
@@ -10030,7 +10030,7 @@ class B {
|
|
|
10030
10030
|
* Returns a string representation of this DateTime appropriate for the REPL.
|
|
10031
10031
|
* @return {string}
|
|
10032
10032
|
*/
|
|
10033
|
-
[Symbol.for("nodejs.util.inspect.custom")]() {
|
|
10033
|
+
[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
|
|
10034
10034
|
return this.isValid ? `DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }` : `DateTime { Invalid, reason: ${this.invalidReason} }`;
|
|
10035
10035
|
}
|
|
10036
10036
|
/**
|
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.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"files": [
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"test": "echo \"Error: no test specified\""
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@stoker-platform/types": "0.5.
|
|
27
|
-
"@stoker-platform/utils": "0.5.
|
|
26
|
+
"@stoker-platform/types": "0.5.3",
|
|
27
|
+
"@stoker-platform/utils": "0.5.3",
|
|
28
28
|
"@types/lodash": "^4.17.21",
|
|
29
29
|
"@types/luxon": "^3.7.1",
|
|
30
|
-
"firebase": "^12.
|
|
30
|
+
"firebase": "^12.7.0",
|
|
31
31
|
"lodash": "^4.17.21",
|
|
32
32
|
"luxon": "^3.7.2"
|
|
33
33
|
},
|