Skip to content

Commit

Permalink
Merge pull request #12 from statelyai/mellson/sky-inspector
Browse files Browse the repository at this point in the history
createSkyInspector
  • Loading branch information
davidkpiano committed Feb 9, 2024
2 parents 33b3512 + 115fc46 commit dadc388
Show file tree
Hide file tree
Showing 8 changed files with 427 additions and 331 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-pianos-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@statelyai/inspect': patch
---

Adds `createSkyInspector`, which allows you to inspect machines in Node or the browser. The inspection will send the events to a server backend through websockets and allows you to open and share a live inspection URL.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.2",
"@types/jsdom": "^21.1.6",
"@types/uuid": "^9.0.8",
"jsdom": "^23.0.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
Expand All @@ -17,7 +18,11 @@
"author": "David Khourshid <davidkpiano@gmail.com>",
"license": "MIT",
"dependencies": {
"fast-safe-stringify": "^2.1.1",
"isomorphic-ws": "^5.0.0",
"partysocket": "^0.0.25",
"superjson": "^1",
"uuid": "^9.0.1",
"safe-stable-stringify": "^2.4.3"
},
"peerDependencies": {
Expand All @@ -30,7 +35,8 @@
"prepublishOnly": "tsup src/index.ts --dts",
"changeset": "changeset",
"release": "changeset publish",
"version": "changeset version"
"version": "changeset version",
"dev": "yarn build && ./scripts/dev.sh"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit dadc388

Please sign in to comment.