@pragmatic-divops/cli 1.9.0 → 1.9.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/README.md CHANGED
@@ -4,11 +4,21 @@ cli for various organization tools
4
4
 
5
5
  <!--status-badges start -->
6
6
 
7
- [![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
8
7
  [![Codecov][coverage-badge]][coverage-link]
8
+ [![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
9
9
 
10
10
  <!--status-badges end -->
11
11
 
12
+ ## Table of Contents
13
+
14
+ * [Usage](#usage)
15
+ * [Installation](#installation)
16
+ * [Contributing](#contributing)
17
+ * [Dependencies](#dependencies)
18
+ * [Verification](#verification)
19
+
20
+ ## Usage
21
+
12
22
  <!--consumer-badges start -->
13
23
 
14
24
  [![MIT license][license-badge]][license-link]
@@ -16,11 +26,11 @@ cli for various organization tools
16
26
 
17
27
  <!--consumer-badges end -->
18
28
 
19
- ## Table of Contents
29
+ ### Installation
20
30
 
21
- * [Contributing](#contributing)
22
- * [Dependencies](#dependencies)
23
- * [Verification](#verification)
31
+ ```sh
32
+ $ npm install @pragmatic-divops/cli --global
33
+ ```
24
34
 
25
35
  ## Contributing
26
36
 
@@ -1867,7 +1867,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1867
1867
  var name = "@pragmatic-divops/cli";
1868
1868
  var description = "cli for various organization tools";
1869
1869
  var license = "MIT";
1870
- var version = "1.9.0";
1870
+ var version = "1.9.2";
1871
1871
  var type = "module";
1872
1872
  var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
1873
1873
  var repository = "pragmatic-divops/cli";
@@ -1912,10 +1912,10 @@ var publishConfig = {
1912
1912
  var dependencies = {
1913
1913
  "@form8ion/codecov": "4.0.1",
1914
1914
  "@form8ion/cucumber-scaffolder": "2.1.0",
1915
- "@form8ion/eslint-config-extender": "6.1.0",
1915
+ "@form8ion/eslint-config-extender": "7.0.0",
1916
1916
  "@form8ion/gatsby": "1.0.2",
1917
1917
  "@form8ion/github-actions-node-ci": "3.13.0",
1918
- "@form8ion/javascript": "10.6.0",
1918
+ "@form8ion/javascript": "10.6.1",
1919
1919
  "@form8ion/javascript-core": "8.3.2",
1920
1920
  "@form8ion/lift": "6.2.0",
1921
1921
  "@form8ion/mocha-scaffolder": "3.0.1",
@@ -1930,7 +1930,7 @@ var devDependencies = {
1930
1930
  "@babel/register": "7.21.0",
1931
1931
  "@cucumber/cucumber": "9.0.1",
1932
1932
  "@form8ion/core": "2.0.0",
1933
- "@pragmatic-divops/commitlint-config": "1.0.31",
1933
+ "@pragmatic-divops/commitlint-config": "1.0.32",
1934
1934
  "@pragmatic-divops/eslint-config": "1.0.66",
1935
1935
  "@pragmatic-divops/eslint-config-cucumber": "1.0.1",
1936
1936
  "@pragmatic-divops/remark-preset": "3.0.2",
@@ -1953,13 +1953,13 @@ var devDependencies = {
1953
1953
  "npm-run-all": "4.1.5",
1954
1954
  "remark-cli": "11.0.0",
1955
1955
  "remark-toc": "8.0.1",
1956
- rimraf: "4.4.0",
1957
- rollup: "3.19.1",
1956
+ rimraf: "4.4.1",
1957
+ rollup: "3.20.2",
1958
1958
  "rollup-plugin-auto-external": "2.0.0",
1959
1959
  "rollup-plugin-executable": "1.6.3",
1960
1960
  "rollup-plugin-json": "4.0.0",
1961
- testdouble: "3.17.0",
1962
- vitest: "0.29.3"
1961
+ testdouble: "3.17.1",
1962
+ vitest: "0.29.7"
1963
1963
  };
1964
1964
  var pkg = {
1965
1965
  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.9.0",
5
+ "version": "1.9.2",
6
6
  "type": "module",
7
7
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
8
8
  "repository": "pragmatic-divops/cli",
@@ -47,10 +47,10 @@
47
47
  "dependencies": {
48
48
  "@form8ion/codecov": "4.0.1",
49
49
  "@form8ion/cucumber-scaffolder": "2.1.0",
50
- "@form8ion/eslint-config-extender": "6.1.0",
50
+ "@form8ion/eslint-config-extender": "7.0.0",
51
51
  "@form8ion/gatsby": "1.0.2",
52
52
  "@form8ion/github-actions-node-ci": "3.13.0",
53
- "@form8ion/javascript": "10.6.0",
53
+ "@form8ion/javascript": "10.6.1",
54
54
  "@form8ion/javascript-core": "8.3.2",
55
55
  "@form8ion/lift": "6.2.0",
56
56
  "@form8ion/mocha-scaffolder": "3.0.1",
@@ -65,7 +65,7 @@
65
65
  "@babel/register": "7.21.0",
66
66
  "@cucumber/cucumber": "9.0.1",
67
67
  "@form8ion/core": "2.0.0",
68
- "@pragmatic-divops/commitlint-config": "1.0.31",
68
+ "@pragmatic-divops/commitlint-config": "1.0.32",
69
69
  "@pragmatic-divops/eslint-config": "1.0.66",
70
70
  "@pragmatic-divops/eslint-config-cucumber": "1.0.1",
71
71
  "@pragmatic-divops/remark-preset": "3.0.2",
@@ -88,12 +88,12 @@
88
88
  "npm-run-all": "4.1.5",
89
89
  "remark-cli": "11.0.0",
90
90
  "remark-toc": "8.0.1",
91
- "rimraf": "4.4.0",
92
- "rollup": "3.19.1",
91
+ "rimraf": "4.4.1",
92
+ "rollup": "3.20.2",
93
93
  "rollup-plugin-auto-external": "2.0.0",
94
94
  "rollup-plugin-executable": "1.6.3",
95
95
  "rollup-plugin-json": "4.0.0",
96
- "testdouble": "3.17.0",
97
- "vitest": "0.29.3"
96
+ "testdouble": "3.17.1",
97
+ "vitest": "0.29.7"
98
98
  }
99
99
  }