@excalidraw/excalidraw 0.18.0-de715913e → 0.18.0-f87f6d086
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.
|
@@ -397,7 +397,7 @@ declare class App extends React.Component<AppProps, AppState> {
|
|
|
397
397
|
*/
|
|
398
398
|
captureUpdate?: SceneData["captureUpdate"];
|
|
399
399
|
}) => void;
|
|
400
|
-
applyDeltas: (deltas: StoreDelta[], options?: ApplyToOptions) => [SceneElementsMap, AppState, boolean];
|
|
400
|
+
applyDeltas: (deltas: [StoreDelta, ...StoreDelta[]], options?: ApplyToOptions) => [SceneElementsMap, AppState, boolean];
|
|
401
401
|
mutateElement: <TElement extends Mutable<ExcalidrawElement>>(element: TElement, updates: ElementUpdate<TElement>, informMutation?: boolean) => TElement;
|
|
402
402
|
private triggerRender;
|
|
403
403
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@excalidraw/excalidraw",
|
|
3
|
-
"version": "0.18.0-
|
|
3
|
+
"version": "0.18.0-f87f6d086",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/types/excalidraw/index.d.ts",
|
|
6
6
|
"main": "./dist/prod/index.js",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@braintree/sanitize-url": "6.0.2",
|
|
82
|
-
"@excalidraw/common": "0.18.0-
|
|
83
|
-
"@excalidraw/element": "0.18.0-
|
|
84
|
-
"@excalidraw/math": "0.18.0-
|
|
82
|
+
"@excalidraw/common": "0.18.0-f87f6d086",
|
|
83
|
+
"@excalidraw/element": "0.18.0-f87f6d086",
|
|
84
|
+
"@excalidraw/math": "0.18.0-f87f6d086",
|
|
85
85
|
"@excalidraw/laser-pointer": "1.3.1",
|
|
86
86
|
"@excalidraw/mermaid-to-excalidraw": "1.1.2",
|
|
87
87
|
"@excalidraw/random-username": "1.1.0",
|