@tldraw/primitives
Advanced tools
Comparing version 2.0.0-canary.4c26aed66 to 2.0.0-canary.641b09b9
# @tldraw/primitives | ||
## 2.0.0-alpha.11 | ||
### Patch Changes | ||
- fix some package build scripting | ||
- Updated dependencies | ||
- @tldraw/tlschema@2.0.0-alpha.11 | ||
## 2.0.0-alpha.10 | ||
### Patch Changes | ||
- 4b4399b6e: redeploy with yarn to prevent package version issues | ||
- Updated dependencies [4b4399b6e] | ||
- @tldraw/tlschema@2.0.0-alpha.10 | ||
## 2.0.0-alpha.9 | ||
### Patch Changes | ||
- Release day! | ||
- Updated dependencies | ||
- @tldraw/tlschema@2.0.0-alpha.9 | ||
## 2.0.0-alpha.8 | ||
@@ -4,0 +28,0 @@ |
@@ -29,4 +29,4 @@ "use strict"; | ||
module.exports = __toCommonJS(Box2d_exports); | ||
var import_Vec2d = require("../Vec2d"); | ||
var import_utils = require("../utils"); | ||
var import_Vec2d = require("../Vec2d"); | ||
class Box2d { | ||
@@ -33,0 +33,0 @@ constructor(x = 0, y = 0, w = 0, h = 0) { |
@@ -21,10 +21,10 @@ "use strict"; | ||
__reExport(lib_exports, require("./CubicSpline2d"), module.exports); | ||
__reExport(lib_exports, require("./LineSegment2d"), module.exports); | ||
__reExport(lib_exports, require("./Matrix2d"), module.exports); | ||
__reExport(lib_exports, require("./Polyline2d"), module.exports); | ||
__reExport(lib_exports, require("./Vec2d"), module.exports); | ||
__reExport(lib_exports, require("./easings"), module.exports); | ||
__reExport(lib_exports, require("./freehand"), module.exports); | ||
__reExport(lib_exports, require("./intersect"), module.exports); | ||
__reExport(lib_exports, require("./LineSegment2d"), module.exports); | ||
__reExport(lib_exports, require("./Matrix2d"), module.exports); | ||
__reExport(lib_exports, require("./Polyline2d"), module.exports); | ||
__reExport(lib_exports, require("./utils"), module.exports); | ||
__reExport(lib_exports, require("./Vec2d"), module.exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tldraw/primitives", | ||
"description": "A tiny little drawing app (primitives).", | ||
"version": "2.0.0-canary.4c26aed66", | ||
"version": "2.0.0-canary.641b09b9", | ||
"author": { | ||
@@ -41,3 +41,3 @@ "name": "tldraw GB Ltd.", | ||
"dependencies": { | ||
"@tldraw/tlschema": "2.0.0-canary.4c26aed66" | ||
"@tldraw/tlschema": "2.0.0-canary.641b09b9" | ||
}, | ||
@@ -56,5 +56,7 @@ "jest": { | ||
"exports": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
590196
0
+ Added@tldraw/tlschema@2.0.0-canary.641b09b9(transitive)
+ Added@tldraw/tlstore@2.0.0-canary.641b09b9(transitive)
+ Added@tldraw/tlvalidate@2.0.0-canary.641b09b9(transitive)
+ Added@tldraw/utils@2.0.0-canary.641b09b9(transitive)
- Removed@tldraw/tlschema@2.0.0-canary.4c26aed66(transitive)
- Removed@tldraw/tlstore@2.0.0-canary.4c26aed66(transitive)
- Removed@tldraw/tlvalidate@2.0.0-canary.4c26aed66(transitive)
- Removed@tldraw/utils@2.0.0-canary.4c26aed66(transitive)