astn-core 0.5.37 → 0.5.38
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/implementation/manual/primitives/integer/deserializers/hexadecimal.d.ts +1 -1
- package/dist/implementation/manual/primitives/text/serializers/apostrophed.d.ts +1 -1
- package/dist/implementation/manual/primitives/text/serializers/backticked.d.ts +1 -1
- package/dist/implementation/manual/primitives/text/serializers/escaped.d.ts +1 -1
- package/dist/implementation/manual/primitives/text/serializers/quoted.d.ts +1 -1
- package/dist/implementation/manual/refiners/parse_tree/list_of_characters.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
-
import * as d_in from "pareto-fountain-pen/dist/interface/
|
|
2
|
+
import * as d_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
3
3
|
export declare const $$: _pi.Refiner<number, string, d_in.List_of_Characters>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/
|
|
2
|
+
import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
3
3
|
export type Parameters = {
|
|
4
4
|
'add delimiters': boolean;
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/
|
|
2
|
+
import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
3
3
|
export type Parameters = {
|
|
4
4
|
'add delimiters': boolean;
|
|
5
5
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/
|
|
1
|
+
import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
2
2
|
export declare const $$: ($: string) => d_out.List_of_Characters;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/
|
|
2
|
+
import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
3
3
|
export type Parameters = {
|
|
4
4
|
'add delimiters': boolean;
|
|
5
5
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as d_function from "../../../../interface/generated/liana/schemas/deserialize_parse_tree/data";
|
|
3
3
|
import * as d_out from "../../../../interface/generated/liana/schemas/parse_tree/data";
|
|
4
|
-
import * as d_in from "pareto-fountain-pen/dist/interface/
|
|
4
|
+
import * as d_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
|
|
5
5
|
export declare namespace signatures {
|
|
6
6
|
type Document = _pi.Refiner_With_Parameter<d_out.Document, d_function.Error, d_in.List_of_Characters, d_function.Parameters>;
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astn-core",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.38",
|
|
4
4
|
"author": "Corno",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "The TypeScript library for parsing and formatting ASTN (Abstract Syntax Tree Notation) - a human-editable data format for structured content",
|
|
@@ -33,6 +33,6 @@
|
|
|
33
33
|
"documentation"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"pareto-fountain-pen": "^0.4.
|
|
36
|
+
"pareto-fountain-pen": "^0.4.45"
|
|
37
37
|
}
|
|
38
38
|
}
|