@or-sdk/hitl 0.33.1 → 0.33.2-beta.1080.0

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.
Files changed (2) hide show
  1. package/package.json +2 -3
  2. package/src/constants.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/hitl",
3
- "version": "0.33.1",
3
+ "version": "0.33.2-beta.1080.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -29,6 +29,5 @@
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"
32
- },
33
- "gitHead": "8dc3a7c6108b588be3c6584306bc6b37487aa30b"
32
+ }
34
33
  }
package/src/constants.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export const SERVICE_KEY = 'hitl-api';
2
2
  export const HITL_API_SERVICE_KEY = SERVICE_KEY;
3
+