exupery-core-bin 0.3.23 → 0.3.25

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -68,7 +68,7 @@ const create_available_resources = () => {
68
68
  * returned value when the async value completes.
69
69
  */
70
70
  const run_main_procedure = (get_main) => {
71
- get_main(create_available_resources())['execute with synchronous data without error transformation']({
71
+ get_main(create_available_resources()).execute.direct(($) => $, {
72
72
  'arguments': _ei.array_literal(process.argv.slice(2))
73
73
  }).__start(() => {
74
74
  }, ($) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery-core-bin",
3
- "version": "0.3.23",
3
+ "version": "0.3.25",
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",
@@ -27,8 +27,8 @@
27
27
  "url": "git+https://github.com/corno/exupery-core.git"
28
28
  },
29
29
  "dependencies": {
30
- "exupery-core-async": "^0.3.36",
31
- "exupery-core-internals": "^0.3.1",
30
+ "exupery-core-async": "^0.3.44",
31
+ "exupery-core-internals": "^0.3.2",
32
32
  "exupery-resources": "^0.3.7"
33
33
  }
34
34
  }