browserslist-config-anolilab 6.0.4 → 6.0.5

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/CHANGELOG.md +6 -0
  2. package/package.json +63 -63
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## browserslist-config-anolilab [6.0.5](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@6.0.4...browserslist-config-anolilab@6.0.5) (2025-10-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update browserslist-config-anolilab to use pnpm preset ([29ad399](https://github.com/anolilab/javascript-style-guide/commit/29ad399e389ded9563946a7ef512f471ddaf7126))
6
+
1
7
  ## browserslist-config-anolilab [6.0.4](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@6.0.3...browserslist-config-anolilab@6.0.4) (2025-10-02)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
1
  {
2
- "name": "browserslist-config-anolilab",
3
- "version": "6.0.4",
4
- "description": "Shareable browserlist config for Anolilab projects.",
5
- "keywords": [
6
- "browserslist",
7
- "browserslist-config",
8
- "anolilab",
9
- "browsers"
10
- ],
11
- "homepage": "https://anolilab.com/nodejs/packages/browserslist-config",
12
- "bugs": {
13
- "url": "https://github.com/anolilab/javascript-style-guide/issues"
2
+ "name": "browserslist-config-anolilab",
3
+ "version": "6.0.5",
4
+ "description": "Shareable browserlist config for Anolilab projects.",
5
+ "keywords": [
6
+ "browserslist",
7
+ "browserslist-config",
8
+ "anolilab",
9
+ "browsers"
10
+ ],
11
+ "homepage": "https://anolilab.com/nodejs/packages/browserslist-config",
12
+ "bugs": {
13
+ "url": "https://github.com/anolilab/javascript-style-guide/issues"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/anolilab/javascript-style-guide.git",
18
+ "directory": "packages/browserslist-config-anolilab"
19
+ },
20
+ "funding": [
21
+ {
22
+ "type": "github",
23
+ "url": "https://github.com/sponsors/prisis"
14
24
  },
15
- "repository": {
16
- "type": "git",
17
- "url": "https://github.com/anolilab/javascript-style-guide.git",
18
- "directory": "packages/browserslist-config-anolilab"
19
- },
20
- "funding": [
21
- {
22
- "type": "github",
23
- "url": "https://github.com/sponsors/prisis"
24
- },
25
- {
26
- "type": "consulting",
27
- "url": "https://anolilab.com/support"
28
- }
29
- ],
30
- "license": "MIT",
31
- "author": {
32
- "name": "Daniel Bannert",
33
- "email": "d.bannert@anolilab.de"
34
- },
35
- "sideEffects": false,
36
- "exports": {
37
- ".": {
38
- "types": "./dist/index.d.cts",
39
- "import": "./dist/index.mjs",
40
- "require": "./dist/index.cjs"
41
- },
42
- "./package.json": "./package.json"
43
- },
44
- "main": "dist/index.cjs",
45
- "module": "dist/index.mjs",
46
- "types": "dist/index.d.ts",
47
- "typesVersions": {
48
- ">=5.0": {
49
- ".": [
50
- "./dist/index.d.ts"
51
- ]
52
- }
53
- },
54
- "files": [
55
- "dist",
56
- "README.md",
57
- "CHANGELOG.md",
58
- "LICENSE.md"
59
- ],
60
- "engines": {
61
- "node": ">=20.18.* <=24.*"
25
+ {
26
+ "type": "consulting",
27
+ "url": "https://anolilab.com/support"
28
+ }
29
+ ],
30
+ "license": "MIT",
31
+ "author": {
32
+ "name": "Daniel Bannert",
33
+ "email": "d.bannert@anolilab.de"
34
+ },
35
+ "sideEffects": false,
36
+ "exports": {
37
+ ".": {
38
+ "types": "./dist/index.d.cts",
39
+ "import": "./dist/index.mjs",
40
+ "require": "./dist/index.cjs"
62
41
  },
63
- "publishConfig": {
64
- "access": "public",
65
- "provenance": true
42
+ "./package.json": "./package.json"
43
+ },
44
+ "main": "dist/index.cjs",
45
+ "module": "dist/index.mjs",
46
+ "types": "dist/index.d.ts",
47
+ "typesVersions": {
48
+ ">=5.0": {
49
+ ".": [
50
+ "./dist/index.d.ts"
51
+ ]
66
52
  }
67
- }
53
+ },
54
+ "files": [
55
+ "dist",
56
+ "README.md",
57
+ "CHANGELOG.md",
58
+ "LICENSE.md"
59
+ ],
60
+ "engines": {
61
+ "node": ">=20.18.* <=24.*"
62
+ },
63
+ "publishConfig": {
64
+ "access": "public",
65
+ "provenance": true
66
+ }
67
+ }