@blockprotocol/hook
Advanced tools
Comparing version 0.0.1-canary.4 to 0.0.1-canary.5
@@ -135,2 +135,3 @@ "use strict"; | ||
}; | ||
hookRef.current = hook; | ||
messageQueue.current = teardownPromise.then(() => { | ||
@@ -137,0 +138,0 @@ return service |
@@ -130,2 +130,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
hookRef.current = hook; | ||
messageQueue.current = teardownPromise.then(() => { | ||
@@ -132,0 +133,0 @@ return service |
{ | ||
"name": "@blockprotocol/hook", | ||
"version": "0.0.1-canary.4", | ||
"version": "0.0.1-canary.5", | ||
"description": "Implementation of the Block Protocol Hook service specification for blocks and embedding applications", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59757
967