@tldraw/utils
Advanced tools
Comparing version 3.6.0 to 3.7.0-canary.0d410e3f96b2
@@ -84,2 +84,4 @@ import { default as throttle } from 'lodash.throttle'; | ||
/* Excluded from this release type: ExecutionQueue */ | ||
/* Excluded from this release type: exhaustiveSwitchError */ | ||
@@ -487,2 +489,4 @@ | ||
/* Excluded from this release type: retry */ | ||
/** | ||
@@ -489,0 +493,0 @@ * Seeded random number generator, using [xorshift](https://en.wikipedia.org/wiki/Xorshift). The |
@@ -34,2 +34,3 @@ "use strict"; | ||
DEFAULT_SUPPORT_VIDEO_TYPES: () => import_media.DEFAULT_SUPPORT_VIDEO_TYPES, | ||
ExecutionQueue: () => import_ExecutionQueue.ExecutionQueue, | ||
FileHelpers: () => import_file.FileHelpers, | ||
@@ -104,2 +105,3 @@ Image: () => import_network.Image, | ||
restoreUniqueId: () => import_id.restoreUniqueId, | ||
retry: () => import_retry.retry, | ||
rng: () => import_number.rng, | ||
@@ -127,2 +129,3 @@ rotateArray: () => import_array.rotateArray, | ||
var import_lodash2 = __toESM(require("lodash.uniq")); | ||
var import_ExecutionQueue = require("./lib/ExecutionQueue"); | ||
var import_PerformanceTracker = require("./lib/PerformanceTracker"); | ||
@@ -147,2 +150,3 @@ var import_array = require("./lib/array"); | ||
var import_reordering = require("./lib/reordering"); | ||
var import_retry = require("./lib/retry"); | ||
var import_sort = require("./lib/sort"); | ||
@@ -159,5 +163,5 @@ var import_storage = require("./lib/storage"); | ||
"@tldraw/utils", | ||
"3.6.0", | ||
"3.7.0-canary.0d410e3f96b2", | ||
"cjs" | ||
); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tldraw/utils", | ||
"description": "A tiny little drawing app (private utilities).", | ||
"version": "3.6.0", | ||
"version": "3.7.0-canary.0d410e3f96b2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "tldraw Inc.", |
@@ -5,2 +5,3 @@ import { registerTldrawLibraryVersion } from './lib/version' | ||
export { default as uniq } from 'lodash.uniq' | ||
export { ExecutionQueue } from './lib/ExecutionQueue' | ||
export { PerformanceTracker } from './lib/PerformanceTracker' | ||
@@ -71,2 +72,3 @@ export { | ||
} from './lib/reordering' | ||
export { retry } from './lib/retry' | ||
export { sortById } from './lib/sort' | ||
@@ -73,0 +75,0 @@ export { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
529365
194
7915
1
1