@datapos/datapos-development 0.3.122 → 0.3.123

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,8 +1,8 @@
1
- import { exec as h } from "node:child_process";
1
+ import { exec as b } from "node:child_process";
2
2
  import { promises as t } from "node:fs";
3
- import { nanoid as b } from "nanoid";
3
+ import { nanoid as h } from "nanoid";
4
4
  import { promisify as $ } from "node:util";
5
- const v = ["createObject", "dropObject", "removeRecords", "upsertRecords"], O = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"], w = $(h);
5
+ const v = ["createObject", "dropObject", "removeRecords", "upsertRecords"], O = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"], w = $(b);
6
6
  async function j() {
7
7
  try {
8
8
  console.info("🚀 Building configuration...");
@@ -28,7 +28,7 @@ async function C(e) {
28
28
  const p = await t.readdir(l), u = { childCount: p.length, name: `${c}`, typeId: "folder" };
29
29
  d.push(u), await i(l, p);
30
30
  } else {
31
- const p = { id: b(), lastModifiedAt: f.mtimeMs, name: c, size: f.size, typeId: "object" };
31
+ const p = { id: h(), lastModifiedAt: f.mtimeMs, name: c, size: f.size, typeId: "object" };
32
32
  d.push(p);
33
33
  }
34
34
  } catch (f) {
@@ -129,7 +129,7 @@ async function I() {
129
129
  }, r = [];
130
130
  for (const [u, g] of Object.entries(n)) {
131
131
  if (g === 0) continue;
132
- const m = s[u], y = `https://img.shields.io/badge/OWASP%20${m.label}-${g}-${m.color}`;
132
+ const m = s[u], y = `https://img.shields.io/badge/OWASP%20${m.label}-vulnerability:-${g}-${m.color}`;
133
133
  r.push(`[![OWASP ${m.label}](${y})](./dependency-check-reports/dependency-check-report.html)`);
134
134
  }
135
135
  const d = Object.values(n).reduce((u, g) => u + g, 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.122",
3
+ "version": "0.3.123",
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>",