@flowgram.ai/node 0.4.8 → 0.4.10

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/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import React__default from 'react';
3
3
  import { FormModel, OnFormValuesChangePayload, FormModelValid, FormFeedback, FormManager, IFormItem, NodeFormContext, FormItem, NodeContext, IFormMeta } from '@flowgram.ai/form-core';
4
- import { FieldName as FieldName$1, FieldValue as FieldValue$1, Errors, Warnings } from '@flowgram.ai/form/src/types';
4
+ import { FieldValue as FieldValue$1, FieldName as FieldName$1, Errors, Warnings } from '@flowgram.ai/form/src/types';
5
5
  import { FormValidateReturn, FormControl, FormModel as FormModel$1, FieldValue, IFieldArray, IField, FieldName, Validate as Validate$1, IForm, FormRenderProps, ValidateTrigger, FormState } from '@flowgram.ai/form';
6
6
  import * as _flowgram_ai_utils from '@flowgram.ai/utils';
7
7
  import { Disposable, Emitter, DisposableCollection, Event } from '@flowgram.ai/utils';
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import React__default from 'react';
3
3
  import { FormModel, OnFormValuesChangePayload, FormModelValid, FormFeedback, FormManager, IFormItem, NodeFormContext, FormItem, NodeContext, IFormMeta } from '@flowgram.ai/form-core';
4
- import { FieldName as FieldName$1, FieldValue as FieldValue$1, Errors, Warnings } from '@flowgram.ai/form/src/types';
4
+ import { FieldValue as FieldValue$1, FieldName as FieldName$1, Errors, Warnings } from '@flowgram.ai/form/src/types';
5
5
  import { FormValidateReturn, FormControl, FormModel as FormModel$1, FieldValue, IFieldArray, IField, FieldName, Validate as Validate$1, IForm, FormRenderProps, ValidateTrigger, FormState } from '@flowgram.ai/form';
6
6
  import * as _flowgram_ai_utils from '@flowgram.ai/utils';
7
7
  import { Disposable, Emitter, DisposableCollection, Event } from '@flowgram.ai/utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/node",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "description": "automation form core",
5
5
  "keywords": [
6
6
  "flow",
@@ -25,11 +25,11 @@
25
25
  "lodash-es": "^4.17.21",
26
26
  "nanoid": "^4.0.2",
27
27
  "reflect-metadata": "~0.2.2",
28
- "@flowgram.ai/core": "0.4.8",
29
- "@flowgram.ai/document": "0.4.8",
30
- "@flowgram.ai/form-core": "0.4.8",
31
- "@flowgram.ai/utils": "0.4.8",
32
- "@flowgram.ai/form": "0.4.8"
28
+ "@flowgram.ai/core": "0.4.10",
29
+ "@flowgram.ai/document": "0.4.10",
30
+ "@flowgram.ai/form-core": "0.4.10",
31
+ "@flowgram.ai/form": "0.4.10",
32
+ "@flowgram.ai/utils": "0.4.10"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash-es": "^4.17.12",
@@ -40,9 +40,9 @@
40
40
  "tsup": "^8.0.1",
41
41
  "typescript": "^5.8.3",
42
42
  "vitest": "^0.34.6",
43
- "@flowgram.ai/eslint-config": "0.4.8",
44
- "@flowgram.ai/form": "0.4.8",
45
- "@flowgram.ai/ts-config": "0.4.8"
43
+ "@flowgram.ai/eslint-config": "0.4.10",
44
+ "@flowgram.ai/form": "0.4.10",
45
+ "@flowgram.ai/ts-config": "0.4.10"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.8",