pareto-static-html 0.1.5 → 0.1.7

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,7 +1,7 @@
1
1
  import * as _et from 'exupery-core-types';
2
2
  import * as d_in from "../../../generated/pareto/schemas/static-html/data_types/source";
3
3
  import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/block/data_types/target";
4
- export type Document = _et.Transformer<d_out.Group, d_in.Document>;
5
- export type Flow_Content = _et.Transformer<d_out.Block_Part, d_in.Flow_Content>;
6
- export type Classes = _et.Transformer<d_out.Block_Part, d_in.Classes>;
7
- export type Phrasing_Content = _et.Transformer<d_out.Block_Part, d_in.Phrasing_Content>;
4
+ export type Document = _et.Transformer_New<d_in.Document, d_out.Group>;
5
+ export type Flow_Content = _et.Transformer_New<d_in.Flow_Content, d_out.Block_Part>;
6
+ export type Classes = _et.Transformer_New<d_in.Classes, d_out.Block_Part>;
7
+ export type Phrasing_Content = _et.Transformer_New<d_in.Phrasing_Content, d_out.Block_Part>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-static-html",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "a library for creating static HTML documents using Pareto",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,6 +12,6 @@
12
12
  "exupery-core-bin": "^0.3.41",
13
13
  "exupery-core-data": "^0.3.3",
14
14
  "exupery-core-dev": "^0.3.3",
15
- "pareto-fountain-pen": "^0.3.13"
15
+ "pareto-fountain-pen": "^0.3.14"
16
16
  }
17
17
  }