pareto-test 0.13.56 → 0.13.57

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,4 @@
1
- import * as d_path from "pareto-resources/dist/interface/generated/pareto/schemas/path/data_types/source";
1
+ import * as d_path from "pareto-resources/dist/interface/generated/pareto/schemas/path/data";
2
2
  export type Parameters = {
3
3
  'path to test data': d_path.Context_Path;
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-test",
3
- "version": "0.13.56",
3
+ "version": "0.13.57",
4
4
  "description": "A testing framework for Pareto projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "astn-core": "^0.1.1",
12
12
  "pareto-core-dev": "^0.11.5",
13
13
  "pareto-fountain-pen": "^0.3.34",
14
- "pareto-host-nodejs": "^0.1.9",
15
- "pareto-resources": "^0.1.14"
14
+ "pareto-host-nodejs": "^0.1.11",
15
+ "pareto-resources": "^0.1.15"
16
16
  }
17
17
  }