@datapos/datapos-development 0.3.286 → 0.3.288
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.
|
@@ -7971,7 +7971,7 @@ async function lp(e = [], t = !0) {
|
|
|
7971
7971
|
["--only=prod,peer", "--output=json", "--department.value=n/a", "--licensePeriod=n/a", "--material=n/a", "--relatedTo.value=n/a"],
|
|
7972
7972
|
"licenses.json"
|
|
7973
7973
|
);
|
|
7974
|
-
const r = Vs(new zs(import.meta.resolve("@datapos/datapos-development/
|
|
7974
|
+
const r = Vs(new zs(import.meta.resolve("@datapos/datapos-development/license-report-config")));
|
|
7975
7975
|
await ve(
|
|
7976
7976
|
"2️⃣ Generate 'licenses.md' file",
|
|
7977
7977
|
"license-report",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"output": "markdown",
|
|
3
|
+
"fields": ["name", "licenseType", "installedVersion", "latestRemoteVersion", "latestRemoteModified"],
|
|
4
|
+
"tablemarkOptions": {
|
|
5
|
+
"columns": [
|
|
6
|
+
{ "name": "Name", "align": "left" },
|
|
7
|
+
{ "name": "Type", "align": "center" },
|
|
8
|
+
{ "name": "Installed", "align": "center" },
|
|
9
|
+
{ "name": "Latest", "align": "center" },
|
|
10
|
+
{ "name": "Latest Modified", "align": "left" }
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-development",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.288",
|
|
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>",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist",
|
|
29
29
|
".prettierrc.json",
|
|
30
|
-
"license-report-config.json"
|
|
30
|
+
"licenses/license-report-config.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@datapos/datapos-shared": "^0.3.290",
|