@flowgram.ai/document 0.4.6 → 0.4.7
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/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/esm/index.js
CHANGED
|
@@ -1177,7 +1177,7 @@ var FlowDocumentTransformerEntity = class extends ConfigEntity {
|
|
|
1177
1177
|
FlowDocumentTransformerEntity.type = "FlowDocumentTransformerEntity";
|
|
1178
1178
|
|
|
1179
1179
|
// src/entities/flow-renderer-state-entity.ts
|
|
1180
|
-
import { debounce } from "lodash";
|
|
1180
|
+
import { debounce } from "lodash-es";
|
|
1181
1181
|
import { ConfigEntity as ConfigEntity2 } from "@flowgram.ai/core";
|
|
1182
1182
|
var FlowRendererStateEntity = class extends ConfigEntity2 {
|
|
1183
1183
|
getDefaultConfig() {
|
|
@@ -1238,7 +1238,7 @@ var FlowRendererStateEntity = class extends ConfigEntity2 {
|
|
|
1238
1238
|
FlowRendererStateEntity.type = "FlowRendererStateEntity";
|
|
1239
1239
|
|
|
1240
1240
|
// src/flow-document.ts
|
|
1241
|
-
import { omit } from "lodash";
|
|
1241
|
+
import { omit } from "lodash-es";
|
|
1242
1242
|
import { inject as inject2, injectable as injectable2, multiInject, optional as optional2, postConstruct } from "inversify";
|
|
1243
1243
|
import { Emitter as Emitter5 } from "@flowgram.ai/utils";
|
|
1244
1244
|
import { EntityManager } from "@flowgram.ai/core";
|