pareto-core-command 0.2.1 → 0.2.3

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.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  /**
2
- * these functions coming from core-internals should be exposed for query development
2
+ * these functions coming from core-internals should be exposed for command development
3
3
  */
4
4
  export {} from "pareto-core-internals";
5
5
  export * from "./create_command_procedure";
6
+ export * from "./create_command_promise";
7
+ export * from "./create_resource_command";
6
8
  export * from "./actions";
package/dist/index.js CHANGED
@@ -15,5 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./create_command_procedure"), exports);
18
+ __exportStar(require("./create_command_promise"), exports);
19
+ __exportStar(require("./create_resource_command"), exports);
18
20
  __exportStar(require("./actions"), exports);
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQWFBLDZEQUEwQztBQUMxQyw0Q0FBeUIifQ==
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQWNBLDZEQUEwQztBQUMxQywyREFBd0M7QUFDeEMsNERBQXlDO0FBQ3pDLDRDQUF5QiJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-core-command",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "license": "ISC",
5
5
  "description": "the exupery core package for developing command algorithms",
6
6
  "author": "Corno",