@form8ion/utils-cli 3.0.4-alpha.2 → 3.0.7

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.4-alpha.2";
32
+ var version = "3.0.7";
33
33
  var bin = {
34
34
  "form8ion-utils": "bin/form8ion-utils.js"
35
35
  };
@@ -51,7 +51,7 @@ var scripts = {
51
51
  test: "npm-run-all --print-label --parallel lint:* --parallel test:*",
52
52
  "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
53
53
  "test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'",
54
- "coverage:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
54
+ "coverage:report": "c8 report --reporter=text-lcov > coverage.lcov && codecov",
55
55
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
56
56
  "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration --profile base",
57
57
  "test:integration:debug": "DEBUG=nock.* run-s test:integration",
@@ -114,7 +114,7 @@ var devDependencies = {
114
114
  "unist-util-find": "1.0.2"
115
115
  };
116
116
  var dependencies = {
117
- "@form8ion/codecov": "1.2.0",
117
+ "@form8ion/codecov": "1.7.0",
118
118
  "@form8ion/cucumber-scaffolder": "1.5.0",
119
119
  "@form8ion/github-actions-node-ci": "1.16.0",
120
120
  "@form8ion/hapi-scaffolder": "4.0.0",
@@ -132,7 +132,7 @@ var dependencies = {
132
132
  "source-map-support": "0.5.21",
133
133
  "travis-token-updater": "1.6.14",
134
134
  "update-notifier": "5.1.0",
135
- yargs: "17.3.0"
135
+ yargs: "17.3.1"
136
136
  };
137
137
  var pkg = {
138
138
  name: name,
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.4-alpha.2",
5
+ "version": "3.0.7",
6
6
  "bin": {
7
7
  "form8ion-utils": "bin/form8ion-utils.js"
8
8
  },
@@ -24,7 +24,7 @@
24
24
  "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
25
25
  "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
26
26
  "test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'",
27
- "coverage:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
27
+ "coverage:report": "c8 report --reporter=text-lcov > coverage.lcov && codecov",
28
28
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
29
29
  "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration --profile base",
30
30
  "test:integration:debug": "DEBUG=nock.* run-s test:integration",
@@ -87,7 +87,7 @@
87
87
  "unist-util-find": "1.0.2"
88
88
  },
89
89
  "dependencies": {
90
- "@form8ion/codecov": "1.2.0",
90
+ "@form8ion/codecov": "1.7.0",
91
91
  "@form8ion/cucumber-scaffolder": "1.5.0",
92
92
  "@form8ion/github-actions-node-ci": "1.16.0",
93
93
  "@form8ion/hapi-scaffolder": "4.0.0",
@@ -105,6 +105,6 @@
105
105
  "source-map-support": "0.5.21",
106
106
  "travis-token-updater": "1.6.14",
107
107
  "update-notifier": "5.1.0",
108
- "yargs": "17.3.0"
108
+ "yargs": "17.3.1"
109
109
  }
110
110
  }