pareto-resources 0.2.99 → 0.2.100

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.
@@ -6,8 +6,8 @@ export declare namespace commands {
6
6
  }, null, {
7
7
  'program': string;
8
8
  }>;
9
- type smelly_command_executable = _pi.Command_Procedure<resources.execute_sandboxed.commands.command_executable, {
10
- 'unrestricted': resources.execute_unrestricted.commands.command_executable;
9
+ type smelly_command_executable = _pi.Command_Procedure<resources.execute_sandboxed.commands.smelly_command_executable, {
10
+ 'unrestricted': resources.execute_unrestricted.commands.smelly_command_executable;
11
11
  }, null, {
12
12
  'program': string;
13
13
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-resources",
3
- "version": "0.2.99",
3
+ "version": "0.2.100",
4
4
  "author": "Corno",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A library providing resources for the Pareto programming Language",