web-component-wrapper 0.0.419 → 0.0.420
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 +1 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-component-wrapper",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.420",
|
4
4
|
"description": "Generic web-component base class and framework specific wrapper.",
|
5
5
|
"keywords": [
|
6
6
|
"component",
|
@@ -123,7 +123,6 @@
|
|
123
123
|
"npm": ">=8"
|
124
124
|
},
|
125
125
|
"resolutions": {
|
126
|
-
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
|
127
126
|
"colors": "1.4.0"
|
128
127
|
},
|
129
128
|
"sideEffects": false,
|
@@ -190,8 +189,5 @@
|
|
190
189
|
}
|
191
190
|
}
|
192
191
|
}
|
193
|
-
},
|
194
|
-
"dependencies": {
|
195
|
-
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz"
|
196
192
|
}
|
197
193
|
}
|