@clerk/eslint-plugin 0.2.0 → 0.2.1-canary.v20260625215331

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/next.js CHANGED
@@ -891,7 +891,7 @@ function buildAddAuthProtectSuggestion(context, fn, subject, authNames) {
891
891
  const plugin = {
892
892
  meta: {
893
893
  name: "@clerk/eslint-plugin/next",
894
- version: "0.2.0"
894
+ version: "0.2.1-canary.v20260625215331"
895
895
  },
896
896
  rules: { "require-auth-protection": rule }
897
897
  };
package/dist/next.mjs CHANGED
@@ -889,7 +889,7 @@ function buildAddAuthProtectSuggestion(context, fn, subject, authNames) {
889
889
  const plugin = {
890
890
  meta: {
891
891
  name: "@clerk/eslint-plugin/next",
892
- version: "0.2.0"
892
+ version: "0.2.1-canary.v20260625215331"
893
893
  },
894
894
  rules: { "require-auth-protection": rule }
895
895
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/eslint-plugin",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-canary.v20260625215331",
4
4
  "description": "ESLint plugin for enforcing Clerk patterns across JavaScript frameworks.",
5
5
  "keywords": [
6
6
  "auth",