eslint-plugin-function 0.0.15 → 0.0.16

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/dist/index.js +1 -1
  2. package/package.json +5 -6
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import { AST_NODE_TYPES } from '@typescript-eslint/types';
9
9
 
10
10
  // package.json
11
11
  var name = "eslint-plugin-function";
12
- var version = "0.0.15";
12
+ var version = "0.0.16";
13
13
  function getDocsUrl() {
14
14
  return "TODO: add docs for local ESLint rules";
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-function",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "private": false,
5
5
  "description": "(WIP) The ESLint plugin for function-related rules.",
6
6
  "license": "MIT",
@@ -18,9 +18,9 @@
18
18
  "package.json"
19
19
  ],
20
20
  "dependencies": {
21
- "@eslint-react/ast": "^1.41.0",
22
- "@eslint-react/eff": "^1.41.0",
23
- "@eslint-react/kit": "^1.41.0",
21
+ "@eslint-react/ast": "^1.42.1",
22
+ "@eslint-react/eff": "^1.42.1",
23
+ "@eslint-react/kit": "^1.42.1",
24
24
  "@typescript-eslint/scope-manager": "^8.29.1",
25
25
  "@typescript-eslint/type-utils": "^8.29.1",
26
26
  "@typescript-eslint/types": "^8.29.1",
@@ -52,8 +52,7 @@
52
52
  "typescript": "^5.8.3"
53
53
  },
54
54
  "engines": {
55
- "bun": ">=1.0.15",
56
- "node": ">=18.18.0"
55
+ "node": ">=20.10.0"
57
56
  },
58
57
  "scripts": {
59
58
  "build": "tsup",