exupery-resources 0.3.47 → 0.3.48
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.
|
@@ -17,6 +17,7 @@ import * as d_write_directory_content from "./to_be_generated/write_directory_co
|
|
|
17
17
|
import * as d_write_file from "./generated/pareto/schemas/write_file/data_types/source";
|
|
18
18
|
import * as d_write_to_stderr from "./generated/pareto/schemas/write_to_stderr/data_types/source";
|
|
19
19
|
import * as d_write_to_stdout from "./generated/pareto/schemas/write_to_stdout/data_types/source";
|
|
20
|
+
import * as d_main from "./to_be_generated/temp_main";
|
|
20
21
|
export declare namespace commands {
|
|
21
22
|
type copy = _et.Command<d_copy.Error, d_copy.Parameters>;
|
|
22
23
|
type execute_command_executable = _et.Command<d_execute_command_procedure.Error, d_execute_command_procedure.Parameters>;
|
|
@@ -30,6 +31,7 @@ export declare namespace commands {
|
|
|
30
31
|
type write_file = _et.Command<d_write_file.Error, d_write_file.Parameters>;
|
|
31
32
|
type write_to_stdout = _et.Command<null, d_write_to_stdout.Parameters>;
|
|
32
33
|
type write_to_stderr = _et.Command<null, d_write_to_stderr.Parameters>;
|
|
34
|
+
type main = _et.Command<d_main.Error, d_main.Parameters>;
|
|
33
35
|
}
|
|
34
36
|
export declare namespace queries {
|
|
35
37
|
type read_directory_content = _et.Query<d_read_directory_content.Result, d_read_directory_content.Error, d_read_directory_content.Parameters>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exupery-resources",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.48",
|
|
4
4
|
"description": "A library providing resources forthe Exupery programming Language",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
"exupery-core-alg": "^0.5.15",
|
|
12
12
|
"exupery-core-async": "^0.3.78",
|
|
13
13
|
"exupery-core-dev": "^0.3.3",
|
|
14
|
-
"pareto-fountain-pen": "^0.3.
|
|
14
|
+
"pareto-fountain-pen": "^0.3.17"
|
|
15
15
|
}
|
|
16
16
|
}
|