@form8ion/utils-cli 3.0.0 → 3.0.4-alpha.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.
@@ -29,7 +29,7 @@ var updateNotifier__default = /*#__PURE__*/_interopDefaultLegacy(updateNotifier)
29
29
  var name = "@form8ion/utils-cli";
30
30
  var description = "cli for various tools for the organization";
31
31
  var license = "MIT";
32
- var version = "3.0.0";
32
+ var version = "3.0.4-alpha.1";
33
33
  var bin = {
34
34
  "form8ion-utils": "bin/form8ion-utils.js"
35
35
  };
@@ -62,7 +62,7 @@ var scripts = {
62
62
  "lint:sensitive": "ban",
63
63
  "lint:engines": "ls-engines",
64
64
  "lint:gherkin": "gherkin-lint",
65
- "disabled:lint:peer": "npm ls >/dev/null",
65
+ "lint:peer": "npm ls >/dev/null",
66
66
  clean: "rimraf ./bin",
67
67
  prebuild: "run-s clean",
68
68
  build: "npm-run-all --print-label --parallel build:*",
@@ -94,7 +94,7 @@ var devDependencies = {
94
94
  husky: "7.0.4",
95
95
  "import-fresh": "3.3.0",
96
96
  "js-yaml": "4.1.0",
97
- "ls-engines": "0.5.1",
97
+ "ls-engines": "0.6.1",
98
98
  "mdast-util-from-markdown": "0.8.5",
99
99
  "mdast-zone": "4.0.1",
100
100
  mocha: "9.1.3",
@@ -117,19 +117,19 @@ var dependencies = {
117
117
  "@form8ion/cucumber-scaffolder": "1.5.0",
118
118
  "@form8ion/github-actions-node-ci": "1.16.0",
119
119
  "@form8ion/hapi-scaffolder": "4.0.0",
120
+ "@form8ion/javascript": "3.1.0-alpha.5",
120
121
  "@form8ion/javascript-core": "4.0.1",
121
122
  "@form8ion/lift": "2.4.0",
122
- "@form8ion/javascript": "3.0.1",
123
123
  "@form8ion/mocha-scaffolder": "1.2.0",
124
- "@form8ion/project": "11.0.1",
125
- "@form8ion/remark-plugin-scaffolder": "1.2.3",
124
+ "@form8ion/project": "11.0.2",
125
+ "@form8ion/remark-plugin-scaffolder": "2.0.0",
126
126
  "@form8ion/remove-greenkeeper": "1.1.8",
127
127
  "@form8ion/renovate-scaffolder": "1.7.0",
128
128
  "@form8ion/replace-travis-ci-with-github-actions": "2.0.0",
129
129
  "@form8ion/scaffolder-scaffolder": "2.0.0",
130
130
  "@travi/github-scaffolder": "7.0.0",
131
131
  "source-map-support": "0.5.21",
132
- "travis-token-updater": "1.6.12",
132
+ "travis-token-updater": "1.6.14",
133
133
  "update-notifier": "5.1.0",
134
134
  yargs: "17.3.0"
135
135
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/utils-cli",
3
3
  "description": "cli for various tools for the organization",
4
4
  "license": "MIT",
5
- "version": "3.0.0",
5
+ "version": "3.0.4-alpha.1",
6
6
  "bin": {
7
7
  "form8ion-utils": "bin/form8ion-utils.js"
8
8
  },
@@ -35,7 +35,7 @@
35
35
  "lint:sensitive": "ban",
36
36
  "lint:engines": "ls-engines",
37
37
  "lint:gherkin": "gherkin-lint",
38
- "disabled:lint:peer": "npm ls >/dev/null",
38
+ "lint:peer": "npm ls >/dev/null",
39
39
  "clean": "rimraf ./bin",
40
40
  "prebuild": "run-s clean",
41
41
  "build": "npm-run-all --print-label --parallel build:*",
@@ -67,7 +67,7 @@
67
67
  "husky": "7.0.4",
68
68
  "import-fresh": "3.3.0",
69
69
  "js-yaml": "4.1.0",
70
- "ls-engines": "0.5.1",
70
+ "ls-engines": "0.6.1",
71
71
  "mdast-util-from-markdown": "0.8.5",
72
72
  "mdast-zone": "4.0.1",
73
73
  "mocha": "9.1.3",
@@ -90,19 +90,19 @@
90
90
  "@form8ion/cucumber-scaffolder": "1.5.0",
91
91
  "@form8ion/github-actions-node-ci": "1.16.0",
92
92
  "@form8ion/hapi-scaffolder": "4.0.0",
93
+ "@form8ion/javascript": "3.1.0-alpha.5",
93
94
  "@form8ion/javascript-core": "4.0.1",
94
95
  "@form8ion/lift": "2.4.0",
95
- "@form8ion/javascript": "3.0.1",
96
96
  "@form8ion/mocha-scaffolder": "1.2.0",
97
- "@form8ion/project": "11.0.1",
98
- "@form8ion/remark-plugin-scaffolder": "1.2.3",
97
+ "@form8ion/project": "11.0.2",
98
+ "@form8ion/remark-plugin-scaffolder": "2.0.0",
99
99
  "@form8ion/remove-greenkeeper": "1.1.8",
100
100
  "@form8ion/renovate-scaffolder": "1.7.0",
101
101
  "@form8ion/replace-travis-ci-with-github-actions": "2.0.0",
102
102
  "@form8ion/scaffolder-scaffolder": "2.0.0",
103
103
  "@travi/github-scaffolder": "7.0.0",
104
104
  "source-map-support": "0.5.21",
105
- "travis-token-updater": "1.6.12",
105
+ "travis-token-updater": "1.6.14",
106
106
  "update-notifier": "5.1.0",
107
107
  "yargs": "17.3.0"
108
108
  }