@acrool/imgz-client
Advanced tools
Comparing version 0.0.3 to 0.0.4-alpha.0
@@ -65,3 +65,2 @@ "use strict"; | ||
const formKey = parentKey ? `${parentKey}[${key}]` : key; | ||
console.log('value', formKey, value); | ||
if (Array.isArray(value)) { | ||
@@ -68,0 +67,0 @@ value.forEach((item, index) => { |
{ | ||
"name": "@acrool/imgz-client", | ||
"version": "0.0.3", | ||
"version": "0.0.4-alpha.0", | ||
"description": "This is a Client of the acrool-imgz api server, which can isolate its core from the impact of the environment version.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
45852
783