@tldraw/store
Advanced tools
Comparing version 3.8.0-canary.30b73331b976 to 3.8.0-canary.31c9612cbedb
@@ -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, { | ||
IncrementalSetConstructor: () => import_IncrementalSetConstructor.IncrementalSetConstructor, | ||
@@ -44,3 +44,3 @@ MigrationFailureReason: () => import_migrate.MigrationFailureReason, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_utils = require("@tldraw/utils"); | ||
@@ -58,5 +58,5 @@ var import_IncrementalSetConstructor = require("./lib/IncrementalSetConstructor"); | ||
"@tldraw/store", | ||
"3.8.0-canary.30b73331b976", | ||
"3.8.0-canary.31c9612cbedb", | ||
"cjs" | ||
); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tldraw/store", | ||
"description": "A tiny little drawing app (store).", | ||
"version": "3.8.0-canary.30b73331b976", | ||
"version": "3.8.0-canary.31c9612cbedb", | ||
"author": { | ||
@@ -45,12 +45,12 @@ "name": "tldraw Inc.", | ||
"dependencies": { | ||
"@tldraw/state": "3.8.0-canary.30b73331b976", | ||
"@tldraw/utils": "3.8.0-canary.30b73331b976", | ||
"@tldraw/state": "3.8.0-canary.31c9612cbedb", | ||
"@tldraw/utils": "3.8.0-canary.31c9612cbedb", | ||
"lodash.isequal": "^4.5.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0" | ||
"react": "^18.2.0 || ^19.0.0" | ||
}, | ||
"devDependencies": { | ||
"@peculiar/webcrypto": "^1.4.0", | ||
"@types/lodash.isequal": "^4.5.6", | ||
"@peculiar/webcrypto": "^1.5.0", | ||
"@types/lodash.isequal": "^4.5.8", | ||
"lazyrepo": "0.0.0-alpha.27", | ||
@@ -57,0 +57,0 @@ "raf": "^3.4.1" |
Sorry, the diff of this file is not supported yet
793121
+ Added@tldraw/state@3.8.0-canary.31c9612cbedb(transitive)
+ Added@tldraw/utils@3.8.0-canary.31c9612cbedb(transitive)
+ Addedreact@19.0.0(transitive)
- Removed@tldraw/state@3.8.0-canary.30b73331b976(transitive)
- Removed@tldraw/utils@3.8.0-canary.30b73331b976(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)