@form8ion/github-workflows-core 3.0.0 → 4.0.0
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 +16 -14
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@form8ion/github-workflows-core",
|
|
3
3
|
"description": "core functionality for form8ion plugins that manage github workflows",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "4.0.0",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "^
|
|
8
|
+
"node": "^16.14.0 || >=18"
|
|
9
9
|
},
|
|
10
10
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
|
|
11
11
|
"repository": "form8ion/github-workflows-core",
|
|
@@ -46,7 +46,8 @@
|
|
|
46
46
|
"lint:sensitive": "ban",
|
|
47
47
|
"prepare": "husky install",
|
|
48
48
|
"lint:peer": "npm ls >/dev/null",
|
|
49
|
-
"lint:engines": "ls-engines"
|
|
49
|
+
"lint:engines": "ls-engines",
|
|
50
|
+
"lint:publish": "publint --strict"
|
|
50
51
|
},
|
|
51
52
|
"files": [
|
|
52
53
|
"example.js",
|
|
@@ -57,35 +58,36 @@
|
|
|
57
58
|
"provenance": true
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
|
-
"@babel/register": "7.
|
|
61
|
-
"@cucumber/cucumber": "9.
|
|
62
|
-
"@form8ion/babel-preset": "1.6.
|
|
63
|
-
"@form8ion/commitlint-config": "1.0.
|
|
64
|
-
"@form8ion/eslint-config": "5.0.
|
|
61
|
+
"@babel/register": "7.22.5",
|
|
62
|
+
"@cucumber/cucumber": "9.3.0",
|
|
63
|
+
"@form8ion/babel-preset": "1.6.107",
|
|
64
|
+
"@form8ion/commitlint-config": "1.0.53",
|
|
65
|
+
"@form8ion/eslint-config": "5.0.38",
|
|
65
66
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
66
67
|
"@form8ion/eslint-config-mocha": "2.0.3",
|
|
67
|
-
"@form8ion/remark-lint-preset": "5.0.
|
|
68
|
+
"@form8ion/remark-lint-preset": "5.0.9",
|
|
68
69
|
"@rollup/plugin-babel": "6.0.3",
|
|
69
70
|
"@travi/any": "2.1.8",
|
|
70
71
|
"babel-plugin-istanbul": "6.1.1",
|
|
71
72
|
"ban-sensitive-files": "1.9.19",
|
|
72
|
-
"c8": "
|
|
73
|
+
"c8": "8.0.1",
|
|
73
74
|
"chai": "4.3.7",
|
|
74
75
|
"cross-env": "7.0.3",
|
|
75
76
|
"cz-conventional-changelog": "3.3.0",
|
|
76
77
|
"gherkin-lint": "4.2.2",
|
|
77
78
|
"husky": "8.0.3",
|
|
78
|
-
"lockfile-lint": "4.10.
|
|
79
|
+
"lockfile-lint": "4.10.6",
|
|
79
80
|
"ls-engines": "0.9.0",
|
|
80
81
|
"mocha": "10.2.0",
|
|
81
82
|
"mock-fs": "5.2.0",
|
|
82
83
|
"npm-run-all": "4.1.5",
|
|
84
|
+
"publint": "0.2.0",
|
|
83
85
|
"remark-cli": "11.0.0",
|
|
84
86
|
"remark-toc": "8.0.1",
|
|
85
87
|
"remark-usage": "10.0.1",
|
|
86
|
-
"rimraf": "5.0.
|
|
87
|
-
"rollup": "3.
|
|
88
|
+
"rimraf": "5.0.1",
|
|
89
|
+
"rollup": "3.27.0",
|
|
88
90
|
"rollup-plugin-auto-external": "2.0.0",
|
|
89
|
-
"sinon": "15.0
|
|
91
|
+
"sinon": "15.2.0"
|
|
90
92
|
}
|
|
91
93
|
}
|