@datapos/datapos-development 0.3.101 → 0.3.102

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.
@@ -1,7 +1,7 @@
1
- import { exec as m } from "child_process";
2
- import { promises as e } from "fs";
1
+ import { exec as m } from "node:child_process";
2
+ import { promises as e } from "node:fs";
3
3
  import { nanoid as w } from "nanoid";
4
- import { promisify as y } from "util";
4
+ import { promisify as y } from "node:util";
5
5
  const h = ["createObject", "dropObject", "removeRecords", "upsertRecords"], b = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"], g = y(m);
6
6
  async function S() {
7
7
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.101",
3
+ "version": "0.3.102",
4
4
  "description": "A TypeScript library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",