@w5s/browserslist-config 1.0.0-alpha.5 → 1.0.0-alpha.7

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 +17 -17
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- <!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=# W5s BrowsersList configuration _(${name})_) -->
1
+ <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=# W5s BrowsersList configuration _(${name})_) -->
2
2
  # W5s BrowsersList configuration _(@w5s/browserslist-config)_
3
3
  <!-- AUTO-GENERATED-CONTENT:END -->
4
4
 
5
5
  [![NPM Version][package-version-svg]][package-url]
6
6
  [![License][license-image]][license-url]
7
7
 
8
- <!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=> ${description}&unknownTxt= ) -->
8
+ <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=> ${description}&unknownTxt= ) -->
9
9
  > Browserslist support shared configuration
10
10
  <!-- AUTO-GENERATED-CONTENT:END -->
11
11
 
12
12
  ## Installation
13
13
 
14
- <!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=```console\nnpm install --save-dev ${name}\n```) -->
14
+ <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=```console\nnpm install --save-dev ${name}\n```) -->
15
15
  ```console
16
16
  npm install --save-dev @w5s/browserslist-config
17
17
  ```
@@ -36,42 +36,42 @@ In the `package.json` for your project
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 Wed, 21 Sep 2022 20:00:22 GMT_
39
+ _Generated Automatically at Mon, 09 Jan 2023 16:43:11 GMT_
40
40
 
41
41
  ### Desktop
42
42
 
43
43
  - Android (4.4.3-4.4.4)
44
- - Chrome (104, 103, 102)
45
- - Edge (104, 103)
46
- - Firefox (104, 103)
47
- - Opera (89)
48
- - Safari (15.6, 15.5, 14.1, 13.1)
49
- - Samsung (18.0, 17.0)
44
+ - Chrome (108, 107, 106, 103)
45
+ - Edge (108, 107)
46
+ - Firefox (108, 107)
47
+ - Opera (92)
48
+ - Safari (16.1, 15.6, 14.1)
49
+ - Samsung (19.0, 18.0)
50
50
 
51
51
  ### Mobile
52
52
 
53
- - Chrome for Android (105)
54
- - Firefox for Android (104)
53
+ - Chrome for Android (108)
54
+ - Firefox for Android (107)
55
55
  - UC Browser (13.4)
56
- - Safari for iOS (15.6, 15.5, 15.4, 15.2-15.3, 15.0-15.1, 14.5-14.8, 14.0-14.4, 12.2-12.5)
56
+ - Safari for iOS (16.2, 16.1, 16.0, 15.6, 15.5, 15.4, 15.2-15.3, 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 -->
60
60
 
61
61
  ## License
62
- <!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=[${license}][license-url] © ${author}) -->
62
+ <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=[${license}][license-url] © ${author}) -->
63
63
  [MIT][license-url] © Julien Polo <julien.polo@gmail.com>
64
64
  <!-- AUTO-GENERATED-CONTENT:END -->
65
65
 
66
66
  <!-- VARIABLES -->
67
67
 
68
- <!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=[package-version-svg]: https://img.shields.io/npm/v/${name}.svg?style=flat-square) -->
68
+ <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=[package-version-svg]: https://img.shields.io/npm/v/${name}.svg?style=flat-square) -->
69
69
  [package-version-svg]: https://img.shields.io/npm/v/@w5s/browserslist-config.svg?style=flat-square
70
70
  <!-- AUTO-GENERATED-CONTENT:END -->
71
- <!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=[package-url]: https://www.npmjs.com/package/${name}) -->
71
+ <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=[package-url]: https://www.npmjs.com/package/${name}) -->
72
72
  [package-url]: https://www.npmjs.com/package/@w5s/browserslist-config
73
73
  <!-- AUTO-GENERATED-CONTENT:END -->
74
- <!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square) -->
74
+ <!-- AUTO-GENERATED-CONTENT:START (PKG_JSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square) -->
75
75
  [license-image]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square
76
76
  <!-- AUTO-GENERATED-CONTENT:END -->
77
77
  [license-url]: ../../LICENSE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/browserslist-config",
3
- "version": "1.0.0-alpha.5",
3
+ "version": "1.0.0-alpha.7",
4
4
  "description": "Browserslist support shared configuration",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -44,11 +44,16 @@
44
44
  "peerDependencies": {
45
45
  "browserslist": ">= 4.0"
46
46
  },
47
+ "peerDependenciesMeta": {
48
+ "browserslist": {
49
+ "optional": true
50
+ }
51
+ },
47
52
  "engines": {
48
53
  "node": ">=16.0.0"
49
54
  },
50
55
  "publishConfig": {
51
56
  "access": "public"
52
57
  },
53
- "gitHead": "2a262ca6b8389764322e1a855d38a31af795dbe1"
58
+ "gitHead": "61004fd9075a909dac066b6b3c012817bb082414"
54
59
  }