@flowgram.ai/node 0.4.14 → 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 +11 -11
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  DataEvent: () => DataEvent,
34
34
  FormModelV2: () => FormModelV2,
35
35
  FormPlugin: () => FormPlugin,
@@ -46,7 +46,7 @@ __export(src_exports, {
46
46
  useWatchFormValues: () => useWatchFormValues,
47
47
  useWatchFormWarnings: () => useWatchFormWarnings
48
48
  });
49
- module.exports = __toCommonJS(src_exports);
49
+ module.exports = __toCommonJS(index_exports);
50
50
 
51
51
  // src/types.ts
52
52
  var DataEvent = /* @__PURE__ */ ((DataEvent2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/node",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "automation form core",
5
5
  "keywords": [
6
6
  "flow",
@@ -25,24 +25,24 @@
25
25
  "lodash-es": "^4.17.21",
26
26
  "nanoid": "^5.0.9",
27
27
  "reflect-metadata": "~0.2.2",
28
- "@flowgram.ai/core": "0.4.14",
29
- "@flowgram.ai/document": "0.4.14",
30
- "@flowgram.ai/form": "0.4.14",
31
- "@flowgram.ai/form-core": "0.4.14",
32
- "@flowgram.ai/utils": "0.4.14"
28
+ "@flowgram.ai/document": "0.4.15",
29
+ "@flowgram.ai/core": "0.4.15",
30
+ "@flowgram.ai/form": "0.4.15",
31
+ "@flowgram.ai/utils": "0.4.15",
32
+ "@flowgram.ai/form-core": "0.4.15"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash-es": "^4.17.12",
36
36
  "@types/react": "^18",
37
37
  "@types/react-dom": "^18",
38
- "@vitest/coverage-v8": "^0.32.0",
38
+ "@vitest/coverage-v8": "^3.2.4",
39
39
  "eslint": "^8.54.0",
40
40
  "tsup": "^8.0.1",
41
41
  "typescript": "^5.8.3",
42
- "vitest": "^0.34.6",
43
- "@flowgram.ai/eslint-config": "0.4.14",
44
- "@flowgram.ai/form": "0.4.14",
45
- "@flowgram.ai/ts-config": "0.4.14"
42
+ "vitest": "^3.2.4",
43
+ "@flowgram.ai/eslint-config": "0.4.15",
44
+ "@flowgram.ai/form": "0.4.15",
45
+ "@flowgram.ai/ts-config": "0.4.15"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.8",