web-component-wrapper 0.0.512 → 0.0.514

Sign up to get free protection for your applications and to get access to all the features.
package/ReactWeb.js CHANGED
File without changes
package/ReactWebNext.js CHANGED
File without changes
package/Web.js CHANGED
File without changes
package/WebNext.js CHANGED
File without changes
package/decorator.js CHANGED
File without changes
package/decoratorNext.js CHANGED
File without changes
package/index.js CHANGED
File without changes
package/indexNext.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-wrapper",
3
- "version": "0.0.512",
3
+ "version": "0.0.514",
4
4
  "description": "Generic web-component base class and framework specific wrapper.",
5
5
  "keywords": [
6
6
  "component",
@@ -62,37 +62,36 @@
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": "yarn version patch && yarn npm publish",
66
65
  "update:documentation": "documentation-website",
67
66
  "watch": "weboptimizer build --watch"
68
67
  },
69
68
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {Web} = require('web-component-wrapper')\n\nWeb.hasCode('<div>${expression}</div>')",
70
69
  "devDependencies": {
71
- "@babel/eslint-parser": "^7.26.5",
72
- "@babel/runtime": "^7.26.0",
73
- "@stylistic/eslint-plugin-ts": "^2.13.0",
70
+ "@babel/eslint-parser": "^7.26.8",
71
+ "@babel/runtime": "^7.26.7",
72
+ "@stylistic/eslint-plugin-ts": "^3.1.0",
74
73
  "@types/ejs": "^3.1.5",
75
74
  "@types/html-minifier": "^4.0.5",
76
75
  "@types/jsdom": "^21.1.7",
77
- "@types/node": "^22.10.6",
78
- "@types/react": "^19.0.7",
76
+ "@types/node": "^22.13.1",
77
+ "@types/react": "^19.0.8",
79
78
  "@types/react-dom": "^19.0.3",
80
- "@types/webpack-env": "^1.18.5",
81
- "@typescript-eslint/eslint-plugin": "^8.20.0",
82
- "@typescript-eslint/parser": "^8.20.0",
79
+ "@types/webpack-env": "^1.18.8",
80
+ "@typescript-eslint/eslint-plugin": "^8.24.0",
81
+ "@typescript-eslint/parser": "^8.24.0",
83
82
  "@webcomponents/webcomponentsjs": "^2.8.0",
84
- "clientnode": "^3.0.1256",
85
- "documentation-website": "^1.0.341",
86
- "eslint": "^9.18.0",
83
+ "clientnode": "^3.0.1271",
84
+ "documentation-website": "^1.0.343",
85
+ "eslint": "^9.20.1",
87
86
  "eslint-config-google": "^0.14.0",
88
- "eslint-plugin-jsdoc": "^50.6.1",
87
+ "eslint-plugin-jsdoc": "^50.6.3",
89
88
  "jest": "^29.7.0",
90
89
  "jsdoc": "^4.0.4",
91
90
  "prop-types": "^15.8.1",
92
91
  "react": "^19.0.0",
93
92
  "react-dom": "^19.0.0",
94
- "typescript-eslint": "^8.20.0",
95
- "weboptimizer": "^2.0.1553",
93
+ "typescript-eslint": "^8.24.0",
94
+ "weboptimizer": "^2.0.1561",
96
95
  "webpack-dev-server": "^5.2.0"
97
96
  },
98
97
  "peerDependencies": {
package/readme.md CHANGED
@@ -17,6 +17,7 @@ Project status
17
17
  [![npm downloads](https://img.shields.io/npm/dy/web-component-wrapper.svg?style=for-the-badge)](https://www.npmjs.com/package/web-component-wrapper)
18
18
 
19
19
  [![build](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/build.yaml?style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/build.yaml)
20
+ [![build push package](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/build-package-and-push.yaml?label=build%20push%20package&style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/build-package-and-push.yaml)
20
21
 
21
22
  [![check types](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/check-types.yaml?label=check%20types&style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/check-types.yaml)
22
23
  [![lint](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/lint.yaml?label=lint&style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/lint.yaml)