web-component-wrapper 0.0.560 → 0.0.562

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": "web-component-wrapper",
3
- "version": "0.0.560",
3
+ "version": "0.0.562",
4
4
  "description": "Generic web-component base class and framework specific wrapper.",
5
5
  "keywords": [
6
6
  "component",
@@ -62,7 +62,7 @@
62
62
  "test:browser": "yarn clear; weboptimizer test:browser",
63
63
  "test:coverage": "yarn clear; weboptimizer test:coverage",
64
64
  "test:coverage:report": "yarn clear; weboptimizer test:coverage:report",
65
- "update:documentation": "documentation-website",
65
+ "update:documentation": "web-documentation",
66
66
  "watch": "weboptimizer build --watch"
67
67
  },
68
68
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {Web} = require('web-component-wrapper')\n\nWeb.hasCode('<div>${expression}</div>')",
@@ -81,8 +81,7 @@
81
81
  "@typescript-eslint/eslint-plugin": "^8.59.0",
82
82
  "@typescript-eslint/parser": "^8.59.0",
83
83
  "@webcomponents/webcomponentsjs": "^2.8.0",
84
- "clientnode": "^4.0.1387",
85
- "documentation-website": "^1.0.402",
84
+ "clientnode": "^4.0.1388",
86
85
  "eslint": "^10.2.1",
87
86
  "eslint-config-google": "^0.14.0",
88
87
  "eslint-plugin-jsdoc": "^62.9.0",
@@ -92,7 +91,8 @@
92
91
  "react": "^19.2.5",
93
92
  "react-dom": "^19.2.5",
94
93
  "typescript-eslint": "^8.59.0",
95
- "weboptimizer": "^3.0.21",
94
+ "web-documentation": "^1.0.2",
95
+ "weboptimizer": "^3.0.22",
96
96
  "webpack-dev-server": "^5.2.3"
97
97
  },
98
98
  "peerDependencies": {
@@ -196,5 +196,5 @@
196
196
  }
197
197
  }
198
198
  },
199
- "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
199
+ "packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
200
200
  }
package/polyfill.html.ejs CHANGED
@@ -53,12 +53,12 @@
53
53
  'WeakMap',
54
54
  'WeakSet'
55
55
  ].concat(
56
- typeof additionalFeatures === 'undefined' ? [] : additionalFeatures
56
+ typeof _.additionalFeatures === 'undefined' ? [] : _.additionalFeatures
57
57
  ))
58
58
  _%>
59
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
 
61
- <%_ if (typeof webComponents === 'undefined' || webComponents) { _%>
61
+ <%_ if (typeof _.webComponents === 'undefined' || _.webComponents) { _%>
62
62
  <script>
63
63
  /*
64
64
  Only provide the shadow dom polyfill and avoid to patch a lot of
package/readme.md CHANGED
@@ -25,7 +25,7 @@ Project status
25
25
 
26
26
  [![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/web-component-wrapper?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/web-component-wrapper)
27
27
 
28
- [![deploy documentation website](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/deploy-documentation-website.yaml?label=deploy%20documentation%20website&style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/deploy-documentation-website.yaml)
28
+ [![deploy web documentation](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/deploy-web-documentation.yaml?label=deploy%20web%20documentation&style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/deploy-web-documentation.yaml)
29
29
  [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/web-component-wrapper.svg?label=documentation-website&style=for-the-badge)](https://torben.website/web-component-wrapper)
30
30
 
31
31
  Use case