@stoker-platform/web-client 0.5.11 → 0.5.12
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 +4 -4
package/dist/bundle.js
CHANGED
|
@@ -2210,7 +2210,7 @@ const Ko = (r, e, t, n, s, i, a, o, c, l) => (r == "create" && (t.Collection_Pat
|
|
|
2210
2210
|
const { fields: s } = e;
|
|
2211
2211
|
for (const i of t.fields) {
|
|
2212
2212
|
const a = re(s, i.name);
|
|
2213
|
-
i.custom?.initialValue && !(n && a.access && !a.access.includes(n)) && (r[i.name] = await _e(i.custom.initialValue, [r]), Zr(e, [a]).size === 1 && (r[`${i.name}_Lowercase`] = r[i.name].toLowerCase()));
|
|
2213
|
+
i.custom?.initialValue !== void 0 && !(n && a.access && !a.access.includes(n)) && (r[i.name] = await _e(i.custom.initialValue, [r]), Zr(e, [a]).size === 1 && (r[`${i.name}_Lowercase`] = r[i.name].toLowerCase()));
|
|
2214
2214
|
}
|
|
2215
2215
|
for (const i of s)
|
|
2216
2216
|
n && i.access && !i.access.includes(n) || ("autoIncrement" in i && i.autoIncrement && !r[i.name] && (r[i.name] = "Pending"), !ge(i) && i.nullable && r[i.name] === void 0 && (r[i.name] = null));
|
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.12",
|
|
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.8",
|
|
27
|
+
"@stoker-platform/utils": "0.5.12",
|
|
28
28
|
"@types/lodash": "^4.17.23",
|
|
29
29
|
"@types/luxon": "^3.7.1",
|
|
30
|
-
"firebase": "^12.
|
|
30
|
+
"firebase": "^12.9.0",
|
|
31
31
|
"lodash": "^4.17.23",
|
|
32
32
|
"luxon": "^3.7.2"
|
|
33
33
|
},
|