@blockprotocol/core
Advanced tools
Comparing version 0.1.2 to 0.1.3-canary-20230413145831
@@ -5,2 +5,3 @@ "use strict"; | ||
const uuid_1 = require("uuid"); | ||
window.bpCoreInstanceMap ?? (window.bpCoreInstanceMap = new WeakMap()); | ||
/** | ||
@@ -257,3 +258,3 @@ * Implements the Block Protocol Core Specification, i.e.: | ||
*/ | ||
CoreHandler.instanceMap = new WeakMap(); | ||
CoreHandler.instanceMap = window.bpCoreInstanceMap; | ||
//# sourceMappingURL=core-handler.js.map |
import { v4 as uuid } from "uuid"; | ||
window.bpCoreInstanceMap ?? (window.bpCoreInstanceMap = new WeakMap()); | ||
/** | ||
@@ -252,3 +253,3 @@ * Implements the Block Protocol Core Specification, i.e.: | ||
*/ | ||
CoreHandler.instanceMap = new WeakMap(); | ||
CoreHandler.instanceMap = window.bpCoreInstanceMap; | ||
//# sourceMappingURL=core-handler.js.map |
{ | ||
"name": "@blockprotocol/core", | ||
"version": "0.1.2", | ||
"version": "0.1.3-canary-20230413145831", | ||
"description": "Implementation of the Block Protocol Core 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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
280312
2743