@tldraw/driver 5.2.0-canary.ff23978d50f6 → 5.2.0-canary.fff413eea248

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -114,6 +114,12 @@ These methods work in page coordinates and handle the screen-space conversion in
114
114
  | ----------- | -------------------------------------------- |
115
115
  | `dispose()` | Remove side-effect handlers. Call when done. |
116
116
 
117
+ ## Documentation
118
+
119
+ Documentation for the most recent release can be found on [tldraw.dev/docs](https://tldraw.dev/docs), including [reference docs](https://tldraw.dev/reference/editor/Editor). Our release notes can be found [here](https://tldraw.dev/releases).
120
+
121
+ For more agent-friendly docs, see our [LLMs.txt](https://tldraw.dev/llms.txt).
122
+
117
123
  ## License
118
124
 
119
125
  See [LICENSE.md](../../LICENSE.md).
package/dist-cjs/index.js CHANGED
@@ -25,7 +25,7 @@ var import_utils = require("@tldraw/utils");
25
25
  var import_Driver = require("./lib/Driver");
26
26
  (0, import_utils.registerTldrawLibraryVersion)(
27
27
  "@tldraw/driver",
28
- "5.2.0-canary.ff23978d50f6",
28
+ "5.2.0-canary.fff413eea248",
29
29
  "cjs"
30
30
  );
31
31
  //# sourceMappingURL=index.js.map
@@ -2,7 +2,7 @@ import { registerTldrawLibraryVersion } from "@tldraw/utils";
2
2
  import { Driver } from "./lib/Driver.mjs";
3
3
  registerTldrawLibraryVersion(
4
4
  "@tldraw/driver",
5
- "5.2.0-canary.ff23978d50f6",
5
+ "5.2.0-canary.fff413eea248",
6
6
  "esm"
7
7
  );
8
8
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/driver",
3
3
  "description": "Imperative API for driving the tldraw editor programmatically.",
4
- "version": "5.2.0-canary.ff23978d50f6",
4
+ "version": "5.2.0-canary.fff413eea248",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -35,12 +35,12 @@
35
35
  "lint": "yarn run -T tsx ../../internal/scripts/lint.ts"
36
36
  },
37
37
  "dependencies": {
38
- "@tldraw/editor": "5.2.0-canary.ff23978d50f6",
39
- "@tldraw/utils": "5.2.0-canary.ff23978d50f6"
38
+ "@tldraw/editor": "5.2.0-canary.fff413eea248",
39
+ "@tldraw/utils": "5.2.0-canary.fff413eea248"
40
40
  },
41
41
  "devDependencies": {
42
42
  "lazyrepo": "0.0.0-alpha.27",
43
- "vitest": "^3.2.4"
43
+ "vitest": "^4.1.7"
44
44
  },
45
45
  "module": "dist-esm/index.mjs",
46
46
  "source": "src/index.ts",