pareto-resources 0.2.77 → 0.2.78

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.
@@ -16,6 +16,7 @@ import * as d_read_directory_structure from "./to_be_generated/read_directory_st
16
16
  import * as d_read_file from "./generated/liana/schemas/read_file/data";
17
17
  import * as d_remove from "./generated/liana/schemas/remove/data";
18
18
  import * as d_stat from "./generated/liana/schemas/stat/data";
19
+ import * as d_stat_possible_node from "./generated/liana/schemas/stat_possible_node/data";
19
20
  import * as d_write_directory_content from "./to_be_generated/write_directory_content";
20
21
  import * as d_write_file from "./generated/liana/schemas/write_file/data";
21
22
  import * as d_write_to_stderr from "./generated/liana/schemas/write_to_stderr/data";
@@ -46,4 +47,5 @@ export declare namespace queries {
46
47
  type read_directory_structure = _pi.Query<d_read_directory_structure.Result, d_read_directory_structure.Error, d_read_directory_structure.Parameters>;
47
48
  type read_file = _pi.Query<d_read_file.Result, d_read_file.Error, d_read_file.Parameters>;
48
49
  type stat = _pi.Query<d_stat.Result, d_stat.Error, d_stat.Parameters>;
50
+ type stat_possible_node = _pi.Query<d_stat_possible_node.Result, d_stat_possible_node.Error, d_stat_possible_node.Parameters>;
49
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-resources",
3
- "version": "0.2.77",
3
+ "version": "0.2.78",
4
4
  "author": "Corno",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A library providing resources for the Pareto programming Language",