core-js-builder 3.19.2 → 3.20.2

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -0
  3. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014-2021 Denis Pushkarev
1
+ Copyright (c) 2014-2022 Denis Pushkarev
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![logo](https://user-images.githubusercontent.com/2213682/146607186-8e13ddef-26a4-4ebf-befd-5aac9d77c090.png)
2
+
1
3
  For some cases could be useful to exclude some `core-js` features or generate a polyfill for target engines. This API helps conditionally include or exclude certain parts of [`core-js`](https://github.com/zloirock/core-js), build for targets [specified in `core-js-compat` format](https://github.com/zloirock/core-js/tree/master/packages/core-js-compat#targets-option).
2
4
 
3
5
  ```js
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "core-js-builder",
3
3
  "description": "core-js builder",
4
- "version": "3.19.2",
4
+ "version": "3.20.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",
@@ -9,8 +9,8 @@
9
9
  },
10
10
  "main": "index.js",
11
11
  "dependencies": {
12
- "core-js": "3.19.2",
13
- "core-js-compat": "3.19.2",
12
+ "core-js": "3.20.2",
13
+ "core-js-compat": "3.20.2",
14
14
  "mkdirp": ">=0.5.5 <1",
15
15
  "webpack": ">=4.46.0 <5"
16
16
  },
@@ -22,5 +22,5 @@
22
22
  "url": "https://opencollective.com/core-js"
23
23
  },
24
24
  "license": "MIT",
25
- "gitHead": "e49b7f34f7b3a10cc88e1210431508c7a58e069b"
25
+ "gitHead": "da1bf15799afc93d4985392a5d1ce5468db1bdd8"
26
26
  }