@w5s/browserslist-config 1.0.7 → 1.1.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.
- package/README.md +11 -11
- package/index.js +1 -1
- package/package.json +13 -14
- /package/{lib → dist}/default.d.ts +0 -0
- /package/{lib → dist}/default.js +0 -0
- /package/{lib → dist}/development.d.ts +0 -0
- /package/{lib → dist}/development.js +0 -0
package/README.md
CHANGED
|
@@ -31,29 +31,29 @@ In the `package.json` for your project
|
|
|
31
31
|
|
|
32
32
|
## Alternative configuration
|
|
33
33
|
|
|
34
|
-
- `@w5s/browserslist-config/
|
|
34
|
+
- `@w5s/browserslist-config/dist/development` : Only some common browsers (for development)
|
|
35
35
|
|
|
36
36
|
## Supported Browsers
|
|
37
37
|
<!-- AUTO-GENERATED-CONTENT:START (FILE:src=./BROWSER_LIST.md) -->
|
|
38
38
|
<!-- The below content is automatically added from ./BROWSER_LIST.md -->
|
|
39
|
-
_Generated Automatically at
|
|
39
|
+
_Generated Automatically at Mon, 12 Jun 2023 09:39:35 GMT_
|
|
40
40
|
|
|
41
41
|
### Desktop
|
|
42
42
|
|
|
43
43
|
- Android (4.4.3-4.4.4)
|
|
44
|
-
- Chrome (112, 111, 110, 109, 108, 103, 79)
|
|
45
|
-
- Edge (
|
|
46
|
-
- Firefox (
|
|
47
|
-
- Opera (
|
|
48
|
-
- Safari (16.4, 16.3, 16.2, 16.1, 15.6, 14.1)
|
|
49
|
-
- Samsung (20)
|
|
44
|
+
- Chrome (113, 112, 111, 110, 109, 108, 103, 79)
|
|
45
|
+
- Edge (113, 112)
|
|
46
|
+
- Firefox (113, 112)
|
|
47
|
+
- Opera (98, 97)
|
|
48
|
+
- Safari (16.4, 16.3, 16.2, 16.1, 15.6, 15.5, 14.1)
|
|
49
|
+
- Samsung (21, 20)
|
|
50
50
|
|
|
51
51
|
### Mobile
|
|
52
52
|
|
|
53
|
-
- Chrome for Android (
|
|
54
|
-
- Firefox for Android (
|
|
53
|
+
- Chrome for Android (114)
|
|
54
|
+
- Firefox for Android (113)
|
|
55
55
|
- UC Browser (13.4)
|
|
56
|
-
- Safari for iOS (16.4, 16.3, 16.2, 16.1, 16.0, 15.6, 15.5, 14.5-14.8, 14.0-14.4, 12.2-12.5)
|
|
56
|
+
- Safari for iOS (16.5, 16.4, 16.3, 16.2, 16.1, 16.0, 15.6, 15.5, 14.5-14.8, 14.0-14.4, 12.2-12.5)
|
|
57
57
|
|
|
58
58
|
[View more in browserslist.dev (usages, coverage)](https://browserslist.dev/?q=PjAuMiUsbm90IGRlYWQsbm90IG9wX21pbmkgYWxs)
|
|
59
59
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require('./
|
|
1
|
+
module.exports = require('./dist/default.js');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/browserslist-config",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Browserslist support shared configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browserslist",
|
|
@@ -20,39 +20,38 @@
|
|
|
20
20
|
"type": "commonjs",
|
|
21
21
|
"exports": {
|
|
22
22
|
".": "./index.js",
|
|
23
|
-
"./
|
|
23
|
+
"./dist/*": "./dist/*"
|
|
24
24
|
},
|
|
25
25
|
"typings": "./index.d.ts",
|
|
26
26
|
"files": [
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"lib/**/!(*.spec).js.map",
|
|
30
|
-
"lib/**/!(*.spec).js",
|
|
31
|
-
"src/**/!(*.spec).ts",
|
|
27
|
+
"dist/",
|
|
28
|
+
"src/",
|
|
32
29
|
"index.js",
|
|
33
|
-
"index.d.ts"
|
|
30
|
+
"index.d.ts",
|
|
31
|
+
"!**/*.spec.*",
|
|
32
|
+
"!**/__tests__/**"
|
|
34
33
|
],
|
|
35
34
|
"scripts": {
|
|
36
35
|
"build": "concurrently \"npm:build:*\" \":\"",
|
|
37
36
|
"build:tsc": "tsc -b tsconfig.build.json",
|
|
38
37
|
"clean": "concurrently \"npm:clean:*\" \":\"",
|
|
39
|
-
"clean:tsc": "rm -rf
|
|
38
|
+
"clean:tsc": "rm -rf dist",
|
|
40
39
|
"docs": "node scripts/build-docs.mjs && node ../../markdown.mjs && (git commit 'README.md' 'BROWSER_LIST.md' -m '📝 Update browserslist support') || true",
|
|
41
40
|
"format": "concurrently \"npm:format:*\" \":\"",
|
|
42
41
|
"format:src": "eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
|
|
43
42
|
"lint": "concurrently \"npm:lint:*\" \":\"",
|
|
44
43
|
"lint:src": "eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
|
|
45
|
-
"postbuild:tsc": "yarn docs",
|
|
46
44
|
"prepare": "concurrently \"npm:prepare:*\" \":\"",
|
|
45
|
+
"prepublishOnly": "npm run clean;npm run build",
|
|
47
46
|
"spellcheck": "cspell --no-progress '**'",
|
|
48
47
|
"test": "concurrently \"npm:test:*\" \":\"",
|
|
49
48
|
"test:src": "vitest run"
|
|
50
49
|
},
|
|
51
50
|
"devDependencies": {
|
|
52
|
-
"browserslist": "4.21.
|
|
51
|
+
"browserslist": "4.21.9",
|
|
53
52
|
"lodash-es": "4.17.21",
|
|
54
|
-
"vite": "4.3.
|
|
55
|
-
"vitest": "0.
|
|
53
|
+
"vite": "4.3.9",
|
|
54
|
+
"vitest": "0.32.4"
|
|
56
55
|
},
|
|
57
56
|
"peerDependencies": {
|
|
58
57
|
"browserslist": ">= 4.0"
|
|
@@ -68,5 +67,5 @@
|
|
|
68
67
|
"publishConfig": {
|
|
69
68
|
"access": "public"
|
|
70
69
|
},
|
|
71
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "d1f8476f515b7be923ace0dba9ef86571f08747b"
|
|
72
71
|
}
|
|
File without changes
|
/package/{lib → dist}/default.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|