@whoj/eslint-config 9.2.0-beta.0 → 9.2.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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -211,7 +211,7 @@ const jetbrainsSettingsObj = {
211
211
  };
212
212
  //#endregion
213
213
  //#region package.json
214
- var version = "9.2.0-beta.0";
214
+ var version = "9.2.0";
215
215
  //#endregion
216
216
  //#region src/cli/constants-generated.ts
217
217
  const versionsMap = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whoj/eslint-config",
3
3
  "type": "module",
4
- "version": "9.2.0-beta.0",
4
+ "version": "9.2.0",
5
5
  "description": "ESLint config",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/who-jonson/eslint-config",
@@ -188,7 +188,7 @@
188
188
  "typescript": "^6.0.3",
189
189
  "vitest": "^4.1.10",
190
190
  "vue": "^3.5.39",
191
- "@whoj/eslint-config": "9.2.0-beta.0"
191
+ "@whoj/eslint-config": "9.2.0"
192
192
  },
193
193
  "resolutions": {
194
194
  "@eslint-community/eslint-utils": "catalog:peer",