@tanstack/eslint-plugin-query 5.72.2 → 5.74.7

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.
@@ -1003,4 +1003,5 @@ var index_default = plugin;
1003
1003
  0 && (module.exports = {
1004
1004
  plugin
1005
1005
  });
1006
+ module.exports = module.exports.default
1006
1007
  //# sourceMappingURL=index.cjs.map
@@ -963,4 +963,5 @@ var rules = {
963
963
  0 && (module.exports = {
964
964
  rules
965
965
  });
966
+ module.exports = module.exports.default
966
967
  //# sourceMappingURL=rules.cjs.map
@@ -16,4 +16,5 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
16
16
  // src/types.ts
17
17
  var types_exports = {};
18
18
  module.exports = __toCommonJS(types_exports);
19
+ module.exports = module.exports.default
19
20
  //# sourceMappingURL=types.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/eslint-plugin-query",
3
- "version": "5.72.2",
3
+ "version": "5.74.7",
4
4
  "description": "ESLint plugin for TanStack Query",
5
5
  "author": "Eliya Cohen",
6
6
  "license": "MIT",
@@ -21,6 +21,7 @@
21
21
  "react-native": "src/index.ts",
22
22
  "exports": {
23
23
  ".": {
24
+ "@tanstack/custom-condition": "./src/index.ts",
24
25
  "import": {
25
26
  "types": "./build/modern/index.d.ts",
26
27
  "default": "./build/modern/index.js"