@mrpelz/boilerplate-node 11.1.0 → 11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrpelz/boilerplate-node",
3
- "version": "11.1.0",
3
+ "version": "11.2.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mrpelz/boilerplate.git",
@@ -65,7 +65,7 @@ EOF
65
65
  // @ts-ignore
66
66
  import config from '$BOILERPLATE_NODE_MODULE_NAME/eslint.config.js';
67
67
 
68
- /** @type {import('eslint').Linter.FlatConfig[]} */
68
+ /** @type {import('eslint').Linter.Config[]} */
69
69
  export default config;
70
70
  EOF
71
71
  )"