@blockquote-web-components/blockquote-controller-xstate 1.1.2 → 1.1.4

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/README.md CHANGED
@@ -16,7 +16,7 @@ This controller allows you to subscribe to an XState actor, updating a specified
16
16
 
17
17
  [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/oscarmarina/blockquote-web-components/tree/main/packages/controllers/blockquote-controller-xstate)
18
18
 
19
- [![Stately.ai](https://img.shields.io/badge/Stately.ai-black.svg)](https://stately.ai/registry/editor/154a7a42-9338-4cc0-8c0c-131c859d8349)
19
+ [![Open in Stately.ai](https://img.shields.io/badge/Open%20in%20Stately.ai-black.svg)](https://stately.ai/registry/editor/154a7a42-9338-4cc0-8c0c-131c859d8349)
20
20
 
21
21
  ### Usage
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockquote-web-components/blockquote-controller-xstate",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
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",
@@ -133,15 +133,15 @@
133
133
  },
134
134
  "dependencies": {
135
135
  "lit": "^3.1.1",
136
- "xstate": "^5.4.1"
136
+ "xstate": "^5.5.2"
137
137
  },
138
138
  "devDependencies": {
139
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.2",
140
- "@blockquote-web-components/blockquote-base-embedded-webview": "^1.6.4"
139
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.3",
140
+ "@blockquote-web-components/blockquote-base-embedded-webview": "^1.6.6"
141
141
  },
142
142
  "publishConfig": {
143
143
  "access": "public"
144
144
  },
145
145
  "customElements": "custom-elements.json",
146
- "gitHead": "928ddb66ba54a04161c09d295c9844683e735abf"
146
+ "gitHead": "7cab55d07987e71874de7ca265dac10c5ce070d6"
147
147
  }
@@ -19,7 +19,7 @@ import { createActor } from 'xstate';
19
19
  *
20
20
  * [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/oscarmarina/blockquote-web-components/tree/main/packages/controllers/blockquote-controller-xstate)
21
21
  *
22
- * [![Stately.ai](https://img.shields.io/badge/Stately.ai-black.svg)](https://stately.ai/registry/editor/154a7a42-9338-4cc0-8c0c-131c859d8349)
22
+ * [![Open in Stately.ai](https://img.shields.io/badge/Open%20in%20Stately.ai-black.svg)](https://stately.ai/registry/editor/154a7a42-9338-4cc0-8c0c-131c859d8349)
23
23
  *
24
24
  * ### Usage
25
25
  *