pareto-json 0.3.77 → 0.3.78
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/dist/declarations/refiners/json_with_parse_info/astn_parse_tree.d.ts +1 -0
- package/dist/declarations/refiners/json_with_parse_info/astn_parse_tree.js +2 -0
- package/dist/declarations/refiners/json_with_parse_info/list_of_characters.d.ts +6 -0
- package/dist/declarations/refiners/json_with_parse_info/list_of_characters.js +2 -0
- package/dist/declarations/refiners/json_x/json_with_parse_info.d.ts +1 -0
- package/dist/declarations/refiners/json_x/json_with_parse_info.js +2 -0
- package/dist/declarations/refiners/json_y/json_with_parse_info.d.ts +1 -0
- package/dist/declarations/refiners/json_y/json_with_parse_info.js +2 -0
- package/dist/declarations/refiners/primitives/list_of_characters.d.ts +1 -0
- package/dist/declarations/refiners/primitives/list_of_characters.js +2 -0
- package/dist/declarations/refiners/unmarshalled/astn_parse_tree.d.ts +1 -0
- package/dist/declarations/refiners/unmarshalled/astn_parse_tree.js +2 -0
- package/dist/declarations/refiners/unmarshalled/text.d.ts +1 -0
- package/dist/declarations/refiners/unmarshalled/text.js +2 -0
- package/dist/declarations/transformers/json_from_list_of_characters_refiner/prose.d.ts +4 -0
- package/dist/declarations/transformers/json_from_list_of_characters_refiner/prose.js +2 -0
- package/dist/declarations/transformers/json_from_parse_tree_refiner/prose.d.ts +4 -0
- package/dist/declarations/transformers/json_from_parse_tree_refiner/prose.js +2 -0
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +5 -0
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +2 -0
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/prose.d.ts +1 -0
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/prose.js +2 -0
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/text.d.ts +5 -0
- package/dist/declarations/transformers/json_with_guaranteed_unique_keys/text.js +2 -0
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +5 -0
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +2 -0
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/prose.d.ts +1 -0
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/prose.js +2 -0
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/text.d.ts +5 -0
- package/dist/declarations/transformers/json_without_guaranteed_unique_keys/text.js +2 -0
- package/dist/declarations/transformers/primitives/deprecated_list_of_characters.d.ts +1 -0
- package/dist/declarations/transformers/primitives/deprecated_list_of_characters.js +2 -0
- package/dist/declarations/transformers/unmarshalled_from_json/prose.d.ts +4 -0
- package/dist/declarations/transformers/unmarshalled_from_json/prose.js +2 -0
- package/dist/declarations/transformers/unmarshalled_from_parse_tree/prose.d.ts +4 -0
- package/dist/declarations/transformers/unmarshalled_from_parse_tree/prose.js +2 -0
- package/dist/implementation/manual/refiners/json_with_parse_info/astn_parse_tree.d.ts +4 -4
- package/dist/implementation/manual/refiners/json_with_parse_info/astn_parse_tree.js +4 -9
- package/dist/implementation/manual/refiners/json_with_parse_info/list_of_characters.d.ts +2 -7
- package/dist/implementation/manual/refiners/json_with_parse_info/list_of_characters.js +1 -7
- package/dist/implementation/manual/refiners/json_x/json_with_parse_info.d.ts +5 -5
- package/dist/implementation/manual/refiners/json_x/json_with_parse_info.js +1 -7
- package/dist/implementation/manual/refiners/json_y/json_with_parse_info.d.ts +4 -4
- package/dist/implementation/manual/refiners/json_y/json_with_parse_info.js +1 -5
- package/dist/implementation/manual/refiners/primitives/list_of_characters.d.ts +2 -2
- package/dist/implementation/manual/refiners/primitives/list_of_characters.js +1 -3
- package/dist/implementation/manual/refiners/unmarshalled/astn_parse_tree.js +5 -5
- package/dist/implementation/manual/transformers/json_from_list_of_characters_refiner/prose.d.ts +1 -6
- package/dist/implementation/manual/transformers/json_from_list_of_characters_refiner/prose.js +2 -6
- package/dist/implementation/manual/transformers/json_from_parse_tree_refiner/prose.d.ts +1 -6
- package/dist/implementation/manual/transformers/json_from_parse_tree_refiner/prose.js +2 -6
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +1 -7
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +1 -6
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/prose.d.ts +4 -4
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/prose.js +3 -7
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/text.d.ts +1 -7
- package/dist/implementation/manual/transformers/json_with_guaranteed_unique_keys/text.js +1 -6
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +1 -7
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +1 -6
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/prose.d.ts +3 -3
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/prose.js +3 -7
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/text.d.ts +1 -7
- package/dist/implementation/manual/transformers/json_without_guaranteed_unique_keys/text.js +1 -6
- package/dist/implementation/manual/transformers/primitives/deprecated_list_of_characters.d.ts +2 -2
- package/dist/implementation/manual/transformers/primitives/deprecated_list_of_characters.js +1 -5
- package/dist/implementation/manual/transformers/unmarshalled_from_json/prose.d.ts +1 -6
- package/dist/implementation/manual/transformers/unmarshalled_from_json/prose.js +2 -6
- package/dist/implementation/manual/transformers/unmarshalled_from_parse_tree/prose.d.ts +1 -6
- package/dist/implementation/manual/transformers/unmarshalled_from_parse_tree/prose.js +2 -6
- package/dist/interface/data/json_from_list_of_characters_refiner.d.ts +2 -2
- package/dist/interface/data/json_from_list_of_characters_refiner.js +2 -3
- package/dist/interface/data/json_from_parse_tree_refiner.d.ts +1 -1
- package/dist/interface/data/json_from_parse_tree_refiner.js +2 -2
- package/dist/interface/data/json_with_parse_info.d.ts +2 -2
- package/dist/interface/data/json_with_parse_info.js +1 -3
- package/dist/interface/data/json_x.d.ts +2 -2
- package/dist/interface/data/json_x.js +1 -3
- package/dist/interface/data/json_y.d.ts +1 -1
- package/dist/interface/data/json_y.js +2 -2
- package/dist/interface/data/unmarshall_json.d.ts +2 -2
- package/dist/interface/data/unmarshall_json.js +2 -4
- package/dist/interface/data/unmarshalled_from_json.d.ts +1 -1
- package/dist/interface/data/unmarshalled_from_json.js +1 -2
- package/dist/interface/data/unmarshalled_from_parse_tree.d.ts +2 -2
- package/dist/interface/data/unmarshalled_from_parse_tree.js +2 -3
- package/dist/interface/data/unmarshalled_from_parse_tree_x.d.ts +2 -2
- package/dist/interface/data/unmarshalled_from_parse_tree_x.js +1 -3
- package/dist/interface/generated/liana/schemas/json_with_guaranteed_unique_keys/data.d.ts +1 -1
- package/dist/interface/generated/liana/schemas/json_with_guaranteed_unique_keys/data.js +1 -2
- package/dist/interface/generated/liana/schemas/json_without_guaranteed_unique_keys/data.js +1 -2
- package/dist/shorthands/json_with_guaranteed_unique_keys/target.d.ts +1 -1
- package/dist/shorthands/json_with_guaranteed_unique_keys/target.js +1 -2
- package/dist/shorthands/json_without_guaranteed_unique_keys/target.d.ts +1 -1
- package/dist/shorthands/json_without_guaranteed_unique_keys/target.js +1 -2
- package/package.json +2 -4
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core-shorthands/unconstrained_target';
|
|
2
|
-
import * as d_out from "../../interface/generated/liana/schemas/json_without_guaranteed_unique_keys/data.js";
|
|
3
2
|
export var v;
|
|
4
3
|
(function (v) {
|
|
5
4
|
v.string = (value) => ['string', value];
|
|
@@ -7,4 +6,4 @@ export var v;
|
|
|
7
6
|
v.object = (members) => ['object', p_.list(members)];
|
|
8
7
|
v.array = (elements) => ['array', p_.list(elements)];
|
|
9
8
|
})(v || (v = {}));
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3Nob3J0aGFuZHMvanNvbl93aXRob3V0X2d1YXJhbnRlZWRfdW5pcXVlX2tleXMvdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sNkNBQTZDLENBQUE7QUFLakUsTUFBTSxLQUFXLENBQUMsQ0FnQmpCO0FBaEJELFdBQWlCLENBQUM7SUFFRCxRQUFNLEdBQUcsQ0FDbEIsS0FBYSxFQUNGLEVBQUUsQ0FBQyxDQUFDLFFBQVEsRUFBRSxLQUFLLENBQUMsQ0FBQTtJQUV0QixPQUFLLEdBQUcsR0FDTixFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFFbkIsUUFBTSxHQUFHLENBQ2xCLE9BQThDLEVBQ25DLEVBQUUsQ0FBQyxDQUFDLFFBQVEsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUE7SUFFakMsT0FBSyxHQUFHLENBQ2pCLFFBQTZDLEVBQ2xDLEVBQUUsQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUE7QUFDbEQsQ0FBQyxFQWhCZ0IsQ0FBQyxLQUFELENBQUMsUUFnQmpCIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pareto-json",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.78",
|
|
4
4
|
"author": "Corno",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "A TypeScript library for building JSON values in Pareto-style which can then be serialized",
|
|
@@ -20,9 +20,6 @@
|
|
|
20
20
|
"default": "./dist/*.js"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
-
"main": "./dist/index.js",
|
|
24
|
-
"types": "dist/index.d.ts",
|
|
25
|
-
"module": "./dist/index.js",
|
|
26
23
|
"bin": {},
|
|
27
24
|
"files": [
|
|
28
25
|
"dist",
|
|
@@ -35,6 +32,7 @@
|
|
|
35
32
|
},
|
|
36
33
|
"dependencies": {
|
|
37
34
|
"astn-core": "^0.5.0",
|
|
35
|
+
"pareto-core": "^0.1.0",
|
|
38
36
|
"pareto-core-shorthands": "^0.2.0",
|
|
39
37
|
"pareto-fountain-pen": "^0.4.0"
|
|
40
38
|
}
|