pareto 0.76.7 → 0.76.8

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.
@@ -275,7 +275,7 @@ exports.Node_Resolver = Node_Resolver;
275
275
  const Resolvers = ($, $p) => {
276
276
  return implementation_1.m.module(op['flatten dictionary'](pa.dictionary_literal({
277
277
  "": pa.dictionary_literal({
278
- "generic": interface_1.import_.ancestor(3, "generic", ["resolve"], {}),
278
+ "generic": interface_1.import_.ancestor(2, "generic", ["resolve"], {}),
279
279
  "out": interface_1.import_.ancestor(3, "interface", ["schemas", $p.key, "resolved"], {}),
280
280
  "signatures": interface_1.import_.ancestor(3, "interface", ["schemas", $p.key, "resolve"], {}),
281
281
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto",
3
- "version": "0.76.7",
3
+ "version": "0.76.8",
4
4
  "description": "A library for the Pareto programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",