@shgysk8zer0/polyfills 0.6.3 → 0.8.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/polyfills",
3
- "version": "0.6.3",
3
+ "version": "0.8.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of JavaScript polyfills",
@@ -40,7 +40,6 @@
40
40
  },
41
41
  "scripts": {
42
42
  "test": "npm run lint:js && npm run lint:html && npm run run:tests",
43
- "postinstall": "if [ -f './assets/dedent.cjs' ]; then npm run build; fi",
44
43
  "preversion": "npm test && npm run build",
45
44
  "prepare": "npm test && npm run build",
46
45
  "start": "http-server ${npm_package_config_serve_path} -c-1 --port ${npm_package_config_serve_port} --gzip true --brotli true -a ${npm_package_config_serve_domain} -o /test/",
@@ -95,5 +94,8 @@
95
94
  "dependencies": {
96
95
  "@aegisjsproject/sanitizer": "^0.2.4",
97
96
  "@aegisjsproject/trusted-types": "^1.0.2"
97
+ },
98
+ "allowScripts": {
99
+ "fsevents@2.3.2": true
98
100
  }
99
101
  }