@pragmatic-divops/cli 1.13.9 → 1.13.10
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.
- package/bin/pragmatic-divops.js +13 -13
- package/package.json +13 -13
package/bin/pragmatic-divops.js
CHANGED
|
@@ -1470,7 +1470,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1470
1470
|
var name = "@pragmatic-divops/cli";
|
|
1471
1471
|
var description = "cli for various organization tools";
|
|
1472
1472
|
var license = "MIT";
|
|
1473
|
-
var version = "1.13.
|
|
1473
|
+
var version = "1.13.10";
|
|
1474
1474
|
var type = "module";
|
|
1475
1475
|
var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
|
|
1476
1476
|
var repository = "pragmatic-divops/cli";
|
|
@@ -1516,7 +1516,7 @@ var publishConfig = {
|
|
|
1516
1516
|
access: "public",
|
|
1517
1517
|
provenance: true
|
|
1518
1518
|
};
|
|
1519
|
-
var packageManager = "npm@11.6.
|
|
1519
|
+
var packageManager = "npm@11.6.2+sha512.ee22b335fcbc95662cdf3ab8a053daf045d9cf9c6df6040d28965abb707512b2c16fa6c5eec049d34c74f78f390cebd14f697919eadb97756564d4f9eccc4954";
|
|
1520
1520
|
var dependencies = {
|
|
1521
1521
|
"@form8ion/cli-core": "1.1.0",
|
|
1522
1522
|
"@form8ion/codecov": "6.2.0",
|
|
@@ -1528,7 +1528,7 @@ var dependencies = {
|
|
|
1528
1528
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
1529
1529
|
"@form8ion/github-core": "1.1.3",
|
|
1530
1530
|
"@form8ion/javascript": "14.4.1",
|
|
1531
|
-
"@form8ion/javascript-core": "12.
|
|
1531
|
+
"@form8ion/javascript-core": "12.4.0",
|
|
1532
1532
|
"@form8ion/lift": "11.0.0",
|
|
1533
1533
|
"@form8ion/mocha-scaffolder": "6.1.1",
|
|
1534
1534
|
"@form8ion/project": "21.1.0",
|
|
@@ -1541,17 +1541,17 @@ var devDependencies = {
|
|
|
1541
1541
|
"@cucumber/cucumber": "12.2.0",
|
|
1542
1542
|
"@form8ion/config-file": "1.3.0",
|
|
1543
1543
|
"@form8ion/eslint-config-vitest": "1.0.0",
|
|
1544
|
-
"@pragmatic-divops/commitlint-config": "1.0.
|
|
1544
|
+
"@pragmatic-divops/commitlint-config": "1.0.69",
|
|
1545
1545
|
"@pragmatic-divops/eslint-config": "1.0.97",
|
|
1546
1546
|
"@pragmatic-divops/eslint-config-cucumber": "1.0.1",
|
|
1547
1547
|
"@pragmatic-divops/remark-preset": "4.0.8",
|
|
1548
1548
|
"@rollup/plugin-json": "6.1.0",
|
|
1549
|
-
"@rollup/plugin-node-resolve": "16.0.
|
|
1549
|
+
"@rollup/plugin-node-resolve": "16.0.3",
|
|
1550
1550
|
"@travi/any": "3.1.3",
|
|
1551
|
-
"ban-sensitive-files": "1.10.
|
|
1551
|
+
"ban-sensitive-files": "1.10.11",
|
|
1552
1552
|
c8: "10.1.3",
|
|
1553
|
-
chai: "6.0
|
|
1554
|
-
"cross-env": "10.
|
|
1553
|
+
chai: "6.2.0",
|
|
1554
|
+
"cross-env": "10.1.0",
|
|
1555
1555
|
"cz-conventional-changelog": "3.3.0",
|
|
1556
1556
|
"deep-equal": "2.2.3",
|
|
1557
1557
|
execa: "9.6.0",
|
|
@@ -1560,18 +1560,18 @@ var devDependencies = {
|
|
|
1560
1560
|
husky: "9.1.7",
|
|
1561
1561
|
"lockfile-lint": "4.14.1",
|
|
1562
1562
|
"mock-fs": "5.5.0",
|
|
1563
|
-
msw: "2.11.
|
|
1563
|
+
msw: "2.11.6",
|
|
1564
1564
|
"npm-run-all2": "8.0.4",
|
|
1565
|
-
publint: "0.3.
|
|
1565
|
+
publint: "0.3.15",
|
|
1566
1566
|
"remark-cli": "12.0.1",
|
|
1567
1567
|
"remark-toc": "9.0.0",
|
|
1568
1568
|
rimraf: "6.0.1",
|
|
1569
|
-
rollup: "4.
|
|
1569
|
+
rollup: "4.52.5",
|
|
1570
1570
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1571
1571
|
"rollup-plugin-executable": "1.6.3",
|
|
1572
1572
|
testdouble: "3.20.2",
|
|
1573
|
-
vitest: "
|
|
1574
|
-
"vitest-when": "0.8.
|
|
1573
|
+
vitest: "4.0.2",
|
|
1574
|
+
"vitest-when": "0.8.1"
|
|
1575
1575
|
};
|
|
1576
1576
|
var pkg = {
|
|
1577
1577
|
name: name,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@pragmatic-divops/cli",
|
|
3
3
|
"description": "cli for various organization tools",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.13.
|
|
5
|
+
"version": "1.13.10",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
8
8
|
"repository": "pragmatic-divops/cli",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"access": "public",
|
|
49
49
|
"provenance": true
|
|
50
50
|
},
|
|
51
|
-
"packageManager": "npm@11.6.
|
|
51
|
+
"packageManager": "npm@11.6.2+sha512.ee22b335fcbc95662cdf3ab8a053daf045d9cf9c6df6040d28965abb707512b2c16fa6c5eec049d34c74f78f390cebd14f697919eadb97756564d4f9eccc4954",
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@form8ion/cli-core": "1.1.0",
|
|
54
54
|
"@form8ion/codecov": "6.2.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
61
61
|
"@form8ion/github-core": "1.1.3",
|
|
62
62
|
"@form8ion/javascript": "14.4.1",
|
|
63
|
-
"@form8ion/javascript-core": "12.
|
|
63
|
+
"@form8ion/javascript-core": "12.4.0",
|
|
64
64
|
"@form8ion/lift": "11.0.0",
|
|
65
65
|
"@form8ion/mocha-scaffolder": "6.1.1",
|
|
66
66
|
"@form8ion/project": "21.1.0",
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
"@cucumber/cucumber": "12.2.0",
|
|
74
74
|
"@form8ion/config-file": "1.3.0",
|
|
75
75
|
"@form8ion/eslint-config-vitest": "1.0.0",
|
|
76
|
-
"@pragmatic-divops/commitlint-config": "1.0.
|
|
76
|
+
"@pragmatic-divops/commitlint-config": "1.0.69",
|
|
77
77
|
"@pragmatic-divops/eslint-config": "1.0.97",
|
|
78
78
|
"@pragmatic-divops/eslint-config-cucumber": "1.0.1",
|
|
79
79
|
"@pragmatic-divops/remark-preset": "4.0.8",
|
|
80
80
|
"@rollup/plugin-json": "6.1.0",
|
|
81
|
-
"@rollup/plugin-node-resolve": "16.0.
|
|
81
|
+
"@rollup/plugin-node-resolve": "16.0.3",
|
|
82
82
|
"@travi/any": "3.1.3",
|
|
83
|
-
"ban-sensitive-files": "1.10.
|
|
83
|
+
"ban-sensitive-files": "1.10.11",
|
|
84
84
|
"c8": "10.1.3",
|
|
85
|
-
"chai": "6.0
|
|
86
|
-
"cross-env": "10.
|
|
85
|
+
"chai": "6.2.0",
|
|
86
|
+
"cross-env": "10.1.0",
|
|
87
87
|
"cz-conventional-changelog": "3.3.0",
|
|
88
88
|
"deep-equal": "2.2.3",
|
|
89
89
|
"execa": "9.6.0",
|
|
@@ -92,17 +92,17 @@
|
|
|
92
92
|
"husky": "9.1.7",
|
|
93
93
|
"lockfile-lint": "4.14.1",
|
|
94
94
|
"mock-fs": "5.5.0",
|
|
95
|
-
"msw": "2.11.
|
|
95
|
+
"msw": "2.11.6",
|
|
96
96
|
"npm-run-all2": "8.0.4",
|
|
97
|
-
"publint": "0.3.
|
|
97
|
+
"publint": "0.3.15",
|
|
98
98
|
"remark-cli": "12.0.1",
|
|
99
99
|
"remark-toc": "9.0.0",
|
|
100
100
|
"rimraf": "6.0.1",
|
|
101
|
-
"rollup": "4.
|
|
101
|
+
"rollup": "4.52.5",
|
|
102
102
|
"rollup-plugin-auto-external": "2.0.0",
|
|
103
103
|
"rollup-plugin-executable": "1.6.3",
|
|
104
104
|
"testdouble": "3.20.2",
|
|
105
|
-
"vitest": "
|
|
106
|
-
"vitest-when": "0.8.
|
|
105
|
+
"vitest": "4.0.2",
|
|
106
|
+
"vitest-when": "0.8.1"
|
|
107
107
|
}
|
|
108
108
|
}
|