exupery-core-bin 0.3.32 → 0.3.34
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.
|
@@ -27,6 +27,7 @@ exports.$$ = void 0;
|
|
|
27
27
|
const _easync = __importStar(require("exupery-core-async"));
|
|
28
28
|
const _ei = __importStar(require("exupery-core-internals"));
|
|
29
29
|
const fs_1 = require("fs");
|
|
30
|
+
const t_path = __importStar(require("exupery-resources/dist/implementation/transformers/path/text"));
|
|
30
31
|
exports.$$ = _easync.__create_resource_command(($p) => {
|
|
31
32
|
const __possibly_escape_filename = (path, escape) => {
|
|
32
33
|
if (escape) {
|
|
@@ -36,7 +37,7 @@ exports.$$ = _easync.__create_resource_command(($p) => {
|
|
|
36
37
|
};
|
|
37
38
|
return _easync.__create_command_promise({
|
|
38
39
|
'execute': (on_success, on_error) => {
|
|
39
|
-
(0, fs_1.mkdir)(__possibly_escape_filename($p.path
|
|
40
|
+
(0, fs_1.mkdir)(__possibly_escape_filename(t_path.Context_Path($p.path.context) + `/${$p.path.node}`, $p['escape spaces in path']), {
|
|
40
41
|
'recursive': true,
|
|
41
42
|
}, (err, path) => {
|
|
42
43
|
if (err) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exupery-core-bin",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.34",
|
|
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.
|
|
32
|
-
"exupery-resources": "^0.3.
|
|
30
|
+
"exupery-core-async": "^0.3.75",
|
|
31
|
+
"exupery-core-internals": "^0.3.17",
|
|
32
|
+
"exupery-resources": "^0.3.26"
|
|
33
33
|
}
|
|
34
34
|
}
|