@kizmann/pico-js 2.1.2 → 2.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kizmann/pico-js",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -57,7 +57,7 @@ export class PicoFormatOption
57
57
  return Mix.str(key) + div + For.casted(value, false);
58
58
  }
59
59
 
60
- let result = Arr.map(value, (v : any, k : any) => {
60
+ let result = Arr.each(value, (v : any, k : any) => {
61
61
  return this.castOption(k, v, key, space);
62
62
  });
63
63