@tanstack/eslint-plugin-query 5.72.0 → 5.72.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/dist/index.cjs CHANGED
@@ -998,4 +998,5 @@ Object.assign(plugin.configs, {
998
998
  ]
999
999
  });
1000
1000
  var src_default = plugin;
1001
+ module.exports = module.exports.default
1001
1002
  //# sourceMappingURL=index.cjs.map
package/dist/rules.cjs CHANGED
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/eslint-plugin-query",
3
- "version": "5.72.0",
3
+ "version": "5.72.1",
4
4
  "description": "ESLint plugin for TanStack Query",
5
5
  "author": "Eliya Cohen",
6
6
  "license": "MIT",