eslint-plugin-react-web-api 3.0.0-rc.0 → 3.0.0-rc.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +9 -6
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var __exportAll = (all, no_symbols) => {
26
26
  //#endregion
27
27
  //#region package.json
28
28
  var name$1 = "eslint-plugin-react-web-api";
29
- var version = "3.0.0-rc.0";
29
+ var version = "3.0.0-rc.1";
30
30
 
31
31
  //#endregion
32
32
  //#region ../../../.pkgs/eff/dist/index.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-web-api",
3
- "version": "3.0.0-rc.0",
3
+ "version": "3.0.0-rc.1",
4
4
  "description": "ESLint React's ESLint plugin for interacting with Web APIs",
5
5
  "keywords": [
6
6
  "react",
@@ -43,16 +43,16 @@
43
43
  "@typescript-eslint/utils": "canary",
44
44
  "birecord": "^0.1.1",
45
45
  "ts-pattern": "^5.9.0",
46
- "@eslint-react/ast": "3.0.0-rc.0",
47
- "@eslint-react/shared": "3.0.0-rc.0",
48
- "@eslint-react/var": "3.0.0-rc.0",
49
- "@eslint-react/core": "3.0.0-rc.0"
46
+ "@eslint-react/ast": "3.0.0-rc.1",
47
+ "@eslint-react/core": "3.0.0-rc.1",
48
+ "@eslint-react/shared": "3.0.0-rc.1",
49
+ "@eslint-react/var": "3.0.0-rc.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/react": "^19.2.14",
53
53
  "@types/react-dom": "^19.2.3",
54
54
  "eslint": "^10.0.3",
55
- "tsdown": "^0.21.0",
55
+ "tsdown": "^0.21.2",
56
56
  "@local/configs": "0.0.0",
57
57
  "@local/eff": "3.0.0-beta.72"
58
58
  },
@@ -66,6 +66,9 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
+ "inlinedDependencies": {
70
+ "@local/eff": "workspace:*"
71
+ },
69
72
  "scripts": {
70
73
  "build": "tsdown",
71
74
  "lint:publish": "publint",