blockprotocol
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -53,2 +53,6 @@ // ---------------------------- UTILITIES ----------------------------- // | ||
/** | ||
* URL of a web socket that reports updates in locally developed blocks. To be used by EAs to auto reload. | ||
*/ | ||
devReloadEndpoint?: string | null; | ||
/** | ||
* The display name used for a block | ||
@@ -55,0 +59,0 @@ */ |
{ | ||
"name": "blockprotocol", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "TypeScript typings for https://blockprotocol.org developers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
16577
454