pareto-application-api 0.1.1 → 0.1.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.
@@ -0,0 +1,3 @@
1
+ import * as p_i from 'pareto-core/interface/command_action';
2
+ import * as d_main from "./data/main.js";
3
+ export type main = p_i.Command_Action<d_main.Error, d_main.Parameters>;
@@ -0,0 +1,3 @@
1
+ import * as p_i from 'pareto-core/interface/command_action';
2
+ import * as d_main from "./data/main.js";
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWFuZF9hY3Rpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2ludGVyZmFjZS9jb21tYW5kX2FjdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEdBQUcsTUFBTSxzQ0FBc0MsQ0FBQTtBQUUzRCxPQUFPLEtBQUssTUFBTSxNQUFNLGdCQUFnQixDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-application-api",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "author": "Corno",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A library providing a signature for the 'main' command",
@@ -1,8 +0,0 @@
1
- import * as p_ci from 'pareto-core/interface/command';
2
- import * as d_main from "./data/main.js";
3
- export declare namespace resources {
4
- namespace commands {
5
- type main = p_ci.Command<d_main.Error, d_main.Parameters>;
6
- }
7
- namespace queries { }
8
- }
@@ -1,3 +0,0 @@
1
- import * as p_ci from 'pareto-core/interface/command';
2
- import * as d_main from "./data/main.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb3VyY2VzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2ludGVyZmFjZS9yZXNvdXJjZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLElBQUksTUFBTSwrQkFBK0IsQ0FBQTtBQUVyRCxPQUFPLEtBQUssTUFBTSxNQUFNLGdCQUFnQixDQUFBIn0=