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.
- package/dist/index.js +1 -1
- 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())
|
|
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.
|
|
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.
|
|
31
|
-
"exupery-core-internals": "^0.3.
|
|
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
|
}
|