@flowgram.ai/variable-core 0.4.5 → 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 +5 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/esm/index.js
CHANGED
|
@@ -255,7 +255,7 @@ var ASTKind = /* @__PURE__ */ ((ASTKind2) => {
|
|
|
255
255
|
})(ASTKind || {});
|
|
256
256
|
|
|
257
257
|
// src/ast/ast-registers.ts
|
|
258
|
-
import { omit } from "lodash";
|
|
258
|
+
import { omit } from "lodash-es";
|
|
259
259
|
import { injectable as injectable2 } from "inversify";
|
|
260
260
|
|
|
261
261
|
// src/ast/utils/inversify.ts
|
|
@@ -751,7 +751,7 @@ var MapType = class extends BaseType {
|
|
|
751
751
|
MapType.kind = "Map" /* Map */;
|
|
752
752
|
|
|
753
753
|
// src/ast/type/object.ts
|
|
754
|
-
import { xor } from "lodash";
|
|
754
|
+
import { xor } from "lodash-es";
|
|
755
755
|
var ObjectType = class extends BaseType {
|
|
756
756
|
constructor() {
|
|
757
757
|
super(...arguments);
|
|
@@ -1035,7 +1035,7 @@ EnumerateExpression.kind = "EnumerateExpression" /* EnumerateExpression */;
|
|
|
1035
1035
|
import { shallowEqual as shallowEqual4 } from "fast-equals";
|
|
1036
1036
|
|
|
1037
1037
|
// src/ast/utils/expression.ts
|
|
1038
|
-
import { intersection } from "lodash";
|
|
1038
|
+
import { intersection } from "lodash-es";
|
|
1039
1039
|
function getAllRefs(ast) {
|
|
1040
1040
|
return getAllChildren(ast).filter((_child) => _child.flags & 4 /* Expression */).map((_child) => _child.refs).flat().filter(Boolean);
|
|
1041
1041
|
}
|
|
@@ -1709,7 +1709,7 @@ import {
|
|
|
1709
1709
|
switchMap as switchMap3,
|
|
1710
1710
|
tap as tap2
|
|
1711
1711
|
} from "rxjs";
|
|
1712
|
-
import { flatten } from "lodash";
|
|
1712
|
+
import { flatten } from "lodash-es";
|
|
1713
1713
|
import { shallowEqual as shallowEqual7 } from "fast-equals";
|
|
1714
1714
|
import { Disposable as Disposable3 } from "@flowgram.ai/utils";
|
|
1715
1715
|
import { Emitter as Emitter2 } from "@flowgram.ai/utils";
|
|
@@ -2082,7 +2082,7 @@ VariableEngine = __decorateClass([
|
|
|
2082
2082
|
], VariableEngine);
|
|
2083
2083
|
|
|
2084
2084
|
// src/services/variable-field-key-rename-service.ts
|
|
2085
|
-
import { difference } from "lodash";
|
|
2085
|
+
import { difference } from "lodash-es";
|
|
2086
2086
|
import { inject as inject3, injectable as injectable4, postConstruct, preDestroy as preDestroy2 } from "inversify";
|
|
2087
2087
|
import { DisposableCollection as DisposableCollection6, Emitter as Emitter4 } from "@flowgram.ai/utils";
|
|
2088
2088
|
var VariableFieldKeyRenameService = class {
|