@blockquote-web-components/blockquote-base-style-helpers 1.0.16 → 1.0.17
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 +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockquote-web-components/blockquote-base-style-helpers",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "Webcomponent blockquote-base-style-helpers following open-wc recommendations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
".": {
|
|
15
15
|
"default": "./index.js"
|
|
16
16
|
},
|
|
17
|
-
"./package.json":
|
|
17
|
+
"./package.json": {
|
|
18
|
+
"default": "./package.json"
|
|
19
|
+
},
|
|
18
20
|
"./src/getComponentSharedStyles.js": {
|
|
19
21
|
"default": "./src/getComponentSharedStyles.js"
|
|
20
22
|
},
|
|
@@ -137,16 +139,16 @@
|
|
|
137
139
|
}
|
|
138
140
|
},
|
|
139
141
|
"dependencies": {
|
|
140
|
-
"@blockquote-web-components/blockquote-base-meta": "^1.0.
|
|
142
|
+
"@blockquote-web-components/blockquote-base-meta": "^1.0.19",
|
|
141
143
|
"lit": "^2.0.2"
|
|
142
144
|
},
|
|
143
145
|
"devDependencies": {
|
|
144
|
-
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.4.
|
|
145
|
-
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.4.
|
|
146
|
+
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.4.2",
|
|
147
|
+
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.4.1"
|
|
146
148
|
},
|
|
147
149
|
"publishConfig": {
|
|
148
150
|
"access": "public"
|
|
149
151
|
},
|
|
150
152
|
"customElements": "custom-elements.json",
|
|
151
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "66c59383666d74cc2f3d0b1e1655e820027a6d5e"
|
|
152
154
|
}
|