@pragmatic-divops/cli 1.10.1 → 1.10.2
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
|
@@ -1869,7 +1869,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1869
1869
|
var name = "@pragmatic-divops/cli";
|
|
1870
1870
|
var description = "cli for various organization tools";
|
|
1871
1871
|
var license = "MIT";
|
|
1872
|
-
var version = "1.10.
|
|
1872
|
+
var version = "1.10.2";
|
|
1873
1873
|
var type = "module";
|
|
1874
1874
|
var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
|
|
1875
1875
|
var repository = "pragmatic-divops/cli";
|
|
@@ -1917,7 +1917,7 @@ var dependencies = {
|
|
|
1917
1917
|
"@form8ion/eslint-config-extender": "8.1.2",
|
|
1918
1918
|
"@form8ion/gatsby": "1.0.3",
|
|
1919
1919
|
"@form8ion/github": "2.0.0",
|
|
1920
|
-
"@form8ion/github-actions-node-ci": "4.2.
|
|
1920
|
+
"@form8ion/github-actions-node-ci": "4.2.2",
|
|
1921
1921
|
"@form8ion/javascript": "12.6.0",
|
|
1922
1922
|
"@form8ion/javascript-core": "11.0.0",
|
|
1923
1923
|
"@form8ion/lift": "9.2.2",
|
|
@@ -1938,7 +1938,7 @@ var devDependencies = {
|
|
|
1938
1938
|
"@pragmatic-divops/remark-preset": "4.0.5",
|
|
1939
1939
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
1940
1940
|
"@travi/any": "3.1.2",
|
|
1941
|
-
"@travi/babel-preset": "3.0.
|
|
1941
|
+
"@travi/babel-preset": "3.0.131",
|
|
1942
1942
|
"ban-sensitive-files": "1.10.5",
|
|
1943
1943
|
c8: "10.1.2",
|
|
1944
1944
|
chai: "5.1.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.10.
|
|
5
|
+
"version": "1.10.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
8
8
|
"repository": "pragmatic-divops/cli",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@form8ion/eslint-config-extender": "8.1.2",
|
|
51
51
|
"@form8ion/gatsby": "1.0.3",
|
|
52
52
|
"@form8ion/github": "2.0.0",
|
|
53
|
-
"@form8ion/github-actions-node-ci": "4.2.
|
|
53
|
+
"@form8ion/github-actions-node-ci": "4.2.2",
|
|
54
54
|
"@form8ion/javascript": "12.6.0",
|
|
55
55
|
"@form8ion/javascript-core": "11.0.0",
|
|
56
56
|
"@form8ion/lift": "9.2.2",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@pragmatic-divops/remark-preset": "4.0.5",
|
|
72
72
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
73
73
|
"@travi/any": "3.1.2",
|
|
74
|
-
"@travi/babel-preset": "3.0.
|
|
74
|
+
"@travi/babel-preset": "3.0.131",
|
|
75
75
|
"ban-sensitive-files": "1.10.5",
|
|
76
76
|
"c8": "10.1.2",
|
|
77
77
|
"chai": "5.1.1",
|