Rename tlstore to store (#1507)

This PR renames the `@tldraw/tlstore` package to `@tldraw/store`, mainly
to avoid confusion between `TLStore`. Will be doing the same with other
packages.

### Change Type

- [x] `major` — Breaking Change

### Release Notes

- Replace @tldraw/tlstore with @tldraw/store
This commit is contained in:
Steve Ruiz 2023-06-03 09:59:04 +01:00 committed by GitHub
parent 7307282f1f
commit c1b84bf246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
92 changed files with 99 additions and 99 deletions

View file

@ -1,3 +1,4 @@
import { Migrations, Store, StoreSnapshot } from '@tldraw/store'
import {
InstanceRecordType,
TLDOCUMENT_ID,
@ -6,7 +7,6 @@ import {
TLStore,
createTLSchema,
} from '@tldraw/tlschema'
import { Migrations, Store, StoreSnapshot } from '@tldraw/tlstore'
import { TLShapeUtilConstructor } from '../app/shapeutils/TLShapeUtil'
/** @public */