@form8ion/javascript 5.6.0 → 5.7.0-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.
package/lib/index.cjs.js CHANGED
@@ -14,7 +14,7 @@ var core = require('@form8ion/core');
14
14
  var cliMessages = require('@travi/cli-messages');
15
15
  var commitConventionPlugin = require('@form8ion/commit-convention');
16
16
  var hoek = require('@hapi/hoek');
17
- var execa = require('execa');
17
+ var execa = require('@form8ion/execa-wrapper');
18
18
  var ini = require('ini');
19
19
  var os = require('os');
20
20
  var validatePackageName = require('validate-npm-package-name');
package/lib/index.es.js CHANGED
@@ -11,7 +11,7 @@ import { info, error, warn } from '@travi/cli-messages';
11
11
  import * as commitConventionPlugin from '@form8ion/commit-convention';
12
12
  import { scaffold as scaffold$4 } from '@form8ion/commit-convention';
13
13
  import hoek from '@hapi/hoek';
14
- import execa from 'execa';
14
+ import execa from '@form8ion/execa-wrapper';
15
15
  import { stringify } from 'ini';
16
16
  import { EOL } from 'os';
17
17
  import validatePackageName from 'validate-npm-package-name';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/javascript",
3
3
  "description": "JavaScript language plugin for the @form8ion toolset",
4
4
  "license": "MIT",
5
- "version": "5.6.0",
5
+ "version": "5.7.0-alpha.1",
6
6
  "engines": {
7
7
  "node": "^14.15.0 || >=16.0.0"
8
8
  },
@@ -94,8 +94,9 @@
94
94
  "@form8ion/config-file": "^1.0.0-alpha.1",
95
95
  "@form8ion/core": "^1.5.0",
96
96
  "@form8ion/eslint": "^2.0.1",
97
- "@form8ion/husky": "^2.3.0",
98
- "@form8ion/javascript-core": "^5.0.0",
97
+ "@form8ion/execa-wrapper": "^1.0.0-alpha.1",
98
+ "@form8ion/husky": "^2.4.0-alpha.1",
99
+ "@form8ion/javascript-core": "^5.1.0-alpha.1",
99
100
  "@form8ion/overridable-prompts": "^1.1.1",
100
101
  "@form8ion/rollup": "^1.1.0",
101
102
  "@hapi/hoek": "^10.0.0",
@@ -103,7 +104,6 @@
103
104
  "@travi/language-scaffolder-prompts": "^1.3.0",
104
105
  "camelcase": "^6.2.1",
105
106
  "deepmerge": "^4.2.2",
106
- "execa": "^5.1.1",
107
107
  "ini": "^3.0.0",
108
108
  "inquirer": "^8.2.0",
109
109
  "joi": "^17.5.0",