@pragmatic-divops/cli 1.13.0 → 1.13.1
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 +3 -3
- package/package.json +3 -3
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.1";
|
|
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";
|
|
@@ -1526,7 +1526,7 @@ var dependencies = {
|
|
|
1526
1526
|
"@form8ion/gatsby": "1.0.3",
|
|
1527
1527
|
"@form8ion/github": "3.0.0-beta.12",
|
|
1528
1528
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
1529
|
-
"@form8ion/github-core": "1.1.
|
|
1529
|
+
"@form8ion/github-core": "1.1.3",
|
|
1530
1530
|
"@form8ion/javascript": "14.3.2",
|
|
1531
1531
|
"@form8ion/javascript-core": "12.3.0",
|
|
1532
1532
|
"@form8ion/lift": "11.0.0",
|
|
@@ -1561,7 +1561,7 @@ var devDependencies = {
|
|
|
1561
1561
|
"lockfile-lint": "4.14.1",
|
|
1562
1562
|
"mock-fs": "5.5.0",
|
|
1563
1563
|
msw: "2.8.4",
|
|
1564
|
-
"npm-run-all2": "8.0.
|
|
1564
|
+
"npm-run-all2": "8.0.4",
|
|
1565
1565
|
publint: "0.3.12",
|
|
1566
1566
|
"remark-cli": "12.0.1",
|
|
1567
1567
|
"remark-toc": "9.0.0",
|
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.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
8
8
|
"repository": "pragmatic-divops/cli",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@form8ion/gatsby": "1.0.3",
|
|
59
59
|
"@form8ion/github": "3.0.0-beta.12",
|
|
60
60
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
61
|
-
"@form8ion/github-core": "1.1.
|
|
61
|
+
"@form8ion/github-core": "1.1.3",
|
|
62
62
|
"@form8ion/javascript": "14.3.2",
|
|
63
63
|
"@form8ion/javascript-core": "12.3.0",
|
|
64
64
|
"@form8ion/lift": "11.0.0",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"lockfile-lint": "4.14.1",
|
|
94
94
|
"mock-fs": "5.5.0",
|
|
95
95
|
"msw": "2.8.4",
|
|
96
|
-
"npm-run-all2": "8.0.
|
|
96
|
+
"npm-run-all2": "8.0.4",
|
|
97
97
|
"publint": "0.3.12",
|
|
98
98
|
"remark-cli": "12.0.1",
|
|
99
99
|
"remark-toc": "9.0.0",
|