pareto-json 0.3.26 → 0.3.27
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as d_in from "../../../../../interface/generated/liana/schemas/json/data";
|
|
2
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/
|
|
2
|
+
import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/prose/data";
|
|
3
3
|
export declare const Value: ($: d_in.Value) => d_out.Phrase;
|
|
4
4
|
export declare const Document: ($: d_in.Document_) => d_out.Paragraph;
|
|
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
36
36
|
exports.Document = exports.Value = void 0;
|
|
37
37
|
const _p = __importStar(require("pareto-core/dist/assign"));
|
|
38
38
|
//shorthands
|
|
39
|
-
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/
|
|
39
|
+
const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/prose"));
|
|
40
40
|
//dependencies
|
|
41
41
|
const quoted_1 = require("../../../primitives/text/serializers/quoted");
|
|
42
42
|
const fractional_decimal_1 = require("../../../primitives/integer/fractional_decimal");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i_in from "./data";
|
|
2
|
-
import * as i_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/
|
|
2
|
+
import * as i_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/prose/data";
|
|
3
3
|
export declare namespace Document_ {
|
|
4
4
|
type I = i_in.Document;
|
|
5
5
|
type O = i_out.Paragraph;
|
package/package.json
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pareto-json",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.27",
|
|
4
|
+
"author": "Corno",
|
|
5
|
+
"license": "Apache-2.0",
|
|
4
6
|
"description": "A TypeScript library for building JSON values in Pareto-style which can then be serialized",
|
|
7
|
+
"keywords": [],
|
|
8
|
+
"homepage": "https://github.com/corno/pareto-json#readme",
|
|
9
|
+
"bugs": {
|
|
10
|
+
"url": "https://github.com/corno/pareto-json/issues"
|
|
11
|
+
},
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/corno/pareto-json.git"
|
|
15
|
+
},
|
|
5
16
|
"main": "./dist/index.js",
|
|
6
17
|
"types": "dist/index.d.ts",
|
|
7
18
|
"module": "./dist/index.js",
|
|
@@ -12,24 +23,13 @@
|
|
|
12
23
|
"LICENSE",
|
|
13
24
|
"documentation"
|
|
14
25
|
],
|
|
15
|
-
"keywords": [],
|
|
16
|
-
"author": "Corno",
|
|
17
|
-
"license": "Apache-2.0",
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "https://github.com/corno/pareto-json.git"
|
|
21
|
-
},
|
|
22
|
-
"bugs": {
|
|
23
|
-
"url": "https://github.com/corno/pareto-json/issues"
|
|
24
|
-
},
|
|
25
|
-
"homepage": "https://github.com/corno/pareto-json#readme",
|
|
26
26
|
"engines": {
|
|
27
27
|
"node": ">=14.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"astn-core": "^0.5.33",
|
|
31
31
|
"liana-core": "^0.0.18",
|
|
32
|
-
"pareto-core-shorthands": "^0.2.
|
|
33
|
-
"pareto-fountain-pen": "^0.4.
|
|
32
|
+
"pareto-core-shorthands": "^0.2.20",
|
|
33
|
+
"pareto-fountain-pen": "^0.4.42"
|
|
34
34
|
}
|
|
35
35
|
}
|