@tldraw/state
Advanced tools
Comparing version 3.8.0-canary.0d2df5541b3c to 3.8.0-canary.0d9e251602bc
@@ -19,4 +19,4 @@ "use strict"; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
ArraySet: () => import_ArraySet.ArraySet, | ||
@@ -41,3 +41,3 @@ EMPTY_ARRAY: () => import_helpers2.EMPTY_ARRAY, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_utils = require("@tldraw/utils"); | ||
@@ -63,5 +63,5 @@ var import_helpers = require("./lib/helpers"); | ||
"@tldraw/state", | ||
"3.8.0-canary.0d2df5541b3c", | ||
"3.8.0-canary.0d9e251602bc", | ||
"cjs" | ||
); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tldraw/state", | ||
"description": "A tiny little drawing app (state).", | ||
"version": "3.8.0-canary.0d2df5541b3c", | ||
"version": "3.8.0-canary.0d9e251602bc", | ||
"author": { | ||
@@ -54,7 +54,7 @@ "name": "tldraw Inc.", | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.188", | ||
"@types/lodash": "^4.17.14", | ||
"lodash": "^4.17.21" | ||
}, | ||
"dependencies": { | ||
"@tldraw/utils": "3.8.0-canary.0d2df5541b3c" | ||
"@tldraw/utils": "3.8.0-canary.0d9e251602bc" | ||
}, | ||
@@ -61,0 +61,0 @@ "typedoc": { |
Sorry, the diff of this file is not supported yet
416585
+ Added@tldraw/utils@3.8.0-canary.0d9e251602bc(transitive)
- Removed@tldraw/utils@3.8.0-canary.0d2df5541b3c(transitive)