web-component-wrapper 0.0.482 → 0.0.484

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.d.ts CHANGED
@@ -161,7 +161,6 @@ export declare class Web<TElement = HTMLElement, ExternalProperties extends Mapp
161
161
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
162
162
  /**
163
163
  * Updates given attribute representation.
164
- * NOTE: Does not update attribute, property or event bindings yet.
165
164
  * @param name - Attribute name which was updates.
166
165
  * @param newValue - New updated value.
167
166
  *
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.482",
3
+ "version": "0.0.484",
4
4
  "description": "Generic web-component base class and framework specific wrapper.",
5
5
  "keywords": [
6
6
  "component",
@@ -63,35 +63,36 @@
63
63
  "test:browser": "yarn clear; weboptimizer test:browser",
64
64
  "test:coverage": "yarn clear; weboptimizer test:coverage",
65
65
  "test:coverage:report": "yarn clear; weboptimizer test:coverage:report",
66
- "update": "yarn version --patch",
66
+ "update": "yarn version patch && yarn npm publish",
67
67
  "update:documentation": "documentation-website",
68
68
  "watch": "weboptimizer build --watch"
69
69
  },
70
70
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {Web} = require('web-component-wrapper')\n\nWeb.hasCode('<div>${expression}</div>')",
71
71
  "devDependencies": {
72
- "@babel/eslint-parser": "*",
73
- "@types/ejs": "*",
74
- "@types/html-minifier": "*",
75
- "@types/jsdom": "*",
76
- "@types/node": "*",
77
- "@types/react": "*",
78
- "@types/react-dom": "*",
79
- "@types/webpack-env": "*",
80
- "@typescript-eslint/eslint-plugin": "*",
81
- "@typescript-eslint/parser": "*",
82
- "@webcomponents/webcomponentsjs": "*",
83
- "clientnode": "*",
84
- "documentation-website": "*",
85
- "eslint": "*",
86
- "eslint-config-google": "*",
87
- "eslint-plugin-jsdoc": "*",
88
- "jest": "*",
89
- "jsdoc": "*",
90
- "prop-types": "*",
91
- "react": "*",
92
- "react-dom": "*",
93
- "weboptimizer": "*",
94
- "webpack-dev-server": "*"
72
+ "@babel/eslint-parser": "^7.23.10",
73
+ "@babel/runtime": "^7.24.0",
74
+ "@types/ejs": "^3.1.5",
75
+ "@types/html-minifier": "^4.0.5",
76
+ "@types/jsdom": "^21.1.6",
77
+ "@types/node": "^20.11.24",
78
+ "@types/react": "^18.2.61",
79
+ "@types/react-dom": "^18.2.19",
80
+ "@types/webpack-env": "^1.18.4",
81
+ "@typescript-eslint/eslint-plugin": "^7.1.0",
82
+ "@typescript-eslint/parser": "^7.1.0",
83
+ "@webcomponents/webcomponentsjs": "^2.8.0",
84
+ "clientnode": "^3.0.1136",
85
+ "documentation-website": "^1.0.326",
86
+ "eslint": "^8.57.0",
87
+ "eslint-config-google": "^0.14.0",
88
+ "eslint-plugin-jsdoc": "^48.2.0",
89
+ "jest": "^29.7.0",
90
+ "jsdoc": "^4.0.2",
91
+ "prop-types": "^15.8.1",
92
+ "react": "^18.2.0",
93
+ "react-dom": "^18.2.0",
94
+ "weboptimizer": "^2.0.1452",
95
+ "webpack-dev-server": "^5.0.2"
95
96
  },
96
97
  "peerDependencies": {
97
98
  "@babel/runtime": "*",
@@ -119,8 +120,9 @@
119
120
  }
120
121
  },
121
122
  "engines": {
122
- "node": ">=18",
123
- "npm": ">=9"
123
+ "node": ">=20",
124
+ "npm": ">=10",
125
+ "yarn": ">=4"
124
126
  },
125
127
  "resolutions": {
126
128
  "colors": "1.4.0"
@@ -189,5 +191,6 @@
189
191
  }
190
192
  }
191
193
  }
192
- }
193
- }
194
+ },
195
+ "packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
196
+ }