@tldraw/validate
Advanced tools
Comparing version 3.8.0-canary.1918a14afd3e to 3.8.0-canary.1a9d6883dd94
@@ -29,4 +29,4 @@ "use strict"; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
ArrayOfValidator: () => import_validation.ArrayOfValidator, | ||
@@ -39,3 +39,3 @@ DictValidator: () => import_validation.DictValidator, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_utils = require("@tldraw/utils"); | ||
@@ -46,5 +46,5 @@ var T = __toESM(require("./lib/validation")); | ||
"@tldraw/validate", | ||
"3.8.0-canary.1918a14afd3e", | ||
"3.8.0-canary.1a9d6883dd94", | ||
"cjs" | ||
); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tldraw/validate", | ||
"description": "A runtime validation library by tldraw.", | ||
"version": "3.8.0-canary.1918a14afd3e", | ||
"version": "3.8.0-canary.1a9d6883dd94", | ||
"author": { | ||
@@ -45,3 +45,3 @@ "name": "tldraw Inc.", | ||
"dependencies": { | ||
"@tldraw/utils": "3.8.0-canary.1918a14afd3e" | ||
"@tldraw/utils": "3.8.0-canary.1a9d6883dd94" | ||
}, | ||
@@ -48,0 +48,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
233203
+ Added@tldraw/utils@3.8.0-canary.1a9d6883dd94(transitive)
- Removed@tldraw/utils@3.8.0-canary.1918a14afd3e(transitive)