web-component-wrapper 0.0.511 → 0.0.513

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.511",
3
+ "version": "0.0.513",
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.25.9",
72
- "@babel/runtime": "^7.26.0",
73
- "@stylistic/eslint-plugin-ts": "^2.12.1",
70
+ "@babel/eslint-parser": "^7.26.5",
71
+ "@babel/runtime": "^7.26.7",
72
+ "@stylistic/eslint-plugin-ts": "^3.0.1",
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.2",
78
- "@types/react": "^19.0.2",
79
- "@types/react-dom": "^19.0.2",
80
- "@types/webpack-env": "^1.18.5",
81
- "@typescript-eslint/eslint-plugin": "^8.18.2",
82
- "@typescript-eslint/parser": "^8.18.2",
76
+ "@types/node": "^22.12.0",
77
+ "@types/react": "^19.0.8",
78
+ "@types/react-dom": "^19.0.3",
79
+ "@types/webpack-env": "^1.18.8",
80
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
81
+ "@typescript-eslint/parser": "^8.22.0",
83
82
  "@webcomponents/webcomponentsjs": "^2.8.0",
84
- "clientnode": "^3.0.1255",
85
- "documentation-website": "^1.0.341",
86
- "eslint": "^9.17.0",
83
+ "clientnode": "^3.0.1269",
84
+ "documentation-website": "^1.0.342",
85
+ "eslint": "^9.19.0",
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.18.2",
95
- "weboptimizer": "^2.0.1552",
93
+ "typescript-eslint": "^8.22.0",
94
+ "weboptimizer": "^2.0.1559",
96
95
  "webpack-dev-server": "^5.2.0"
97
96
  },
98
97
  "peerDependencies": {
@@ -196,5 +195,5 @@
196
195
  }
197
196
  }
198
197
  },
199
- "packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
198
+ "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
200
199
  }
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)