@form8ion/project 13.1.0 → 13.1.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/package.json +18 -19
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.1.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.
|
|
63
|
+
"@cucumber/cucumber": "8.2.2",
|
|
64
|
+
"@form8ion/babel-preset": "1.6.90",
|
|
65
|
+
"@form8ion/commitlint-config": "1.0.35",
|
|
66
66
|
"@form8ion/eslint-config": "5.0.3",
|
|
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.5",
|
|
93
92
|
"rollup-plugin-auto-external": "2.0.0",
|
|
94
93
|
"sinon": "14.0.0",
|
|
95
94
|
"testdouble": "3.16.5",
|
|
@@ -99,7 +98,7 @@
|
|
|
99
98
|
"@form8ion/core": "^1.6.0-alpha.2",
|
|
100
99
|
"@form8ion/nodegit-wrapper": "^1.1.0-alpha.1",
|
|
101
100
|
"@form8ion/overridable-prompts": "^1.1.0",
|
|
102
|
-
"@form8ion/readme": "2.0.
|
|
101
|
+
"@form8ion/readme": "2.0.1",
|
|
103
102
|
"@form8ion/results-reporter": "^1.1.0",
|
|
104
103
|
"@hapi/hoek": "^10.0.0",
|
|
105
104
|
"@travi/cli-messages": "1.0.5",
|