@spectrum-web-components/underlay 0.34.1-rc.0 → 0.35.0
Sign up to get free protection for your applications and to get access to all the features.
- package/custom-elements.json +3 -3
- package/package.json +3 -3
package/custom-elements.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"modules": [
|
5
5
|
{
|
6
6
|
"kind": "javascript-module",
|
7
|
-
"path": "sp-underlay.
|
7
|
+
"path": "sp-underlay.js",
|
8
8
|
"declarations": [],
|
9
9
|
"exports": [
|
10
10
|
{
|
@@ -19,7 +19,7 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"kind": "javascript-module",
|
22
|
-
"path": "src/Underlay.
|
22
|
+
"path": "src/Underlay.js",
|
23
23
|
"declarations": [
|
24
24
|
{
|
25
25
|
"kind": "class",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"name": "Underlay",
|
63
63
|
"declaration": {
|
64
64
|
"name": "Underlay",
|
65
|
-
"module": "src/Underlay.
|
65
|
+
"module": "src/Underlay.js"
|
66
66
|
}
|
67
67
|
}
|
68
68
|
]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/underlay",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.35.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"lit-html"
|
58
58
|
],
|
59
59
|
"dependencies": {
|
60
|
-
"@spectrum-web-components/base": "^0.
|
60
|
+
"@spectrum-web-components/base": "^0.35.0"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
63
|
"@spectrum-css/underlay": "^2.0.52"
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"./sp-*.js",
|
69
69
|
"./**/*.dev.js"
|
70
70
|
],
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "1ee5a6c92838cdf48321276d97f61c20f8476ac1"
|
72
72
|
}
|