pareto-host-nodejs 0.2.27 → 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.
@@ -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/block/transformers/list_of_characters"));
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/block/transformers/list_of_characters"));
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.27",
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",