@stoker-platform/web-client 0.2.4 → 0.2.5

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 +3 -3
package/dist/bundle.js CHANGED
@@ -2144,7 +2144,7 @@ async function oe(r, e, t, n) {
2144
2144
  const s = await _a(r, t.custom?.[r], n);
2145
2145
  for (const i of t.fields)
2146
2146
  await _a(r, i.custom?.[r], n);
2147
- if (await _a(r, e?.[r], n), r === "postWriteError")
2147
+ if (r !== "setEmbedding" && (await _a(r, e?.[r], n), r === "postWriteError"))
2148
2148
  return s;
2149
2149
  }
2150
2150
  const Ho = (r, e, t, n, s, i, a, o, c, l) => (r == "create" && (t.Collection_Path = e, l || (t.Created_At = o), t.Saved_At = c, t.Created_By = a || "System"), t.Last_Write_App = s, l || (t.Last_Write_At = o), t.Last_Save_At = c, t.Last_Write_By = a || "System", t.Last_Write_Connection_Status = i, t.Last_Write_Version = n.version, t), Jd = (r, e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-client",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
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.4",
27
- "@stoker-platform/utils": "0.2.4",
26
+ "@stoker-platform/types": "0.2.5",
27
+ "@stoker-platform/utils": "0.2.5",
28
28
  "@types/lodash": "^4.17.21",
29
29
  "@types/luxon": "^3.7.1",
30
30
  "firebase": "^12.6.0",