@orion-js/echoes 3.0.32 → 3.0.40

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/lib/types.d.ts +1 -1
  2. package/package.json +6 -6
package/lib/types.d.ts CHANGED
@@ -36,7 +36,7 @@ export interface RequestMakerResult {
36
36
  export declare type RequestMaker = (options: MakeRequestParams) => Promise<RequestMakerResult>;
37
37
  export interface RequestsConfig {
38
38
  /**
39
- * The secret key used to sign all requests
39
+ * The secret key used to sign all requests. Shared between all your services
40
40
  */
41
41
  key: string;
42
42
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-js/echoes",
3
- "version": "3.0.32",
3
+ "version": "3.0.40",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "files": [
@@ -17,10 +17,10 @@
17
17
  "upgrade-interactive": "yarn upgrade-interactive"
18
18
  },
19
19
  "dependencies": {
20
- "@orion-js/helpers": "^3.0.31",
21
- "@orion-js/http": "^3.0.32",
22
- "@orion-js/resolvers": "^3.0.32",
23
- "@orion-js/schema": "^3.0.32",
20
+ "@orion-js/helpers": "^3.0.36",
21
+ "@orion-js/http": "^3.0.40",
22
+ "@orion-js/resolvers": "^3.0.37",
23
+ "@orion-js/schema": "^3.0.37",
24
24
  "axios": "^0.24.0",
25
25
  "jssha": "^3.2.0",
26
26
  "kafkajs": "^1.15.0",
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "8d6dfbbd6fbf5aed082e9d67df81d09db580b015"
41
+ "gitHead": "c0632276e6b8247bfe6ae2b2eee8815a3bcd441f"
42
42
  }