@form8ion/hapi-scaffolder 5.0.0-alpha.4 → 5.0.0-alpha.6

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +13 -8
package/README.md CHANGED
@@ -17,6 +17,7 @@ opinionated scaffolder for [hapi.js](https://hapijs.com) projects
17
17
  [![npm][npm-badge]][npm-link]
18
18
  [![Try @form8ion/hapi-scaffolder on RunKit][runkit-badge]][runkit-link]
19
19
  [![MIT license][license-badge]][license-link]
20
+ ![node][node-badge]
20
21
 
21
22
  <!--consumer-badges end -->
22
23
 
@@ -92,3 +93,5 @@ $ npm test
92
93
  [coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/hapi-scaffolder?logo=codecov
93
94
 
94
95
  [slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
96
+
97
+ [node-badge]: https://img.shields.io/node/v/@form8ion/hapi-scaffolder?logo=node.js
package/package.json CHANGED
@@ -2,8 +2,11 @@
2
2
  "name": "@form8ion/hapi-scaffolder",
3
3
  "description": "opinionated scaffolder for hapi.js projects",
4
4
  "license": "MIT",
5
- "version": "5.0.0-alpha.4",
5
+ "version": "5.0.0-alpha.6",
6
6
  "type": "module",
7
+ "engines": {
8
+ "node": "^18.19.0 || ^20.9.0 || >=22.11.0"
9
+ },
7
10
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
8
11
  "repository": "form8ion/hapi-scaffolder",
9
12
  "bugs": "https://github.com/form8ion/hapi-scaffolder/issues",
@@ -36,7 +39,8 @@
36
39
  "prepare": "husky install",
37
40
  "lint:publish": "publint --strict",
38
41
  "lint:js:fix": "run-s 'lint:js -- --fix'",
39
- "lint:lockfile": "lockfile-lint"
42
+ "lint:lockfile": "lockfile-lint",
43
+ "lint:engines": "ls-engines"
40
44
  },
41
45
  "files": [
42
46
  "lib/",
@@ -48,13 +52,13 @@
48
52
  },
49
53
  "packageManager": "npm@11.1.0+sha512.acf301ad9b9ddba948fcb72341e2f0fcae477f56a95cc2a092934d133a7461062633cefbf93d5934a3dc0768674e2edee9f04dcfcc4bb4c327ff0e3a7d552a1b",
50
54
  "dependencies": {
51
- "@form8ion/cucumber-scaffolder": "^5.0.0-beta.1",
55
+ "@form8ion/cucumber-scaffolder": "^5.0.0-beta.2",
52
56
  "deepmerge": "^4.2.2",
53
57
  "mustache": "^4.0.0"
54
58
  },
55
59
  "devDependencies": {
56
60
  "@cucumber/cucumber": "11.2.0",
57
- "@form8ion/commitlint-config": "2.0.3",
61
+ "@form8ion/commitlint-config": "2.0.4",
58
62
  "@form8ion/core": "4.8.0",
59
63
  "@form8ion/eslint-config": "7.0.12",
60
64
  "@form8ion/eslint-config-cucumber": "1.4.1",
@@ -70,14 +74,15 @@
70
74
  "gherkin-lint": "4.2.4",
71
75
  "husky": "9.1.7",
72
76
  "lockfile-lint": "4.14.0",
73
- "mock-fs": "5.4.1",
77
+ "ls-engines": "0.9.3",
78
+ "mock-fs": "5.5.0",
74
79
  "npm-run-all2": "7.0.2",
75
- "publint": "0.3.2",
80
+ "publint": "0.3.4",
76
81
  "remark-cli": "12.0.1",
77
82
  "rimraf": "6.0.1",
78
- "rollup": "4.32.1",
83
+ "rollup": "4.34.6",
79
84
  "rollup-plugin-auto-external": "2.0.0",
80
- "vitest": "3.0.4",
85
+ "vitest": "3.0.5",
81
86
  "vitest-when": "0.6.0"
82
87
  }
83
88
  }