@spectrum-web-components/iconset 0.43.0 → 0.45.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/iconset",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.45.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -60,15 +60,15 @@
|
|
60
60
|
"lit-html"
|
61
61
|
],
|
62
62
|
"dependencies": {
|
63
|
-
"@spectrum-web-components/base": "^0.
|
63
|
+
"@spectrum-web-components/base": "^0.45.0"
|
64
64
|
},
|
65
65
|
"types": "./src/index.d.ts",
|
66
66
|
"customElements": "custom-elements.json",
|
67
|
-
"deprecationNotice": "@spectrum-web-components/iconset is deprecated and
|
67
|
+
"deprecationNotice": "@spectrum-web-components/iconset is deprecated and will be removed in the SWC 1.0 release.",
|
68
68
|
"sideEffects": [
|
69
69
|
"./src/index.js",
|
70
70
|
"./stories/icons-demo.js",
|
71
71
|
"./**/*.dev.js"
|
72
72
|
],
|
73
|
-
"gitHead": "
|
73
|
+
"gitHead": "8cfbac84735f6b97180d39150b4849f0aa1f1a45"
|
74
74
|
}
|