pareto-core-transformer 0.1.1 → 0.1.2

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,3 @@
1
- import * as _pinternals from 'pareto-core-internals';
2
1
  import * as _pi from 'pareto-core-interface';
3
2
  export type Raw_Or_Normal_Dictionary<T> = {
4
3
  [key: string]: T;
@@ -33,7 +32,7 @@ export type List<G_Source, T_L> = {
33
32
  export declare const wrap_dictionary: <T>($: Raw_Or_Normal_Dictionary<T>) => Dictionary<_pi.Deprecated_Source_Location, T>;
34
33
  export declare const wrap_list: <T>($: Raw_Or_Normal_List<T>) => List<_pi.Deprecated_Source_Location, T>;
35
34
  export declare const wrap_state_group: <T>($: T) => {
36
- location: _pinternals.Source_Location;
35
+ location: _pi.Deprecated_Source_Location;
37
36
  'state group': T;
38
37
  };
39
38
  export declare const wrap_reference: <T>($: string) => Reference_To_Normal_Dictionary_Entry<_pi.Deprecated_Source_Location, T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-core-transformer",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "ISC",
5
5
  "description": "the exupery core package for developing transformer algorithms",
6
6
  "author": "Corno",
@@ -18,7 +18,7 @@
18
18
  "dist"
19
19
  ],
20
20
  "dependencies": {
21
- "pareto-core-internals": "^0.24.7"
21
+ "pareto-core-internals": "^0.24.8"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",