exupery-resources 0.3.2 → 0.3.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/implementation/algorithms/procedures/unguaranteed/execute_any_procedure_executable.d.ts +8 -0
- package/dist/implementation/algorithms/procedures/unguaranteed/execute_any_procedure_executable.js +68 -0
- package/dist/implementation/algorithms/procedures/unguaranteed/execute_any_smelly_procedure_executable.d.ts +8 -0
- package/dist/implementation/algorithms/procedures/unguaranteed/execute_any_smelly_procedure_executable.js +75 -0
- package/dist/implementation/algorithms/queries/unguaranteed/execute_any_query_executable.d.ts +8 -0
- package/dist/implementation/algorithms/queries/unguaranteed/execute_any_query_executable.js +76 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/marshall.js +67 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js +68 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/marshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/marshall.js +74 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/unmarshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/unmarshall.js +76 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js +71 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.js +71 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +1 -5
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +1 -4
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +1 -5
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +1 -4
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +1 -5
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +1 -4
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.d.ts +100 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.d.ts +100 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.d.ts +110 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.d.ts +110 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/marshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/migrate_boilerplate.d.ts +68 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/unmarshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.d.ts +0 -3
- package/package.json +2 -2
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type _T_Value_Deserializers = {
|
|
2
|
+
readonly 'boolean': ($$_: string, $$_p: null) => boolean;
|
|
3
|
+
readonly 'custom numbers': null;
|
|
4
|
+
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
5
|
+
};
|
|
6
|
+
export type Value_Deserializers = _T_Value_Deserializers;
|
|
7
|
+
export declare namespace _T_Value_Deserializers {
|
|
8
|
+
namespace _boolean {
|
|
9
|
+
type CONTEXT = string;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = boolean;
|
|
13
|
+
}
|
|
14
|
+
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
15
|
+
namespace custom_numbers {
|
|
16
|
+
}
|
|
17
|
+
type custom_numbers = null;
|
|
18
|
+
namespace default_number {
|
|
19
|
+
type CONTEXT = string;
|
|
20
|
+
namespace PARAMS {
|
|
21
|
+
}
|
|
22
|
+
type RESULT = number;
|
|
23
|
+
}
|
|
24
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Deserializers {
|
|
27
|
+
namespace _boolean {
|
|
28
|
+
type CONTEXT = string;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = boolean;
|
|
32
|
+
}
|
|
33
|
+
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
34
|
+
namespace custom_numbers {
|
|
35
|
+
}
|
|
36
|
+
type custom_numbers = null;
|
|
37
|
+
namespace default_number {
|
|
38
|
+
type CONTEXT = string;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = number;
|
|
42
|
+
}
|
|
43
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
44
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfYW55X3NtZWxseV9wcm9jZWR1cmVfZXhlY3V0YWJsZS92YWx1ZV9kZXNlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type _T_Value_Serializers = {
|
|
2
|
+
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
3
|
+
readonly 'custom numbers': null;
|
|
4
|
+
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
5
|
+
};
|
|
6
|
+
export type Value_Serializers = _T_Value_Serializers;
|
|
7
|
+
export declare namespace _T_Value_Serializers {
|
|
8
|
+
namespace _boolean {
|
|
9
|
+
type CONTEXT = boolean;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = string;
|
|
13
|
+
}
|
|
14
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
15
|
+
namespace custom_numbers {
|
|
16
|
+
}
|
|
17
|
+
type custom_numbers = null;
|
|
18
|
+
namespace default_number {
|
|
19
|
+
type CONTEXT = number;
|
|
20
|
+
namespace PARAMS {
|
|
21
|
+
}
|
|
22
|
+
type RESULT = string;
|
|
23
|
+
}
|
|
24
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Serializers {
|
|
27
|
+
namespace _boolean {
|
|
28
|
+
type CONTEXT = boolean;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = string;
|
|
32
|
+
}
|
|
33
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
34
|
+
namespace custom_numbers {
|
|
35
|
+
}
|
|
36
|
+
type custom_numbers = null;
|
|
37
|
+
namespace default_number {
|
|
38
|
+
type CONTEXT = number;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = string;
|
|
42
|
+
}
|
|
43
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX2FueV9zbWVsbHlfcHJvY2VkdXJlX2V4ZWN1dGFibGUvdmFsdWVfc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
14
14
|
]>;
|
|
15
15
|
export type _T_Parameters = {
|
|
16
16
|
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
-
readonly 'program': string;
|
|
18
17
|
};
|
|
19
18
|
export type Error = _T_Error;
|
|
20
19
|
export type Parameters = _T_Parameters;
|
|
@@ -56,7 +55,6 @@ export declare namespace _T_Parameters {
|
|
|
56
55
|
type L = string;
|
|
57
56
|
}
|
|
58
57
|
type args = _i_core._T_List<null, string>;
|
|
59
|
-
type program = string;
|
|
60
58
|
}
|
|
61
59
|
export declare namespace Error {
|
|
62
60
|
namespace SG {
|
|
@@ -96,5 +94,4 @@ export declare namespace Parameters {
|
|
|
96
94
|
type L = string;
|
|
97
95
|
}
|
|
98
96
|
type args = _i_core._T_List<null, string>;
|
|
99
|
-
type program = string;
|
|
100
97
|
}
|
package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
14
14
|
]>;
|
|
15
15
|
export type _T_Parameters = {
|
|
16
16
|
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
-
readonly 'program': string;
|
|
18
17
|
};
|
|
19
18
|
export type Error = _T_Error;
|
|
20
19
|
export type Parameters = _T_Parameters;
|
|
@@ -56,7 +55,6 @@ export declare namespace _T_Parameters {
|
|
|
56
55
|
type L = string;
|
|
57
56
|
}
|
|
58
57
|
type args = _i_core._T_List<null, string>;
|
|
59
|
-
type program = string;
|
|
60
58
|
}
|
|
61
59
|
export declare namespace Error {
|
|
62
60
|
namespace SG {
|
|
@@ -96,5 +94,4 @@ export declare namespace Parameters {
|
|
|
96
94
|
type L = string;
|
|
97
95
|
}
|
|
98
96
|
type args = _i_core._T_List<null, string>;
|
|
99
|
-
type program = string;
|
|
100
97
|
}
|
package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
14
14
|
]>;
|
|
15
15
|
export type _T_Parameters = {
|
|
16
16
|
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
-
readonly 'program': string;
|
|
18
17
|
};
|
|
19
18
|
export type _T_Result = {
|
|
20
19
|
readonly 'stdout': string;
|
|
@@ -60,7 +59,6 @@ export declare namespace _T_Parameters {
|
|
|
60
59
|
type L = string;
|
|
61
60
|
}
|
|
62
61
|
type args = _i_core._T_List<null, string>;
|
|
63
|
-
type program = string;
|
|
64
62
|
}
|
|
65
63
|
export declare namespace _T_Result {
|
|
66
64
|
type stdout = string;
|
|
@@ -103,7 +101,6 @@ export declare namespace Parameters {
|
|
|
103
101
|
type L = string;
|
|
104
102
|
}
|
|
105
103
|
type args = _i_core._T_List<null, string>;
|
|
106
|
-
type program = string;
|
|
107
104
|
}
|
|
108
105
|
export declare namespace Result {
|
|
109
106
|
type stdout = string;
|
package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
14
14
|
]>;
|
|
15
15
|
export type _T_Parameters = {
|
|
16
16
|
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
-
readonly 'program': string;
|
|
18
17
|
};
|
|
19
18
|
export type _T_Result = {
|
|
20
19
|
readonly 'stdout': string;
|
|
@@ -60,7 +59,6 @@ export declare namespace _T_Parameters {
|
|
|
60
59
|
type L = string;
|
|
61
60
|
}
|
|
62
61
|
type args = _i_core._T_List<null, string>;
|
|
63
|
-
type program = string;
|
|
64
62
|
}
|
|
65
63
|
export declare namespace _T_Result {
|
|
66
64
|
type stdout = string;
|
|
@@ -103,7 +101,6 @@ export declare namespace Parameters {
|
|
|
103
101
|
type L = string;
|
|
104
102
|
}
|
|
105
103
|
type args = _i_core._T_List<null, string>;
|
|
106
|
-
type program = string;
|
|
107
104
|
}
|
|
108
105
|
export declare namespace Result {
|
|
109
106
|
type stdout = string;
|
|
@@ -15,7 +15,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
15
15
|
]>;
|
|
16
16
|
export type _T_Parameters = {
|
|
17
17
|
readonly 'args': _i_core._T_List<null, string>;
|
|
18
|
-
readonly 'program': string;
|
|
19
18
|
};
|
|
20
19
|
export type Error = _T_Error;
|
|
21
20
|
export type Parameters = _T_Parameters;
|
|
@@ -60,7 +59,6 @@ export declare namespace _T_Parameters {
|
|
|
60
59
|
type L = string;
|
|
61
60
|
}
|
|
62
61
|
type args = _i_core._T_List<null, string>;
|
|
63
|
-
type program = string;
|
|
64
62
|
}
|
|
65
63
|
export declare namespace Error {
|
|
66
64
|
namespace SG {
|
|
@@ -103,5 +101,4 @@ export declare namespace Parameters {
|
|
|
103
101
|
type L = string;
|
|
104
102
|
}
|
|
105
103
|
type args = _i_core._T_List<null, string>;
|
|
106
|
-
type program = string;
|
|
107
104
|
}
|
|
@@ -15,7 +15,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
15
15
|
]>;
|
|
16
16
|
export type _T_Parameters = {
|
|
17
17
|
readonly 'args': _i_core._T_List<null, string>;
|
|
18
|
-
readonly 'program': string;
|
|
19
18
|
};
|
|
20
19
|
export type Error = _T_Error;
|
|
21
20
|
export type Parameters = _T_Parameters;
|
|
@@ -60,7 +59,6 @@ export declare namespace _T_Parameters {
|
|
|
60
59
|
type L = string;
|
|
61
60
|
}
|
|
62
61
|
type args = _i_core._T_List<null, string>;
|
|
63
|
-
type program = string;
|
|
64
62
|
}
|
|
65
63
|
export declare namespace Error {
|
|
66
64
|
namespace SG {
|
|
@@ -103,5 +101,4 @@ export declare namespace Parameters {
|
|
|
103
101
|
type L = string;
|
|
104
102
|
}
|
|
105
103
|
type args = _i_core._T_List<null, string>;
|
|
106
|
-
type program = string;
|
|
107
104
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exupery-resources",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "A library providing resources forthe Exupery programming Language",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"exupery-core-alg": "^0.5.0",
|
|
12
|
-
"exupery-core-async": "^0.3.
|
|
12
|
+
"exupery-core-async": "^0.3.5",
|
|
13
13
|
"exupery-core-dev": "^0.3.0",
|
|
14
14
|
"exupery-standard-library": "^0.3.0"
|
|
15
15
|
},
|