@anolilab/prettier-config 6.0.5 → 6.0.6

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/CHANGELOG.md CHANGED
@@ -1,13 +1,19 @@
1
+ ## @anolilab/prettier-config [6.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.5...@anolilab/prettier-config@6.0.6) (2025-10-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update prettier-config to use pnpm preset ([185d89b](https://github.com/anolilab/javascript-style-guide/commit/185d89b5bf01223ff931d0b9417f54a715880b39))
6
+
1
7
  ## @anolilab/prettier-config [6.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.4...@anolilab/prettier-config@6.0.5) (2025-10-02)
2
8
 
3
9
  ### Bug Fixes
4
10
 
5
- * add Prettier configuration and update package scripts ([9805886](https://github.com/anolilab/javascript-style-guide/commit/98058869399e5e7d84c36b61ae80316d61c5bc2a))
11
+ - add Prettier configuration and update package scripts ([9805886](https://github.com/anolilab/javascript-style-guide/commit/98058869399e5e7d84c36b61ae80316d61c5bc2a))
6
12
 
7
13
  ### Miscellaneous Chores
8
14
 
9
- * **deps:** update package dependencies to latest versions ([028b723](https://github.com/anolilab/javascript-style-guide/commit/028b7237222bfddb4f4ce43a1247f5a3ed9f2c68))
10
- * update @visulima/packem to version 2.0.0-alpha.19 and add eslint-plugin-erasable-syntax-only@0.3.1\n\n- Updated all instances of @visulima/packem to the latest alpha version.\n- Added new dependency eslint-plugin-erasable-syntax-only for enhanced linting capabilities.\n- Updated devDependencies in various package.json files to ensure consistency across configurations. ([0d62091](https://github.com/anolilab/javascript-style-guide/commit/0d620916bbabb0d64266136978c0b038844e3bc7))
15
+ - **deps:** update package dependencies to latest versions ([028b723](https://github.com/anolilab/javascript-style-guide/commit/028b7237222bfddb4f4ce43a1247f5a3ed9f2c68))
16
+ - update @visulima/packem to version 2.0.0-alpha.19 and add eslint-plugin-erasable-syntax-only@0.3.1\n\n- Updated all instances of @visulima/packem to the latest alpha version.\n- Added new dependency eslint-plugin-erasable-syntax-only for enhanced linting capabilities.\n- Updated devDependencies in various package.json files to ensure consistency across configurations. ([0d62091](https://github.com/anolilab/javascript-style-guide/commit/0d620916bbabb0d64266136978c0b038844e3bc7))
11
17
 
12
18
  ## @anolilab/prettier-config [6.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.3...@anolilab/prettier-config@6.0.4) (2025-09-05)
13
19
 
package/dist/bin.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,78 +1,78 @@
1
1
  {
2
- "name": "@anolilab/prettier-config",
3
- "version": "6.0.5",
4
- "description": "Prettier shareable config for Anolilab.",
5
- "keywords": [
6
- "css",
7
- "anolilab",
8
- "lint",
9
- "prettier",
10
- "config",
11
- "prettier-config"
12
- ],
13
- "homepage": "https://anolilab.com/nodejs/packages/prettier-config",
14
- "repository": {
15
- "type": "git",
16
- "url": "https://github.com/anolilab/javascript-style-guide.git",
17
- "directory": "packages/prettier-config"
2
+ "name": "@anolilab/prettier-config",
3
+ "version": "6.0.6",
4
+ "description": "Prettier shareable config for Anolilab.",
5
+ "keywords": [
6
+ "css",
7
+ "anolilab",
8
+ "lint",
9
+ "prettier",
10
+ "config",
11
+ "prettier-config"
12
+ ],
13
+ "homepage": "https://anolilab.com/nodejs/packages/prettier-config",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/anolilab/javascript-style-guide.git",
17
+ "directory": "packages/prettier-config"
18
+ },
19
+ "funding": [
20
+ {
21
+ "type": "github",
22
+ "url": "https://github.com/sponsors/prisis"
18
23
  },
19
- "funding": [
20
- {
21
- "type": "github",
22
- "url": "https://github.com/sponsors/prisis"
23
- },
24
- {
25
- "type": "consulting",
26
- "url": "https://anolilab.com/support"
27
- }
28
- ],
29
- "license": "MIT",
30
- "author": {
31
- "name": "Daniel Bannert",
32
- "email": "d.bannert@anolilab.de"
33
- },
34
- "sideEffects": false,
35
- "type": "module",
36
- "exports": {
37
- ".": {
38
- "import": {
39
- "types": "./dist/index.d.mts",
40
- "default": "./dist/index.mjs"
41
- },
42
- "require": {
43
- "types": "./dist/index.d.cts",
44
- "default": "./dist/index.cjs"
45
- }
46
- },
47
- "./package.json": "./package.json"
48
- },
49
- "main": "dist/index.cjs",
50
- "module": "dist/index.mjs",
51
- "types": "dist/index.d.ts",
52
- "typesVersions": {
53
- ">=5.0": {
54
- ".": [
55
- "./dist/index.d.ts"
56
- ]
57
- }
58
- },
59
- "bin": {
60
- "prettier-config:install": "./dist/bin.js"
61
- },
62
- "files": [
63
- "dist",
64
- "README.md",
65
- "CHANGELOG.md",
66
- "LICENSE.md"
67
- ],
68
- "peerDependencies": {
69
- "prettier": "catalog:lint"
70
- },
71
- "engines": {
72
- "node": ">=20.18.* <=24.*"
24
+ {
25
+ "type": "consulting",
26
+ "url": "https://anolilab.com/support"
27
+ }
28
+ ],
29
+ "license": "MIT",
30
+ "author": {
31
+ "name": "Daniel Bannert",
32
+ "email": "d.bannert@anolilab.de"
33
+ },
34
+ "sideEffects": false,
35
+ "type": "module",
36
+ "exports": {
37
+ ".": {
38
+ "import": {
39
+ "types": "./dist/index.d.mts",
40
+ "default": "./dist/index.mjs"
41
+ },
42
+ "require": {
43
+ "types": "./dist/index.d.cts",
44
+ "default": "./dist/index.cjs"
45
+ }
73
46
  },
74
- "publishConfig": {
75
- "access": "public",
76
- "provenance": true
47
+ "./package.json": "./package.json"
48
+ },
49
+ "main": "dist/index.cjs",
50
+ "module": "dist/index.mjs",
51
+ "types": "dist/index.d.ts",
52
+ "typesVersions": {
53
+ ">=5.0": {
54
+ ".": [
55
+ "./dist/index.d.ts"
56
+ ]
77
57
  }
78
- }
58
+ },
59
+ "bin": {
60
+ "prettier-config:install": "./dist/bin.js"
61
+ },
62
+ "files": [
63
+ "dist",
64
+ "README.md",
65
+ "CHANGELOG.md",
66
+ "LICENSE.md"
67
+ ],
68
+ "peerDependencies": {
69
+ "prettier": "^3.6.2"
70
+ },
71
+ "engines": {
72
+ "node": ">=20.18.* <=24.*"
73
+ },
74
+ "publishConfig": {
75
+ "access": "public",
76
+ "provenance": true
77
+ }
78
+ }