@eslint-react/shared 1.36.2-next.1 → 1.36.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.js CHANGED
@@ -84,7 +84,7 @@ function report(context) {
84
84
  };
85
85
  }
86
86
 
87
- // ../../node_modules/.pnpm/valibot@1.0.0-rc.4_typescript@5.8.2/node_modules/valibot/dist/index.js
87
+ // ../../node_modules/.pnpm/valibot@1.0.0_typescript@5.8.2/node_modules/valibot/dist/index.js
88
88
  var store;
89
89
  // @__NO_SIDE_EFFECTS__
90
90
  function getGlobalConfig(config2) {
package/dist/index.mjs CHANGED
@@ -76,7 +76,7 @@ function report(context) {
76
76
  };
77
77
  }
78
78
 
79
- // ../../node_modules/.pnpm/valibot@1.0.0-rc.4_typescript@5.8.2/node_modules/valibot/dist/index.js
79
+ // ../../node_modules/.pnpm/valibot@1.0.0_typescript@5.8.2/node_modules/valibot/dist/index.js
80
80
  var store;
81
81
  // @__NO_SIDE_EFFECTS__
82
82
  function getGlobalConfig(config2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.36.2-next.1",
3
+ "version": "1.36.2",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -38,7 +38,7 @@
38
38
  "@typescript-eslint/utils": "^8.26.1",
39
39
  "picomatch": "^4.0.2",
40
40
  "ts-pattern": "^5.6.2",
41
- "@eslint-react/eff": "1.36.2-next.1"
41
+ "@eslint-react/eff": "1.36.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/picomatch": "^3.0.2",
@@ -46,7 +46,7 @@
46
46
  "micro-memoize": "^4.1.3",
47
47
  "tsup": "^8.4.0",
48
48
  "type-fest": "^4.37.0",
49
- "valibot": "^1.0.0-rc.4",
49
+ "valibot": "^1.0.0",
50
50
  "@local/configs": "0.0.0"
51
51
  },
52
52
  "engines": {