pareto-host-nodejs 0.2.26 → 0.2.28
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/commands/log.js
CHANGED
|
@@ -39,7 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.$$ = void 0;
|
|
40
40
|
const _p_text_from_list_1 = __importDefault(require("pareto-core/dist/_p_text_from_list"));
|
|
41
41
|
//dependencies
|
|
42
|
-
const t_fp_to_list_of_characters = __importStar(require("pareto-fountain-pen/dist/implementation/manual/schemas/
|
|
42
|
+
const t_fp_to_list_of_characters = __importStar(require("pareto-fountain-pen/dist/implementation/manual/schemas/prose/transformers/list_of_characters"));
|
|
43
43
|
const command_1 = require("pareto-core/dist/__internals/async/command");
|
|
44
44
|
const command_promise_1 = require("pareto-core/dist/__internals/async/command_promise");
|
|
45
45
|
exports.$$ = (0, command_1.__command)(($p) => {
|
|
@@ -41,7 +41,7 @@ const _p_text_from_list_1 = __importDefault(require("pareto-core/dist/_p_text_fr
|
|
|
41
41
|
const command_1 = require("pareto-core/dist/__internals/async/command");
|
|
42
42
|
const command_promise_1 = require("pareto-core/dist/__internals/async/command_promise");
|
|
43
43
|
//dependencies
|
|
44
|
-
const t_fp_to_list_of_characters = __importStar(require("pareto-fountain-pen/dist/implementation/manual/schemas/
|
|
44
|
+
const t_fp_to_list_of_characters = __importStar(require("pareto-fountain-pen/dist/implementation/manual/schemas/prose/transformers/list_of_characters"));
|
|
45
45
|
exports.$$ = (0, command_1.__command)(($p) => {
|
|
46
46
|
return (0, command_promise_1.__command_promise)({
|
|
47
47
|
'execute': (on_success) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pareto-host-nodejs",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.28",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"description": "the exupery core package for creating a main function in a nodejs host environment",
|
|
6
6
|
"author": "Corno",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"pareto-
|
|
22
|
-
"pareto-resources": "^0.2.43"
|
|
21
|
+
"pareto-resources": "^0.2.44"
|
|
23
22
|
},
|
|
24
23
|
"repository": {
|
|
25
24
|
"type": "git",
|