@form8ion/project 13.1.0 → 13.2.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.js +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +21 -22
package/lib/index.js
CHANGED
|
@@ -9,7 +9,7 @@ var filedirname = require('filedirname');
|
|
|
9
9
|
var deepmerge = require('deepmerge');
|
|
10
10
|
var resultsReporter = require('@form8ion/results-reporter');
|
|
11
11
|
var cliMessages = require('@travi/cli-messages');
|
|
12
|
-
var execa = require('execa');
|
|
12
|
+
var execa = require('@form8ion/execa-wrapper');
|
|
13
13
|
var mustache = require('mustache');
|
|
14
14
|
var readme = require('@form8ion/readme');
|
|
15
15
|
var nodegitWrapper = require('@form8ion/nodegit-wrapper');
|
package/lib/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import filedirname from 'filedirname';
|
|
|
5
5
|
import deepmerge from 'deepmerge';
|
|
6
6
|
import { reportResults } from '@form8ion/results-reporter';
|
|
7
7
|
import { info, warn } from '@travi/cli-messages';
|
|
8
|
-
import execa from 'execa';
|
|
8
|
+
import execa from '@form8ion/execa-wrapper';
|
|
9
9
|
import mustache from 'mustache';
|
|
10
10
|
import { lift as lift$1 } from '@form8ion/readme';
|
|
11
11
|
import { Repository, Remote } from '@form8ion/nodegit-wrapper';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@form8ion/project",
|
|
3
3
|
"description": "opinionated scaffolder for new projects",
|
|
4
|
-
"version": "13.1
|
|
4
|
+
"version": "13.2.1",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps\" cucumber-js test/integration",
|
|
34
34
|
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
|
|
35
35
|
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
|
|
36
|
-
"pretest:integration:base": "
|
|
36
|
+
"pretest:integration:base": "run-s build",
|
|
37
37
|
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
|
|
38
38
|
"pregenerate:md": "run-s build",
|
|
39
39
|
"generate:md": "remark . --output",
|
|
40
40
|
"build:js": "rollup -c",
|
|
41
41
|
"build": "run-s clean build:*",
|
|
42
42
|
"watch": "run-s 'build:js -- --watch'",
|
|
43
|
-
"
|
|
43
|
+
"prepack": "run-s build",
|
|
44
44
|
"prepare": "husky install"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
@@ -60,15 +60,14 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@babel/register": "7.17.7",
|
|
63
|
-
"@cucumber/cucumber": "8.2.
|
|
64
|
-
"@form8ion/babel-preset": "1.6.
|
|
65
|
-
"@form8ion/commitlint-config": "1.0.
|
|
66
|
-
"@form8ion/eslint-config": "5.0.
|
|
63
|
+
"@cucumber/cucumber": "8.2.2",
|
|
64
|
+
"@form8ion/babel-preset": "1.6.90",
|
|
65
|
+
"@form8ion/commitlint-config": "1.0.35",
|
|
66
|
+
"@form8ion/eslint-config": "5.0.4",
|
|
67
67
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
68
|
-
"@form8ion/eslint-config-mocha": "2.0.
|
|
69
|
-
"@form8ion/remark-lint-preset": "
|
|
68
|
+
"@form8ion/eslint-config-mocha": "2.0.2",
|
|
69
|
+
"@form8ion/remark-lint-preset": "4.0.0",
|
|
70
70
|
"@travi/any": "2.0.20",
|
|
71
|
-
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
|
72
71
|
"c8": "7.11.3",
|
|
73
72
|
"chai": "4.3.6",
|
|
74
73
|
"chai-as-promised": "7.1.1",
|
|
@@ -77,19 +76,19 @@
|
|
|
77
76
|
"gherkin-lint": "4.2.2",
|
|
78
77
|
"husky": "8.0.1",
|
|
79
78
|
"lockfile-lint": "4.7.4",
|
|
80
|
-
"ls-engines": "0.
|
|
79
|
+
"ls-engines": "0.7.0",
|
|
81
80
|
"make-dir": "3.1.0",
|
|
82
|
-
"mdast-util-from-markdown": "
|
|
83
|
-
"mdast-util-heading-range": "
|
|
84
|
-
"mdast-zone": "
|
|
81
|
+
"mdast-util-from-markdown": "1.2.0",
|
|
82
|
+
"mdast-util-heading-range": "3.1.0",
|
|
83
|
+
"mdast-zone": "5.1.0",
|
|
85
84
|
"mocha": "10.0.0",
|
|
86
85
|
"mock-fs": "5.1.2",
|
|
87
86
|
"npm-run-all": "4.1.5",
|
|
88
|
-
"
|
|
89
|
-
"remark-
|
|
90
|
-
"remark-
|
|
91
|
-
"
|
|
92
|
-
"rollup": "2.
|
|
87
|
+
"remark-cli": "10.0.1",
|
|
88
|
+
"remark-toc": "8.0.1",
|
|
89
|
+
"remark-usage": "10.0.1",
|
|
90
|
+
"rimraf": "3.0.2",
|
|
91
|
+
"rollup": "2.75.6",
|
|
93
92
|
"rollup-plugin-auto-external": "2.0.0",
|
|
94
93
|
"sinon": "14.0.0",
|
|
95
94
|
"testdouble": "3.16.5",
|
|
@@ -97,20 +96,20 @@
|
|
|
97
96
|
},
|
|
98
97
|
"dependencies": {
|
|
99
98
|
"@form8ion/core": "^1.6.0-alpha.2",
|
|
99
|
+
"@form8ion/execa-wrapper": "^1.0.0",
|
|
100
100
|
"@form8ion/nodegit-wrapper": "^1.1.0-alpha.1",
|
|
101
101
|
"@form8ion/overridable-prompts": "^1.1.0",
|
|
102
|
-
"@form8ion/readme": "2.0.
|
|
102
|
+
"@form8ion/readme": "2.0.1",
|
|
103
103
|
"@form8ion/results-reporter": "^1.1.0",
|
|
104
104
|
"@hapi/hoek": "^10.0.0",
|
|
105
105
|
"@travi/cli-messages": "1.0.5",
|
|
106
106
|
"deepmerge": "^4.2.2",
|
|
107
|
-
"execa": "^5.0.0",
|
|
108
107
|
"filedirname": "^2.7.0",
|
|
109
108
|
"hosted-git-info": "^5.0.0",
|
|
110
109
|
"inquirer": "^8.0.0",
|
|
111
110
|
"joi": "^17.1.1",
|
|
112
111
|
"mustache": "4.2.0",
|
|
113
|
-
"spdx-license-list": "6.
|
|
112
|
+
"spdx-license-list": "6.6.0",
|
|
114
113
|
"word-wrap": "^1.2.3",
|
|
115
114
|
"write-yaml": "1.0.0"
|
|
116
115
|
}
|