You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@tldraw/tlschema

Package Overview
Dependencies
Maintainers
4
Versions
2469
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/tlschema - npm Package Compare versions

Comparing version

to
2.0.0-canary.7b9d08c7

.tsbuild/index.d.ts

10

CHANGELOG.md
# @tldraw/tlschema
## 2.0.0-alpha.9
### Patch Changes
- Release day!
- Updated dependencies
- @tldraw/tlstore@2.0.0-alpha.9
- @tldraw/tlvalidate@2.0.0-alpha.8
- @tldraw/utils@2.0.0-alpha.8
## 2.0.0-alpha.8

@@ -4,0 +14,0 @@

23

package.json
{
"name": "@tldraw/tlschema",
"description": "A tiny little drawing app (schema).",
"version": "2.0.0-canary.6ec35e09e",
"version": "2.0.0-canary.7b9d08c7",
"author": {

@@ -28,4 +28,6 @@ "name": "tldraw GB Ltd.",

"main": "dist/cjs/index.js",
"types": "index.d.ts",
"files": [
"dist/**/*"
"dist/**/*",
"index.d.ts"
],

@@ -59,16 +61,9 @@ "scripts": {

"dependencies": {
"@tldraw/tlstore": "2.0.0-canary.6ec35e09e",
"@tldraw/tlvalidate": "2.0.0-canary.6ec35e09e",
"@tldraw/utils": "2.0.0-canary.6ec35e09e",
"@tldraw/tlstore": "2.0.0-canary.7b9d08c7",
"@tldraw/tlvalidate": "2.0.0-canary.7b9d08c7",
"@tldraw/utils": "2.0.0-canary.7b9d08c7",
"nanoid": "^3.0.0"
},
"module": "dist/esm/index.mjs",
"source": "src/index.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
},
"./*.css": "./*.css"
}
"module": "dist/esm/index.js",
"source": "src/index.ts"
}