@datapos/datapos-development 0.3.288 → 0.3.290

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.
@@ -7976,7 +7976,7 @@ async function lp(e = [], t = !0) {
7976
7976
  "2️⃣ Generate 'licenses.md' file",
7977
7977
  "license-report",
7978
7978
  // ['--config', 'licenses/license-report-config.json', '--only=prod,peer', '--output=markdown'],
7979
- ["--config", r, "--only=prod,peer", "--output=markdown"],
7979
+ ["--config", `'${r}'`, "--only=prod,peer", "--output=markdown"],
7980
7980
  "licenses.md"
7981
7981
  ), await ve("3️⃣ Check 'licenses.json' file", "license-report-check", ["--source", "./licenses.json", "--output=table", ...i]), t ? (await ve(
7982
7982
  "4️⃣ Generate 'licenseTree.json' file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.288",
3
+ "version": "0.3.290",
4
4
  "description": "A library of utilities used to manage Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",