@cerebral/forms
Advanced tools
Comparing version 3.2.0-1521141520687 to 3.2.0-1521491486243
export function formToJSON(form: any): any | ||
export function getFormFields(form: any): any | ||
export function getInvalidFormFields(form: any): any | ||
export function resetForm(form: any): any | ||
export function resetForm(form: any): any |
{ | ||
"name": "@cerebral/forms", | ||
"version": "3.2.0-1521141520687", | ||
"version": "3.2.0-1521491486243", | ||
"description": "A computed form", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha --compilers js:babel-register \"src/**/*.test.js\"", | ||
"test": "mocha --require babel-register \"src/**/*.test.js\"", | ||
"test:watch": "npm run test -- --watch", | ||
@@ -30,3 +30,3 @@ "build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s", | ||
"dependencies": { | ||
"cerebral": "^4.2.0-1521141520687" | ||
"cerebral": "^4.2.0-1521491486243" | ||
}, | ||
@@ -33,0 +33,0 @@ "nyc": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65311
538