@dwelle/excalidraw 0.3.65 → 0.3.66

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dwelle/excalidraw",
3
- "version": "0.3.65",
3
+ "version": "0.3.66",
4
4
  "main": "main.js",
5
5
  "types": "types/packages/excalidraw/index.d.ts",
6
6
  "files": [
@@ -142,3 +142,6 @@ export declare const VERTICAL_ALIGN: {
142
142
  BOTTOM: string;
143
143
  };
144
144
  export declare const ELEMENT_READY_TO_ERASE_OPACITY = 20;
145
+ export declare const COOKIES: {
146
+ readonly AUTH_STATE_COOKIE: "excplus-auth";
147
+ };