eslint-plugin-valibot 0.1.0 → 1.0.0

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
@@ -49,7 +49,7 @@ module.exports = __toCommonJS(index_exports);
49
49
  // package.json
50
50
  var package_default = {
51
51
  name: "eslint-plugin-valibot",
52
- version: "0.1.0",
52
+ version: "1.0.0",
53
53
  description: "ESLint rules for safer, more maintainable Valibot usage.",
54
54
  license: "MIT",
55
55
  repository: {
@@ -90,7 +90,8 @@ var package_default = {
90
90
  },
91
91
  packageManager: "pnpm@10.33.4",
92
92
  publishConfig: {
93
- access: "public"
93
+ access: "public",
94
+ provenance: true
94
95
  },
95
96
  scripts: {
96
97
  build: "tsup --config tsup.config.ts",