pareto-core 0.1.143 → 0.1.145

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,2 +1,2 @@
1
1
  import * as p_qi from "../../interface/query";
2
- export default function super_query_result<T, E>(query_result: p_qi.Query_Result<T, E>): p_qi.Query_Result<T, E>;
2
+ export default function super_query_result<T, E>(query_result: p_qi.Query_Result<T, E>): p_qi.Super_Query_Result<T, E>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-core",
3
- "version": "0.1.143",
3
+ "version": "0.1.145",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Corno",
6
6
  "description": "the core language constructs for the Pareto programming language (in TypeScript)",