Skip to content

Commit dfcbce1

Browse files
authored
Merge branch 'statelyai:main' into feature/xstate-lit
2 parents eb66d11 + 11c781f commit dfcbce1

305 files changed

Lines changed: 37359 additions & 10266 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset-xstate-test-beta/all-quick-lizards-burn.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset-xstate-test-beta/config.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset-xstate-test-beta/graph-angry-seals-sin.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.changeset-xstate-test-beta/graph-grumpy-planes-protect.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.changeset-xstate-test-beta/graph-popular-clocks-melt.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset-xstate-test-beta/pre.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

.changeset/config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"linked": [],
66
"access": "public",
77
"baseBranch": "main",
8-
"ignore": [
9-
"@xstate/immer",
10-
"@xstate/graph",
11-
"@xstate/inspect",
12-
"@xstate/test"
13-
],
8+
"ignore": ["@xstate/immer", "@xstate/inspect"],
149
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1510
"onlyUpdatePeerDependentsWhenOutOfRange": true,
1611
"useCalculatedVersionForSnapshots": true

.codesandbox/ci.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ docs/.cache
5353

5454
# Docs
5555
api/
56+
57+
# pnpm
58+
.pnpm-lock.yaml

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,11 @@ Read [📽 the slides](http://slides.com/davidkhourshid/finite-state-machines) (
184184
| Package | Description |
185185
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
186186
| 🤖 `xstate` | Core finite state machine and statecharts library + interpreter |
187-
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/main/packages/xstate-graph) | Graph traversal utilities for XState |
187+
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/main/packages/xstate-graph) | Graph traversal and model-based testing utilities using XState |
188188
| [⚛️ `@xstate/react`](https://github.com/statelyai/xstate/tree/main/packages/xstate-react) | React hooks and utilities for using XState in React applications |
189189
| [💚 `@xstate/vue`](https://github.com/statelyai/xstate/tree/main/packages/xstate-vue) | Vue composition functions and utilities for using XState in Vue applications |
190190
| [🎷 `@xstate/svelte`](https://github.com/statelyai/xstate/tree/main/packages/xstate-svelte) | Svelte utilities for using XState in Svelte applications |
191191
| [🥏 `@xstate/solid`](https://github.com/statelyai/xstate/tree/main/packages/xstate-solid) | Solid hooks and utilities for using XState in Solid applications |
192-
| [`@xstate/test`](https://github.com/statelyai/xstate/tree/main/packages/xstate-test) | Model-Based-Testing utilities (using XState) for testing any software |
193192
| [🔍 `@xstate/inspect`](https://github.com/statelyai/xstate/tree/main/packages/xstate-inspect) | Inspection utilities for XState |
194193

195194
## Finite State Machines

0 commit comments

Comments
 (0)