@datapos/datapos-development 0.3.157 → 0.3.158

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.
@@ -5122,7 +5122,9 @@ async function Vs() {
5122
5122
  console.log(1111, B);
5123
5123
  const z = B.key;
5124
5124
  console.log(2222, z);
5125
- const I = z.name, X = j.key?.type === "PrivateIdentifier";
5125
+ const I = z.name;
5126
+ console.log(I, B.accessibility);
5127
+ const X = j.key?.type === "PrivateIdentifier";
5126
5128
  I && !X && !(I === "constructor") && d.add(I);
5127
5129
  break;
5128
5130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.157",
3
+ "version": "0.3.158",
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>",