@tldraw/primitives
Advanced tools
Comparing version 2.0.0-canary.97774cc01 to 2.0.0-canary.a1eaf254
# @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.97774cc01", | ||
"version": "2.0.0-canary.a1eaf254", | ||
"author": { | ||
@@ -28,6 +28,4 @@ "name": "tldraw GB Ltd.", | ||
"main": "dist/cjs/index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist/**/*", | ||
"index.d.ts" | ||
"dist/**/*" | ||
], | ||
@@ -44,3 +42,3 @@ "scripts": { | ||
"dependencies": { | ||
"@tldraw/tlschema": "2.0.0-canary.97774cc01" | ||
"@tldraw/tlschema": "2.0.0-canary.a1eaf254" | ||
}, | ||
@@ -56,4 +54,10 @@ "jest": { | ||
}, | ||
"module": "dist/esm/index.js", | ||
"source": "src/index.ts" | ||
"module": "dist/esm/index.mjs", | ||
"source": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"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
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
130
6918
1
+ Added@tldraw/tlschema@2.0.0-canary.a1eaf254(transitive)
+ Added@tldraw/tlstore@2.0.0-canary.a1eaf254(transitive)
+ Added@tldraw/tlvalidate@2.0.0-canary.a1eaf254(transitive)
+ Added@tldraw/utils@2.0.0-canary.a1eaf254(transitive)
- Removed@tldraw/tlschema@2.0.0-canary.97774cc01(transitive)
- Removed@tldraw/tlstore@2.0.0-canary.97774cc01(transitive)
- Removed@tldraw/tlvalidate@2.0.0-canary.97774cc01(transitive)
- Removed@tldraw/utils@2.0.0-canary.97774cc01(transitive)