@noctcore/eslint-plugin-async-safety 0.3.1 → 0.3.2

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
@@ -937,7 +937,7 @@ var rules = {
937
937
 
938
938
  // src/index.ts
939
939
  var NAMESPACE = "noctcore-async-safety";
940
- var VERSION = "0.2.0";
940
+ var VERSION = "0.3.2";
941
941
  var plugin = {
942
942
  meta: { name: "@noctcore/eslint-plugin-async-safety", version: VERSION },
943
943
  rules,
package/dist/index.js CHANGED
@@ -909,7 +909,7 @@ var rules = {
909
909
 
910
910
  // src/index.ts
911
911
  var NAMESPACE = "noctcore-async-safety";
912
- var VERSION = "0.2.0";
912
+ var VERSION = "0.3.2";
913
913
  var plugin = {
914
914
  meta: { name: "@noctcore/eslint-plugin-async-safety", version: VERSION },
915
915
  rules,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noctcore/eslint-plugin-async-safety",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "ESLint rules for async correctness: fetch timeouts, AbortSignal forwarding, and shared-state / concurrency races.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -48,7 +48,7 @@
48
48
  "test": "vitest run"
49
49
  },
50
50
  "dependencies": {
51
- "@noctcore/eslint-utils": "^0.1.0",
51
+ "@noctcore/eslint-utils": "^0.1.1",
52
52
  "@typescript-eslint/utils": "^8.61.1"
53
53
  },
54
54
  "peerDependencies": {