@tldraw/state
Advanced tools
Comparing version 2.0.0-canary.5174d3f466dd to 2.0.0-canary.5c095e0b7e03
@@ -0,1 +1,13 @@ | ||
# v2.0.0-alpha.14 (Tue Jul 04 2023) | ||
#### 🐛 Bug Fix | ||
- [fix] rename `global` in @tldraw/state to avoid collissions [#1672](https://github.com/tldraw/tldraw/pull/1672) ([@steveruizok](https://github.com/steveruizok)) | ||
#### Authors: 1 | ||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) | ||
--- | ||
# v2.0.0-alpha.13 (Wed Jun 28 2023) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@tldraw/state", | ||
"description": "A tiny little drawing app (state).", | ||
"version": "2.0.0-canary.5174d3f466dd", | ||
"version": "2.0.0-canary.5c095e0b7e03", | ||
"packageManager": "yarn@3.5.0", | ||
@@ -53,3 +53,3 @@ "author": { | ||
"transformIgnorePatterns": [ | ||
"node_modules/(?!(nanoid|escape-string-regexp)/)" | ||
"node_modules/(?!(nanoid)/)" | ||
] | ||
@@ -56,0 +56,0 @@ }, |
419954