@datapos/datapos-development 0.3.174 → 0.3.175

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.
@@ -5306,7 +5306,9 @@ function Ls(t) {
5306
5306
  let u = !1, l = !1;
5307
5307
  return ye(r, (d) => {
5308
5308
  if (d.type !== "MethodDefinition") return;
5309
- const v = d, o = v.key.name;
5309
+ const v = d, g = v.key;
5310
+ if (g.type !== "Identifier") return;
5311
+ const o = g.name;
5310
5312
  o && o !== "constructor" && v.accessibility !== "private" && (a.push(o), Ns.includes(o) && (u = !0), _s.includes(o) && (l = !0));
5311
5313
  }), { operations: a, sourceOps: u, destinationOps: l };
5312
5314
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.174",
3
+ "version": "0.3.175",
4
4
  "description": "A library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",