web-component-wrapper 0.0.483 → 0.0.485
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/ReactWeb.js +0 -0
- package/ReactWebNext.js +0 -0
- package/Web.d.ts +0 -1
- package/Web.js +0 -0
- package/WebNext.js +0 -0
- package/decorator.js +0 -0
- package/decoratorNext.js +0 -0
- package/index.js +0 -0
- package/indexNext.js +0 -0
- package/package.json +32 -30
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.
|
|
3
|
+
"version": "0.0.485",
|
|
4
4
|
"description": "Generic web-component base class and framework specific wrapper.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"component",
|
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
"clear": "weboptimizer clear",
|
|
56
56
|
"document": "weboptimizer document",
|
|
57
57
|
"lint": "weboptimizer lint",
|
|
58
|
-
"postversion": "yarn publish --non-interactive; git push --tags && git push",
|
|
59
58
|
"prepare": "yarn build",
|
|
60
59
|
"serve": "weboptimizer serve",
|
|
61
60
|
"start": "yarn serve",
|
|
@@ -63,35 +62,36 @@
|
|
|
63
62
|
"test:browser": "yarn clear; weboptimizer test:browser",
|
|
64
63
|
"test:coverage": "yarn clear; weboptimizer test:coverage",
|
|
65
64
|
"test:coverage:report": "yarn clear; weboptimizer test:coverage:report",
|
|
66
|
-
"update": "yarn version
|
|
65
|
+
"update": "yarn version patch && yarn npm publish",
|
|
67
66
|
"update:documentation": "documentation-website",
|
|
68
67
|
"watch": "weboptimizer build --watch"
|
|
69
68
|
},
|
|
70
69
|
"runkitExample": "require('@babel/runtime/package.json')\n\nconst {Web} = require('web-component-wrapper')\n\nWeb.hasCode('<div>${expression}</div>')",
|
|
71
70
|
"devDependencies": {
|
|
72
|
-
"@babel/eslint-parser": "
|
|
73
|
-
"@
|
|
74
|
-
"@types/
|
|
75
|
-
"@types/
|
|
76
|
-
"@types/
|
|
77
|
-
"@types/
|
|
78
|
-
"@types/react
|
|
79
|
-
"@types/
|
|
80
|
-
"@
|
|
81
|
-
"@typescript-eslint/
|
|
82
|
-
"@
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"eslint
|
|
87
|
-
"eslint-
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"react
|
|
93
|
-
"
|
|
94
|
-
"
|
|
71
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
72
|
+
"@babel/runtime": "^7.24.0",
|
|
73
|
+
"@types/ejs": "^3.1.5",
|
|
74
|
+
"@types/html-minifier": "^4.0.5",
|
|
75
|
+
"@types/jsdom": "^21.1.6",
|
|
76
|
+
"@types/node": "^20.11.24",
|
|
77
|
+
"@types/react": "^18.2.63",
|
|
78
|
+
"@types/react-dom": "^18.2.20",
|
|
79
|
+
"@types/webpack-env": "^1.18.4",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
81
|
+
"@typescript-eslint/parser": "^7.1.1",
|
|
82
|
+
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
83
|
+
"clientnode": "^3.0.1138",
|
|
84
|
+
"documentation-website": "^1.0.326",
|
|
85
|
+
"eslint": "^8.57.0",
|
|
86
|
+
"eslint-config-google": "^0.14.0",
|
|
87
|
+
"eslint-plugin-jsdoc": "^48.2.0",
|
|
88
|
+
"jest": "^29.7.0",
|
|
89
|
+
"jsdoc": "^4.0.2",
|
|
90
|
+
"prop-types": "^15.8.1",
|
|
91
|
+
"react": "^18.2.0",
|
|
92
|
+
"react-dom": "^18.2.0",
|
|
93
|
+
"weboptimizer": "^2.0.1453",
|
|
94
|
+
"webpack-dev-server": "^5.0.2"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"@babel/runtime": "*",
|
|
@@ -119,8 +119,9 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"engines": {
|
|
122
|
-
"node": ">=
|
|
123
|
-
"npm": ">=
|
|
122
|
+
"node": ">=20",
|
|
123
|
+
"npm": ">=10",
|
|
124
|
+
"yarn": ">=4"
|
|
124
125
|
},
|
|
125
126
|
"resolutions": {
|
|
126
127
|
"colors": "1.4.0"
|
|
@@ -189,5 +190,6 @@
|
|
|
189
190
|
}
|
|
190
191
|
}
|
|
191
192
|
}
|
|
192
|
-
}
|
|
193
|
-
|
|
193
|
+
},
|
|
194
|
+
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
|
|
195
|
+
}
|