@putout/operator-json 3.3.0 → 3.3.1
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/lib/json.js +1 -1
- package/package.json +1 -1
package/lib/json.js
CHANGED
|
@@ -21,7 +21,7 @@ export const __ignore_name = '__putout_processor_ignore';
|
|
|
21
21
|
export const __json = `${__json_name}(__object)`;
|
|
22
22
|
export const __yaml = `${__yaml_name}(__object)`;
|
|
23
23
|
export const __toml = `${__toml_name}(__object)`;
|
|
24
|
-
export const __docker = `${__docker_name}(
|
|
24
|
+
export const __docker = `${__docker_name}(__array)`;
|
|
25
25
|
export const __filesystem = `${__filesystem_name}(__object)`;
|
|
26
26
|
export const __ignore = `${__ignore_name}(__array)`;
|
|
27
27
|
|
package/package.json
CHANGED