pareto-host-nodejs 0.2.8 → 0.2.9

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,18 +1,18 @@
1
1
  import * as _pi from 'pareto-core/dist/interface';
2
- import * as d_copy from "pareto-resources/dist/interface/generated/pareto/schemas/copy/data";
3
- import * as d_execute_any_command_executable from "pareto-resources/dist/interface/generated/pareto/schemas/execute_any_command_executable/data";
4
- import * as d_execute_any_smelly_command_executable from "pareto-resources/dist/interface/generated/pareto/schemas/execute_any_smelly_command_executable/data";
5
- import * as d_execute_any_query_executable from "pareto-resources/dist/interface/generated/pareto/schemas/execute_any_query_executable/data";
6
- import * as d_get_instream_data from "pareto-resources/dist/interface/generated/pareto/schemas/get_instream_data/data";
7
- import * as d_log from "pareto-resources/dist/interface/generated/pareto/schemas/log/data";
8
- import * as d_log_error from "pareto-resources/dist/interface/generated/pareto/schemas/log_error/data";
9
- import * as d_make_directory from "pareto-resources/dist/interface/generated/pareto/schemas/make_directory/data";
10
- import * as d_read_directory from "pareto-resources/dist/interface/generated/pareto/schemas/read_directory/data";
11
- import * as d_read_file from "pareto-resources/dist/interface/generated/pareto/schemas/read_file/data";
12
- import * as d_remove from "pareto-resources/dist/interface/generated/pareto/schemas/remove/data";
13
- import * as d_write_file from "pareto-resources/dist/interface/generated/pareto/schemas/write_file/data";
14
- import * as d_write_to_stderr from "pareto-resources/dist/interface/generated/pareto/schemas/write_to_stderr/data";
15
- import * as d_write_to_stdout from "pareto-resources/dist/interface/generated/pareto/schemas/write_to_stdout/data";
2
+ import * as d_copy from "pareto-resources/dist/interface/generated/liana/schemas/copy/data";
3
+ import * as d_execute_any_command_executable from "pareto-resources/dist/interface/generated/liana/schemas/execute_any_command_executable/data";
4
+ import * as d_execute_any_smelly_command_executable from "pareto-resources/dist/interface/generated/liana/schemas/execute_any_smelly_command_executable/data";
5
+ import * as d_execute_any_query_executable from "pareto-resources/dist/interface/generated/liana/schemas/execute_any_query_executable/data";
6
+ import * as d_get_instream_data from "pareto-resources/dist/interface/generated/liana/schemas/get_instream_data/data";
7
+ import * as d_log from "pareto-resources/dist/interface/generated/liana/schemas/log/data";
8
+ import * as d_log_error from "pareto-resources/dist/interface/generated/liana/schemas/log_error/data";
9
+ import * as d_make_directory from "pareto-resources/dist/interface/generated/liana/schemas/make_directory/data";
10
+ import * as d_read_directory from "pareto-resources/dist/interface/generated/liana/schemas/read_directory/data";
11
+ import * as d_read_file from "pareto-resources/dist/interface/generated/liana/schemas/read_file/data";
12
+ import * as d_remove from "pareto-resources/dist/interface/generated/liana/schemas/remove/data";
13
+ import * as d_write_file from "pareto-resources/dist/interface/generated/liana/schemas/write_file/data";
14
+ import * as d_write_to_stderr from "pareto-resources/dist/interface/generated/liana/schemas/write_to_stderr/data";
15
+ import * as d_write_to_stdout from "pareto-resources/dist/interface/generated/liana/schemas/write_to_stdout/data";
16
16
  import * as d_main from "pareto-resources/dist/interface/to_be_generated/temp_main";
17
17
  export type Available_Standard_Resources = {
18
18
  'commands': {
@@ -1,2 +1,2 @@
1
- import * as d_terminal_output from "pareto-resources/dist/interface/generated/pareto/schemas/terminal_output/data";
1
+ import * as d_terminal_output from "pareto-resources/dist/interface/generated/liana/schemas/terminal_output/data";
2
2
  export declare const Message: ($: string) => d_terminal_output.Message;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-host-nodejs",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "license": "ISC",
5
5
  "description": "the exupery core package for creating a main function in a nodejs host environment",
6
6
  "author": "Corno",