pareto-static-html 0.1.23 → 0.1.24

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.
@@ -3,7 +3,6 @@
3
3
  // import * as _pi from 'pareto-core/dist/interface'
4
4
  // import * as d_out from "../../../../../interface/generated/liana/schemas/static-html/data"
5
5
  // import * as d_unmarshall from "../../../../../interface/to_be_generated/unmarshall"
6
- // import * as d_astn_sealed_source from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data"
7
6
  // //dependencies
8
7
  // // import * as r_unmarshall_static_html from "../../../../generated/liana/schemas/static-html/unmarshall"
9
8
  // import { $$ as deser_boolean } from "pareto-standard-operations/dist/implementation/manual/primitives/boolean/deserializers/true_false"
@@ -20,4 +19,4 @@
20
19
  // }
21
20
  // },
22
21
  // )
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfc291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL21hbnVhbC9zY2hlbWFzL3N0YXRpY19odG1sL3JlZmluZXJzL2FzdG5fc2VhbGVkX3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsZ0RBQWdEO0FBQ2hELG9EQUFvRDtBQUVwRCw2RkFBNkY7QUFDN0Ysc0ZBQXNGO0FBQ3RGLDJHQUEyRztBQUUzRyxpQkFBaUI7QUFDakIsNEdBQTRHO0FBQzVHLDBJQUEwSTtBQUMxSSx1SUFBdUk7QUFHdkksMkpBQTJKO0FBQzNKLGlCQUFpQjtBQUNqQixRQUFRO0FBQ1IsbUNBQW1DO0FBQ25DLG9HQUFvRztBQUNwRywyR0FBMkc7QUFDM0csa0NBQWtDO0FBQ2xDLHlHQUF5RztBQUN6RyxnQkFBZ0I7QUFDaEIsWUFBWTtBQUNaLFNBQVM7QUFDVCxJQUFJIn0=
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXN0bl9zZWFsZWRfc291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL21hbnVhbC9zY2hlbWFzL3N0YXRpY19odG1sL3JlZmluZXJzL2FzdG5fc2VhbGVkX3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsZ0RBQWdEO0FBQ2hELG9EQUFvRDtBQUVwRCw2RkFBNkY7QUFDN0Ysc0ZBQXNGO0FBRXRGLGlCQUFpQjtBQUNqQiw0R0FBNEc7QUFDNUcsMElBQTBJO0FBQzFJLHVJQUF1STtBQUd2SSwySkFBMko7QUFDM0osaUJBQWlCO0FBQ2pCLFFBQVE7QUFDUixtQ0FBbUM7QUFDbkMsb0dBQW9HO0FBQ3BHLDJHQUEyRztBQUMzRyxrQ0FBa0M7QUFDbEMseUdBQXlHO0FBQ3pHLGdCQUFnQjtBQUNoQixZQUFZO0FBQ1osU0FBUztBQUNULElBQUkifQ==
@@ -39,7 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.Phrasing_Content = exports.Classes = exports.Flow_Content = exports.Document = void 0;
40
40
  const _p = __importStar(require("pareto-core/dist/assign"));
41
41
  const _p_list_from_text_1 = __importDefault(require("pareto-core/dist/_p_list_from_text"));
42
- const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/block"));
42
+ const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/prose"));
43
43
  const temp_serialize_number = (n) => {
44
44
  return (0, _p_list_from_text_1.default)(`${n}`, ($) => $); //convert number to string, then to list of characters
45
45
  };
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.Document = void 0;
37
37
  //dependencies
38
38
  const t_static_html_to_fp = __importStar(require("./fountain_pen"));
39
- const t_fp_to_text = __importStar(require("pareto-fountain-pen/dist/implementation/manual/schemas/block/transformers/list_of_characters"));
39
+ const t_fp_to_text = __importStar(require("pareto-fountain-pen/dist/implementation/manual/schemas/prose/transformers/list_of_characters"));
40
40
  const Document = ($) => t_fp_to_text.Paragraph(t_static_html_to_fp.Document($), {
41
41
  'indentation': " ",
42
42
  'newline': "\n",
@@ -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/block/data";
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;
@@ -1,6 +1,6 @@
1
1
  import * as _pi from 'pareto-core/dist/interface';
2
2
  import * as d_in from "../../../generated/liana/schemas/static-html/data";
3
- import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/block/data";
3
+ import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/prose/data";
4
4
  export type Document = _pi.Transformer<d_in.Document, d_out.Paragraph>;
5
5
  export type Flow_Content = _pi.Transformer<d_in.Flow_Content, d_out.Phrase>;
6
6
  export type Classes = _pi.Transformer<d_in.Classes, d_out.Phrase>;
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "pareto-static-html",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
+ "author": "Corno",
5
+ "license": "Apache-2.0",
4
6
  "description": "a library for creating static HTML documents using Pareto",
5
7
  "main": "./dist/index.js",
6
8
  "types": "dist/index.d.ts",
@@ -8,8 +10,7 @@
8
10
  "dist"
9
11
  ],
10
12
  "dependencies": {
11
- "astn-core": "^0.5.33",
12
- "liana-core": "^0.0.18",
13
- "pareto-fountain-pen": "^0.4.40"
13
+ "liana-core": "^0.0.19",
14
+ "pareto-fountain-pen": "^0.4.42"
14
15
  }
15
16
  }