liana-core 0.0.21 → 0.0.22

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 _pi from 'pareto-core/dist/interface';
2
2
  import * as d_serializer_parameters from "./to_be_generated/serializer_parameters";
3
3
  import * as d_deserializer_errors from "./to_be_generated/primitive_deserializer_errors";
4
- import * as d_text from "pareto-fountain-pen/dist/interface/to_be_generated/list_of_characters";
4
+ import * as d_text from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
5
5
  export declare namespace deserializers {
6
6
  namespace primitives {
7
7
  namespace approximate_number {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liana-core",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "author": "Corno",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -9,7 +9,7 @@
9
9
  "dist"
10
10
  ],
11
11
  "dependencies": {
12
- "astn-core": "^0.5.36",
13
- "pareto-core": "^0.1.42"
12
+ "astn-core": "^0.5.38",
13
+ "pareto-core": "^0.1.43"
14
14
  }
15
15
  }