pareto-core-shorthands 0.1.0 → 0.1.1

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,5 +1,6 @@
1
1
  import * as _pint from 'pareto-core-internals';
2
2
  import * as _pi from 'pareto-core-interface';
3
+ export { Source_Location } from 'pareto-core-internals';
3
4
  export type Raw_Or_Normal_Dictionary<T> = {
4
5
  [key: string]: T;
5
6
  } | _pi.Dictionary<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-core-shorthands",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "ISC",
5
5
  "description": "the pareto package used for building datasets",
6
6
  "author": "Corno",
@@ -23,6 +23,6 @@
23
23
  "url": "git+https://github.com/corno/pareto-core-shorthands.git"
24
24
  },
25
25
  "dependencies": {
26
- "pareto-core-internals": "^0.24.6"
26
+ "pareto-core-internals": "^0.24.7"
27
27
  }
28
28
  }