chefcookie 2.4.2 → 2.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -34,7 +34,7 @@ chefcookie is a gdpr cookie solution without compromises.
34
34
  - [crazy egg](https://www.crazyegg.com)
35
35
  - [google maps](https://developers.google.com/maps/documentation/javascript/tutorial)
36
36
 
37
- ## links
37
+ ## references
38
38
 
39
39
  - [changelog](https://github.com/vielhuber/chefcookie/blob/master/CHANGELOG.md)
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chefcookie",
3
- "version": "2.4.2",
3
+ "version": "2.4.6",
4
4
  "main": "_build/script.js",
5
5
  "files": [
6
6
  "_build/*.js",
@@ -22,6 +22,7 @@
22
22
  "update-changelog": "auto-changelog --commit-limit false --package"
23
23
  },
24
24
  "dependencies": {
25
+ "@babel/runtime": "^7.15.4",
25
26
  "mdn-polyfills": "^5.20.0",
26
27
  "onchange": "^7.1.0"
27
28
  },
@@ -34,7 +35,6 @@
34
35
  "@babel/plugin-transform-runtime": "^7.15.8",
35
36
  "@babel/polyfill": "^7.11.5",
36
37
  "@babel/preset-env": "^7.15.8",
37
- "@babel/runtime": "^7.15.4",
38
38
  "babelify": "^10.0.0",
39
39
  "browserify": "^17.0.0",
40
40
  "npm-run-all": "^4.1.5",