pareto-resources 0.2.7 → 0.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-resources",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "A library providing resources forthe Pareto programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,9 +8,9 @@
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "astn-core": "^0.5.0",
12
11
  "pareto-core-command": "^0.3.0",
12
+ "pareto-core-deserializer": "^0.3.0",
13
13
  "pareto-core-query": "^0.2.0",
14
- "pareto-fountain-pen": "^0.4.0"
14
+ "pareto-fountain-pen": "^0.4.1"
15
15
  }
16
16
  }
@@ -1,37 +0,0 @@
1
- import * as _pi from "pareto-core-interface";
2
- export declare namespace Parameters_ {
3
- namespace args {
4
- type L = string;
5
- }
6
- type args = _pi.List<args.L>;
7
- }
8
- export type Parameters_ = {
9
- readonly 'args': Parameters_.args;
10
- };
11
- export declare namespace Error_ {
12
- namespace failed_to_spawn {
13
- type message = string;
14
- }
15
- type failed_to_spawn = {
16
- readonly 'message': failed_to_spawn.message;
17
- };
18
- namespace non_zero_exit_code {
19
- namespace exit_code {
20
- type O = number;
21
- }
22
- type exit_code = _pi.Optional_Value<exit_code.O>;
23
- type stderr = string;
24
- }
25
- type non_zero_exit_code = {
26
- readonly 'exit code': non_zero_exit_code.exit_code;
27
- readonly 'stderr': non_zero_exit_code.stderr;
28
- };
29
- }
30
- export type Error_ = readonly ['failed to spawn', Error_.failed_to_spawn] | readonly ['non zero exit code', Error_.non_zero_exit_code];
31
- export declare namespace Result_ {
32
- type stdout = string;
33
- }
34
- export type Result_ = {
35
- readonly 'stdout': Result_.stdout;
36
- };
37
- export { Parameters_ as Parameters, Error_ as Error, Result_ as Result, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfcXVlcnlfZXhlY3V0YWJsZV9yYXcvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,24 +0,0 @@
1
- import * as i_out from "./data";
2
- import * as i_in from "./data";
3
- export declare namespace Parameters_ {
4
- type I = i_in.Parameters;
5
- type O = i_out.Parameters;
6
- namespace P {
7
- }
8
- }
9
- export type Parameters_ = ($$_: Parameters_.I) => Parameters_.O;
10
- export declare namespace Error_ {
11
- type I = i_in.Error;
12
- type O = i_out.Error;
13
- namespace P {
14
- }
15
- }
16
- export type Error_ = ($$_: Error_.I) => Error_.O;
17
- export declare namespace Result_ {
18
- type I = i_in.Result;
19
- type O = i_out.Result;
20
- namespace P {
21
- }
22
- }
23
- export type Result_ = ($$_: Result_.I) => Result_.O;
24
- export { Parameters_ as Parameters, Error_ as Error, Result_ as Result, };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfcXVlcnlfZXhlY3V0YWJsZV9yYXcvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=