@aforemendude/prettier-plugin-wrap-comments 1.2.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,7 +7,7 @@ real column to calculate the available content width, so nested comments wrap mo
7
7
 
8
8
  - Node.js 20 or newer to use the plugin
9
9
  - Node.js 22.12 or newer to develop the plugin
10
- - Prettier 3 (`>=3.0.0 <4.0.0`)
10
+ - Prettier 3 (`>=3.9.0 <4.0.0`)
11
11
 
12
12
  ## Install
13
13
 
package/package.json CHANGED
@@ -8,10 +8,10 @@
8
8
  "@types/node": "20.19.43",
9
9
  "prettier": "3.9.6",
10
10
  "prettier-plugin-jsdoc": "1.8.1",
11
- "prettier-plugin-wrap-comments-stable": "npm:@aforemendude/prettier-plugin-wrap-comments@1.1.1",
11
+ "prettier-plugin-wrap-comments-stable": "npm:@aforemendude/prettier-plugin-wrap-comments@1.2.0",
12
12
  "typescript": "7.0.2",
13
- "vite": "8.2.0",
14
- "vitest": "4.1.10"
13
+ "vite": "8.2.2",
14
+ "vitest": "4.1.11"
15
15
  },
16
16
  "devEngines": {
17
17
  "runtime": {
@@ -43,7 +43,7 @@
43
43
  "main": "./dist/index.js",
44
44
  "name": "@aforemendude/prettier-plugin-wrap-comments",
45
45
  "peerDependencies": {
46
- "prettier": ">=3.0.0 <4.0.0"
46
+ "prettier": ">=3.9.0 <4.0.0"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
@@ -68,5 +68,5 @@
68
68
  },
69
69
  "type": "module",
70
70
  "types": "./dist/index.d.ts",
71
- "version": "1.2.0"
71
+ "version": "2.0.0"
72
72
  }