@pragmatic-divops/cli 1.13.1 → 1.13.3
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 +4 -4
- package/package.json +4 -4
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.3";
|
|
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";
|
|
@@ -1524,7 +1524,7 @@ var dependencies = {
|
|
|
1524
1524
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
1525
1525
|
"@form8ion/eslint-config-extender": "10.0.3",
|
|
1526
1526
|
"@form8ion/gatsby": "1.0.3",
|
|
1527
|
-
"@form8ion/github": "3.0.0-beta.
|
|
1527
|
+
"@form8ion/github": "3.0.0-beta.16",
|
|
1528
1528
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
1529
1529
|
"@form8ion/github-core": "1.1.3",
|
|
1530
1530
|
"@form8ion/javascript": "14.3.2",
|
|
@@ -1554,13 +1554,13 @@ var devDependencies = {
|
|
|
1554
1554
|
"cross-env": "7.0.3",
|
|
1555
1555
|
"cz-conventional-changelog": "3.3.0",
|
|
1556
1556
|
"deep-equal": "2.2.3",
|
|
1557
|
-
execa: "9.
|
|
1557
|
+
execa: "9.6.0",
|
|
1558
1558
|
"gherkin-lint": "4.2.4",
|
|
1559
1559
|
"http-status-codes": "2.3.0",
|
|
1560
1560
|
husky: "9.1.7",
|
|
1561
1561
|
"lockfile-lint": "4.14.1",
|
|
1562
1562
|
"mock-fs": "5.5.0",
|
|
1563
|
-
msw: "2.8.
|
|
1563
|
+
msw: "2.8.6",
|
|
1564
1564
|
"npm-run-all2": "8.0.4",
|
|
1565
1565
|
publint: "0.3.12",
|
|
1566
1566
|
"remark-cli": "12.0.1",
|
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.3",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
8
8
|
"repository": "pragmatic-divops/cli",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@form8ion/cucumber-scaffolder": "5.1.0",
|
|
57
57
|
"@form8ion/eslint-config-extender": "10.0.3",
|
|
58
58
|
"@form8ion/gatsby": "1.0.3",
|
|
59
|
-
"@form8ion/github": "3.0.0-beta.
|
|
59
|
+
"@form8ion/github": "3.0.0-beta.16",
|
|
60
60
|
"@form8ion/github-actions-node-ci": "5.0.2",
|
|
61
61
|
"@form8ion/github-core": "1.1.3",
|
|
62
62
|
"@form8ion/javascript": "14.3.2",
|
|
@@ -86,13 +86,13 @@
|
|
|
86
86
|
"cross-env": "7.0.3",
|
|
87
87
|
"cz-conventional-changelog": "3.3.0",
|
|
88
88
|
"deep-equal": "2.2.3",
|
|
89
|
-
"execa": "9.
|
|
89
|
+
"execa": "9.6.0",
|
|
90
90
|
"gherkin-lint": "4.2.4",
|
|
91
91
|
"http-status-codes": "2.3.0",
|
|
92
92
|
"husky": "9.1.7",
|
|
93
93
|
"lockfile-lint": "4.14.1",
|
|
94
94
|
"mock-fs": "5.5.0",
|
|
95
|
-
"msw": "2.8.
|
|
95
|
+
"msw": "2.8.6",
|
|
96
96
|
"npm-run-all2": "8.0.4",
|
|
97
97
|
"publint": "0.3.12",
|
|
98
98
|
"remark-cli": "12.0.1",
|