web-component-wrapper 0.0.490 → 0.0.491

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-wrapper",
3
- "version": "0.0.490",
3
+ "version": "0.0.491",
4
4
  "description": "Generic web-component base class and framework specific wrapper.",
5
5
  "keywords": [
6
6
  "component",
package/polyfill.html.ejs CHANGED
@@ -56,7 +56,7 @@
56
56
  typeof additionalFeatures === 'undefined' ? [] : additionalFeatures
57
57
  ))
58
58
  _%>
59
- <script src="https://polyfill.io/v3/polyfill.js?features=<%- encodeURIComponent(Array.from(features).sort().join(',')) %>"></script>
59
+ <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=<%- encodeURIComponent(Array.from(features).sort().join(',')) %>"></script>
60
60
  <script>
61
61
  /*
62
62
  Only provide the shadow dom polyfill and avoid to patch a lot