exupery-core-bin 0.3.21 → 0.3.22

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.
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ import * as d_write_to_stdout from "exupery-resources/dist/interface/generated/p
16
16
  import * as d_main from "exupery-resources/dist/interface/temp_main";
17
17
  type temp_instream_parameters = null;
18
18
  export type Available_Standard_Resources = {
19
- 'procedures': {
19
+ 'commands': {
20
20
  'copy': _et.Command<d_copy.Parameters, d_copy.Error>;
21
21
  'execute any procedure executable': _et.Command<d_execute_any_procedure_executable.Parameters, d_execute_any_procedure_executable.Error>;
22
22
  'execute any smelly procedure executable': _et.Command<d_execute_any_smelly_procedure_executable.Parameters, d_execute_any_smelly_procedure_executable.Error>;
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ const read_directory_1 = require("./algorithms/queries/read_directory");
41
41
  const read_file_1 = require("./algorithms/queries/read_file");
42
42
  const create_available_resources = () => {
43
43
  return {
44
- 'procedures': {
44
+ 'commands': {
45
45
  'copy': copy_1.$$,
46
46
  'execute any procedure executable': execute_any_procedure_executable_1.$$,
47
47
  'execute any smelly procedure executable': execute_any_smelly_procedure_executable_1.$$,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery-core-bin",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "license": "ISC",
5
5
  "description": "this is one of the core packages for Exupery. it provides functionality to create executables",
6
6
  "author": "Corno",