@pragmatic-divops/cli 1.11.3 → 1.11.4
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 +9 -9
- package/package.json +9 -9
package/bin/pragmatic-divops.js
CHANGED
|
@@ -1870,7 +1870,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
|
|
|
1870
1870
|
var name = "@pragmatic-divops/cli";
|
|
1871
1871
|
var description = "cli for various organization tools";
|
|
1872
1872
|
var license = "MIT";
|
|
1873
|
-
var version = "1.11.
|
|
1873
|
+
var version = "1.11.4";
|
|
1874
1874
|
var type = "module";
|
|
1875
1875
|
var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
|
|
1876
1876
|
var repository = "pragmatic-divops/cli";
|
|
@@ -1919,7 +1919,7 @@ var dependencies = {
|
|
|
1919
1919
|
"@form8ion/gatsby": "1.0.3",
|
|
1920
1920
|
"@form8ion/github": "2.0.0",
|
|
1921
1921
|
"@form8ion/github-actions-node-ci": "4.4.0",
|
|
1922
|
-
"@form8ion/javascript": "12.6.
|
|
1922
|
+
"@form8ion/javascript": "12.6.3",
|
|
1923
1923
|
"@form8ion/javascript-core": "11.0.0",
|
|
1924
1924
|
"@form8ion/lift": "9.2.2",
|
|
1925
1925
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
@@ -1931,11 +1931,11 @@ var dependencies = {
|
|
|
1931
1931
|
};
|
|
1932
1932
|
var devDependencies = {
|
|
1933
1933
|
"@babel/register": "7.24.6",
|
|
1934
|
-
"@cucumber/cucumber": "11.0.
|
|
1934
|
+
"@cucumber/cucumber": "11.0.1",
|
|
1935
1935
|
"@form8ion/config-file": "1.1.2",
|
|
1936
1936
|
"@form8ion/core": "4.8.0",
|
|
1937
1937
|
"@pragmatic-divops/commitlint-config": "1.0.61",
|
|
1938
|
-
"@pragmatic-divops/eslint-config": "1.0.
|
|
1938
|
+
"@pragmatic-divops/eslint-config": "1.0.95",
|
|
1939
1939
|
"@pragmatic-divops/eslint-config-cucumber": "1.0.1",
|
|
1940
1940
|
"@pragmatic-divops/remark-preset": "4.0.5",
|
|
1941
1941
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
@@ -1950,21 +1950,21 @@ var devDependencies = {
|
|
|
1950
1950
|
execa: "8.0.1",
|
|
1951
1951
|
"gherkin-lint": "4.2.4",
|
|
1952
1952
|
"http-status-codes": "2.3.0",
|
|
1953
|
-
husky: "9.1.
|
|
1953
|
+
husky: "9.1.6",
|
|
1954
1954
|
"jest-when": "3.6.0",
|
|
1955
1955
|
"lockfile-lint": "4.14.0",
|
|
1956
1956
|
"mock-fs": "5.2.0",
|
|
1957
|
-
msw: "2.4.
|
|
1958
|
-
"npm-run-all2": "6.2.
|
|
1957
|
+
msw: "2.4.8",
|
|
1958
|
+
"npm-run-all2": "6.2.3",
|
|
1959
1959
|
"remark-cli": "12.0.1",
|
|
1960
1960
|
"remark-toc": "9.0.0",
|
|
1961
1961
|
rimraf: "6.0.1",
|
|
1962
|
-
rollup: "4.
|
|
1962
|
+
rollup: "4.22.0",
|
|
1963
1963
|
"rollup-plugin-auto-external": "2.0.0",
|
|
1964
1964
|
"rollup-plugin-executable": "1.6.3",
|
|
1965
1965
|
"rollup-plugin-json": "4.0.0",
|
|
1966
1966
|
testdouble: "3.20.2",
|
|
1967
|
-
vitest: "2.
|
|
1967
|
+
vitest: "2.1.1"
|
|
1968
1968
|
};
|
|
1969
1969
|
var pkg = {
|
|
1970
1970
|
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.11.
|
|
5
|
+
"version": "1.11.4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
8
8
|
"repository": "pragmatic-divops/cli",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@form8ion/gatsby": "1.0.3",
|
|
52
52
|
"@form8ion/github": "2.0.0",
|
|
53
53
|
"@form8ion/github-actions-node-ci": "4.4.0",
|
|
54
|
-
"@form8ion/javascript": "12.6.
|
|
54
|
+
"@form8ion/javascript": "12.6.3",
|
|
55
55
|
"@form8ion/javascript-core": "11.0.0",
|
|
56
56
|
"@form8ion/lift": "9.2.2",
|
|
57
57
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@babel/register": "7.24.6",
|
|
66
|
-
"@cucumber/cucumber": "11.0.
|
|
66
|
+
"@cucumber/cucumber": "11.0.1",
|
|
67
67
|
"@form8ion/config-file": "1.1.2",
|
|
68
68
|
"@form8ion/core": "4.8.0",
|
|
69
69
|
"@pragmatic-divops/commitlint-config": "1.0.61",
|
|
70
|
-
"@pragmatic-divops/eslint-config": "1.0.
|
|
70
|
+
"@pragmatic-divops/eslint-config": "1.0.95",
|
|
71
71
|
"@pragmatic-divops/eslint-config-cucumber": "1.0.1",
|
|
72
72
|
"@pragmatic-divops/remark-preset": "4.0.5",
|
|
73
73
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
@@ -82,20 +82,20 @@
|
|
|
82
82
|
"execa": "8.0.1",
|
|
83
83
|
"gherkin-lint": "4.2.4",
|
|
84
84
|
"http-status-codes": "2.3.0",
|
|
85
|
-
"husky": "9.1.
|
|
85
|
+
"husky": "9.1.6",
|
|
86
86
|
"jest-when": "3.6.0",
|
|
87
87
|
"lockfile-lint": "4.14.0",
|
|
88
88
|
"mock-fs": "5.2.0",
|
|
89
|
-
"msw": "2.4.
|
|
90
|
-
"npm-run-all2": "6.2.
|
|
89
|
+
"msw": "2.4.8",
|
|
90
|
+
"npm-run-all2": "6.2.3",
|
|
91
91
|
"remark-cli": "12.0.1",
|
|
92
92
|
"remark-toc": "9.0.0",
|
|
93
93
|
"rimraf": "6.0.1",
|
|
94
|
-
"rollup": "4.
|
|
94
|
+
"rollup": "4.22.0",
|
|
95
95
|
"rollup-plugin-auto-external": "2.0.0",
|
|
96
96
|
"rollup-plugin-executable": "1.6.3",
|
|
97
97
|
"rollup-plugin-json": "4.0.0",
|
|
98
98
|
"testdouble": "3.20.2",
|
|
99
|
-
"vitest": "2.
|
|
99
|
+
"vitest": "2.1.1"
|
|
100
100
|
}
|
|
101
101
|
}
|