@intuitionrobotics/testelot 0.40.24 → 0.41.1

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/core/Action.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  import { Logger, Constructor } from "@intuitionrobotics/ts-common";
5
5
  import { ContextKey } from "./ContainerContext";
package/core/Action.js CHANGED
@@ -68,7 +68,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
68
68
  Object.defineProperty(exports, "__esModule", { value: true });
69
69
  exports.Action = exports.Status = void 0;
70
70
  /**
71
- * Created by TacB0sS on 3/18/17.
71
+ * Created by IR on 3/18/17.
72
72
  */
73
73
  var ts_common_1 = require("@intuitionrobotics/ts-common");
74
74
  var TestException_1 = require("./TestException");
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  import { Action } from "./Action";
5
5
  import { ContextKey, TypedHashMap } from "./ContainerContext";
@@ -68,7 +68,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
68
68
  Object.defineProperty(exports, "__esModule", { value: true });
69
69
  exports.Action_Container = void 0;
70
70
  /**
71
- * Created by TacB0sS on 3/18/17.
71
+ * Created by IR on 3/18/17.
72
72
  */
73
73
  var Action_1 = require("./Action");
74
74
  var ContainerContext_1 = require("./ContainerContext");
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  import { Action } from "./Action";
5
5
  export declare class Action_Custom<ParamValue extends any = any, ReturnValue extends any = any> extends Action<ParamValue, ReturnValue> {
@@ -68,7 +68,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
68
68
  Object.defineProperty(exports, "__esModule", { value: true });
69
69
  exports.Action_Custom = void 0;
70
70
  /**
71
- * Created by TacB0sS on 3/18/17.
71
+ * Created by IR on 3/18/17.
72
72
  */
73
73
  var Action_1 = require("./Action");
74
74
  var Action_Custom = /** @class */ (function (_super) {
@@ -68,7 +68,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
68
68
  Object.defineProperty(exports, "__esModule", { value: true });
69
69
  exports.Action_Http = exports.HttpMethod = void 0;
70
70
  /**
71
- * Created by TacB0sS on 3/18/17.
71
+ * Created by IR on 3/18/17.
72
72
  */
73
73
  var ts_common_1 = require("@intuitionrobotics/ts-common");
74
74
  var Action_1 = require("./Action");
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  import { Action } from "./Action";
5
5
  import { LogLevel } from "@intuitionrobotics/ts-common";
@@ -68,7 +68,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
68
68
  Object.defineProperty(exports, "__esModule", { value: true });
69
69
  exports.Action_Log = void 0;
70
70
  /**
71
- * Created by TacB0sS on 3/18/17.
71
+ * Created by IR on 3/18/17.
72
72
  */
73
73
  var Action_1 = require("./Action");
74
74
  var Action_Log = /** @class */ (function (_super) {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  import { Action } from "./Action";
5
5
  export declare class Action_Sleep extends Action {
@@ -68,7 +68,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
68
68
  Object.defineProperty(exports, "__esModule", { value: true });
69
69
  exports.Action_Sleep = void 0;
70
70
  /**
71
- * Created by TacB0sS on 3/18/17.
71
+ * Created by IR on 3/18/17.
72
72
  */
73
73
  var Action_1 = require("./Action");
74
74
  var ts_common_1 = require("@intuitionrobotics/ts-common");
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  import { Action } from "./Action";
5
5
  export declare class Action_ThrowException extends Action {
@@ -68,7 +68,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
68
68
  Object.defineProperty(exports, "__esModule", { value: true });
69
69
  exports.Action_ThrowException = void 0;
70
70
  /**
71
- * Created by TacB0sS on 3/18/17.
71
+ * Created by IR on 3/18/17.
72
72
  */
73
73
  var Action_1 = require("./Action");
74
74
  var ts_common_1 = require("@intuitionrobotics/ts-common");
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  export declare class ContextKey<T> {
5
5
  readonly key: string;
@@ -19,7 +19,7 @@
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
20
  exports.TypedHashMap = exports.ContextKey = void 0;
21
21
  /**
22
- * Created by TacB0sS on 3/18/17.
22
+ * Created by IR on 3/18/17.
23
23
  */
24
24
  var ContextKey = /** @class */ (function () {
25
25
  function ContextKey(key, defaultValue) {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  import { Action_Container } from "./Action_Container";
5
5
  export declare class Scenario extends Action_Container {
package/core/Scenario.js CHANGED
@@ -68,7 +68,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
68
68
  Object.defineProperty(exports, "__esModule", { value: true });
69
69
  exports.Scenario = void 0;
70
70
  /**
71
- * Created by TacB0sS on 3/18/17.
71
+ * Created by IR on 3/18/17.
72
72
  */
73
73
  var Action_Container_1 = require("./Action_Container");
74
74
  var Scenario = /** @class */ (function (_super) {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Created by TacB0sS on 3/18/17.
2
+ * Created by IR on 3/18/17.
3
3
  */
4
4
  import { CustomException } from "@intuitionrobotics/ts-common";
5
5
  export declare class TestException extends CustomException {
@@ -32,7 +32,7 @@ var __extends = (this && this.__extends) || (function () {
32
32
  Object.defineProperty(exports, "__esModule", { value: true });
33
33
  exports.TestException = void 0;
34
34
  /**
35
- * Created by TacB0sS on 3/18/17.
35
+ * Created by IR on 3/18/17.
36
36
  */
37
37
  var ts_common_1 = require("@intuitionrobotics/ts-common");
38
38
  var TestException = /** @class */ (function (_super) {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@intuitionrobotics/testelot",
3
- "version": "0.40.24",
3
+ "version": "0.41.1",
4
4
  "description": "Nu-Art Sir Testelot",
5
5
  "keywords": [
6
- "TacB0sS",
6
+ "IR",
7
7
  "infra",
8
8
  "nu-art",
9
9
  "tests",
@@ -19,7 +19,7 @@
19
19
  "url": "git+ssh://git@github.com:intuition-robotics/testelot.git"
20
20
  },
21
21
  "license": "Apache-2.0",
22
- "author": "TacB0sS",
22
+ "author": "IR",
23
23
  "main": "index.js",
24
24
  "types": "index.d.ts",
25
25
  "files": [
@@ -29,7 +29,7 @@
29
29
  "build": "tsc"
30
30
  },
31
31
  "dependencies": {
32
- "@intuitionrobotics/ts-common": "~0.40.0",
32
+ "@intuitionrobotics/ts-common": "~0.41.0",
33
33
  "fetch": "^1.1.0",
34
34
  "node-fetch": "^2.3.0",
35
35
  "object-hash": "^1.3.1"