@geoql/oxlint-plugin-nuxt-doctor 1.1.2 → 1.1.3

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -23,7 +23,7 @@ Script-level Nuxt rules across four categories. Other Nuxt checks (`structure`,
23
23
  npm i @geoql/oxlint-plugin-nuxt-doctor
24
24
  ```
25
25
 
26
- Published on [npm](https://www.npmjs.com/package/@geoql/oxlint-plugin-nuxt-doctor) and [JSR](https://jsr.io/@geoql/oxlint-plugin-nuxt-doctor) at `v0.1.0` with provenance. ESM-only, TypeScript. `oxlint` is a peer dependency. Most people never add this dependency themselves; `doctor-core` resolves it for you.
26
+ Published on [npm](https://www.npmjs.com/package/@geoql/oxlint-plugin-nuxt-doctor) and [JSR](https://jsr.io/@geoql/oxlint-plugin-nuxt-doctor) with provenance. ESM-only, TypeScript. `oxlint` is a peer dependency. Most people never add this dependency themselves; `doctor-core` resolves it for you.
27
27
 
28
28
  ## Scope
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoql/oxlint-plugin-nuxt-doctor",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "private": false,
5
5
  "description": "oxlint JS plugin for Nuxt 4 anti-patterns and AI-slop detection. Pairs with oxlint's built-in vue plugin via jsPlugins. TypeScript, ESM.",
6
6
  "keywords": [
@@ -42,11 +42,11 @@
42
42
  "access": "public"
43
43
  },
44
44
  "dependencies": {
45
- "@geoql/doctor-rule-core": "1.2.1"
45
+ "@geoql/doctor-rule-core": "1.2.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@types/node": "^25.9.4",
49
- "oxc-parser": "^0.137.0",
48
+ "@types/node": "^26.1.0",
49
+ "oxc-parser": "^0.138.0",
50
50
  "typescript": "^6.0.3",
51
51
  "vitest": "^4.1.9"
52
52
  },