pareto-resources 0.2.140 → 0.2.141

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.
@@ -1,12 +1,12 @@
1
1
  import * as p_ from 'pareto-core/interface/command_implementation';
2
- import * as command_actions from "../interface/commands.js";
3
- export type command_executable = p_.Command_Implementation<command_actions.execute_sandboxed.command_executable, {
2
+ import * as command_interfaces from "../interface/commands.js";
3
+ export type command_executable = p_.Command_Implementation<command_interfaces.execute_sandboxed.command_executable, {
4
4
  'program': string;
5
5
  }, null, {
6
- 'unrestricted': command_actions.execute_unrestricted.command_executable;
6
+ 'unrestricted': command_interfaces.execute_unrestricted.command_executable;
7
7
  }>;
8
- export type smelly_command_executable = p_.Command_Implementation<command_actions.execute_sandboxed.smelly_command_executable, {
8
+ export type smelly_command_executable = p_.Command_Implementation<command_interfaces.execute_sandboxed.smelly_command_executable, {
9
9
  'program': string;
10
10
  }, null, {
11
- 'unrestricted': command_actions.execute_unrestricted.smelly_command_executable;
11
+ 'unrestricted': command_interfaces.execute_unrestricted.smelly_command_executable;
12
12
  }>;
@@ -1,3 +1,3 @@
1
1
  import * as p_ from 'pareto-core/interface/command_implementation';
2
- import * as command_actions from "../interface/commands.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWFuZHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGVjbGFyYXRpb25zL2NvbW1hbmRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sOENBQThDLENBQUE7QUFFbEUsT0FBTyxLQUFLLGVBQWUsTUFBTSwwQkFBMEIsQ0FBQSJ9
2
+ import * as command_interfaces from "../interface/commands.js";
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWFuZHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZGVjbGFyYXRpb25zL2NvbW1hbmRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sOENBQThDLENBQUE7QUFFbEUsT0FBTyxLQUFLLGtCQUFrQixNQUFNLDBCQUEwQixDQUFBIn0=
@@ -1,7 +1,7 @@
1
1
  import * as p_ from 'pareto-core/interface/query_implementation';
2
- import * as query_actions from "../interface/queries.js";
3
- export type query_executable = p_.Query_Implementation<query_actions.execute_sandboxed.query_executable, {
2
+ import * as query_interfaces from "../interface/queries.js";
3
+ export type query_executable = p_.Query_Implementation<query_interfaces.execute_sandboxed.query_executable, {
4
4
  'program': string;
5
5
  }, {
6
- 'unrestricted': query_actions.execute_unrestricted.query_executable;
6
+ 'unrestricted': query_interfaces.execute_unrestricted.query_executable;
7
7
  }>;
@@ -1,3 +1,3 @@
1
1
  import * as p_ from 'pareto-core/interface/query_implementation';
2
- import * as query_actions from "../interface/queries.js";
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcmllcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvcXVlcmllcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLDRDQUE0QyxDQUFBO0FBRWhFLE9BQU8sS0FBSyxhQUFhLE1BQU0seUJBQXlCLENBQUEifQ==
2
+ import * as query_interfaces from "../interface/queries.js";
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcmllcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvcXVlcmllcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLDRDQUE0QyxDQUFBO0FBRWhFLE9BQU8sS0FBSyxnQkFBZ0IsTUFBTSx5QkFBeUIsQ0FBQSJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-resources",
3
- "version": "0.2.140",
3
+ "version": "0.2.141",
4
4
  "author": "Corno",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A library providing resources for the Pareto programming Language",