@flowgram.ai/variable-core 0.4.12 → 0.4.15

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -27,8 +27,8 @@ var __decorateClass = (decorators, target, key, kind) => {
27
27
  var __decorateParam = (index, decorator) => (target, key) => decorator(target, key, index);
28
28
 
29
29
  // src/index.ts
30
- var src_exports = {};
31
- __export(src_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  ASTFactory: () => ASTFactory,
33
33
  ASTKind: () => ASTKind,
34
34
  ASTMatch: () => ASTMatch,
@@ -72,7 +72,7 @@ __export(src_exports, {
72
72
  useScopeAvailable: () => useScopeAvailable,
73
73
  useScopeContext: () => useScopeContext
74
74
  });
75
- module.exports = __toCommonJS(src_exports);
75
+ module.exports = __toCommonJS(index_exports);
76
76
 
77
77
  // src/variable-container-module.ts
78
78
  var import_inversify8 = require("inversify");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/variable-core",
3
- "version": "0.4.12",
3
+ "version": "0.4.15",
4
4
  "description": "variable engine based on scope",
5
5
  "keywords": [
6
6
  "flow",
@@ -26,23 +26,23 @@
26
26
  "fast-equals": "^2.0.0",
27
27
  "inversify": "^6.0.1",
28
28
  "lodash-es": "^4.17.21",
29
- "nanoid": "^4.0.2",
29
+ "nanoid": "^5.0.9",
30
30
  "reflect-metadata": "~0.2.2",
31
31
  "rxjs": "^7.8.2",
32
- "@flowgram.ai/core": "0.4.12",
33
- "@flowgram.ai/utils": "0.4.12"
32
+ "@flowgram.ai/core": "0.4.15",
33
+ "@flowgram.ai/utils": "0.4.15"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/lodash-es": "^4.17.12",
37
37
  "@types/react": "^18",
38
38
  "@types/react-dom": "^18",
39
- "@vitest/coverage-v8": "^0.32.0",
39
+ "@vitest/coverage-v8": "^3.2.4",
40
40
  "eslint": "^8.54.0",
41
41
  "tsup": "^8.0.1",
42
42
  "typescript": "^5.8.3",
43
- "vitest": "^0.34.6",
44
- "@flowgram.ai/eslint-config": "0.4.12",
45
- "@flowgram.ai/ts-config": "0.4.12"
43
+ "vitest": "^3.2.4",
44
+ "@flowgram.ai/ts-config": "0.4.15",
45
+ "@flowgram.ai/eslint-config": "0.4.15"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.8",