@felte/core
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -1,2 +0,2 @@ | ||
import { isFormControl, getFormDefaultValues, _merge, _cloneDeep, debounce, _defaultsDeep, _get, getPath, isSelectElement, shouldIgnore, getInputTextOrNumber, _set, isInputElement, _isPlainObject, _unset, isElement, getFormControls } from '@felte/common'; | ||
import { getFormDefaultValues, _merge, _cloneDeep, debounce, _defaultsDeep, isFormControl, _get, getPath, isSelectElement, shouldIgnore, getInputTextOrNumber, _set, isInputElement, _isPlainObject, _unset, isElement, getFormControls } from '@felte/common'; | ||
import { get } from './get.js'; | ||
@@ -189,2 +189,3 @@ | ||
}); | ||
helpers.setFields(get(data)); | ||
}, 0); | ||
@@ -191,0 +192,0 @@ let removedFormControls = []; |
@@ -1,2 +0,2 @@ | ||
import { __rest } from './external/.pnpm/tslib@2.3.1/external/tslib/tslib.es6.js'; | ||
import { __rest } from './external/.pnpm/@rollup_plugin-typescript@10.0.1_m2vrfqkax6vunhfpmya5lfbcpe/external/tslib/tslib.es6.js'; | ||
import { _mapValues, _isPlainObject, createId } from '@felte/common'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { __rest } from './external/.pnpm/tslib@2.3.1/external/tslib/tslib.es6.js'; | ||
import { __rest } from './external/.pnpm/@rollup_plugin-typescript@10.0.1_m2vrfqkax6vunhfpmya5lfbcpe/external/tslib/tslib.es6.js'; | ||
import { _mapValues, _isPlainObject } from '@felte/common'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { _merge, deepSet, deepSome, _get, _set, _isPlainObject, createId, _update, setForm, _cloneDeep, isFormControl, _unset } from '@felte/common'; | ||
import { _get, _set, _isPlainObject, deepSet, createId, setForm, _cloneDeep, _merge, deepSome, isFormControl, _update, _unset } from '@felte/common'; | ||
import { get } from './get.js'; | ||
@@ -3,0 +3,0 @@ import { deepSetTouched } from './deep-set-touched.js'; |
@@ -1,2 +0,2 @@ | ||
import { executeTransforms, _cloneDeep, deepSome, deepSet, mergeErrors, debounce, _mergeWith, runValidations, _isPlainObject } from '@felte/common'; | ||
import { executeTransforms, _cloneDeep, deepSome, deepSet, mergeErrors, debounce, _mergeWith, _isPlainObject, runValidations } from '@felte/common'; | ||
import { deepSetTouched } from './deep-set-touched.js'; | ||
@@ -3,0 +3,0 @@ import { deepSetKey, deepRemoveKey } from './deep-set-key.js'; |
{ | ||
"name": "@felte/core", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Core utility for Felte's integration with front-end frameworks", | ||
@@ -8,3 +8,3 @@ "main": "dist/cjs/index.cjs", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist/esm/index.d.ts", | ||
"type": "module", | ||
@@ -31,3 +31,3 @@ "engines": { | ||
"dependencies": { | ||
"@felte/common": "1.1.3" | ||
"@felte/common": "1.1.4" | ||
}, | ||
@@ -50,5 +50,6 @@ "publishConfig": { | ||
"dev": "rollup -cw", | ||
"test": "uvu -r tsm -r global-jsdom/register tests -i common", | ||
"test:ci": "nyc -n src pnpm test" | ||
"vitest": "vitest", | ||
"test": "vitest run", | ||
"test:ci": "vitest run --coverage" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
392480
79
2943
+ Added@felte/common@1.1.4(transitive)
- Removed@felte/common@1.1.3(transitive)
Updated@felte/common@1.1.4