@blockquote-web-components/blockquote-controller-xstate 2.1.0 → 2.1.1
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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockquote-web-components/blockquote-controller-xstate",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "This controller allows you to subscribe to an XState actor, updating a specified reactive property whenever the state machine transitions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -136,12 +136,11 @@
|
|
|
136
136
|
"xstate": "^5.9.1"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
|
-
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.
|
|
140
|
-
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.10.
|
|
139
|
+
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.9.0",
|
|
140
|
+
"@blockquote-web-components/blockquote-base-embedded-webview": "^1.10.1"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": {
|
|
143
143
|
"access": "public"
|
|
144
144
|
},
|
|
145
|
-
"customElements": "custom-elements.json"
|
|
146
|
-
"gitHead": "4e3daa3414a4aa6eaf6cc0d792d3b86fa6fbb36b"
|
|
145
|
+
"customElements": "custom-elements.json"
|
|
147
146
|
}
|