@devtion/backend 0.0.0-521e678 → 0.0.0-56ecf35

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.
@@ -72,7 +72,7 @@ var LogLevel;
72
72
  * @notice the set of Firebase Functions status codes. The codes are the same at the
73
73
  * ones exposed by {@link https://github.com/grpc/grpc/blob/master/doc/statuscodes.md | gRPC}.
74
74
  * @param errorCode <FunctionsErrorCode> - the set of possible error codes.
75
- * @param message <string> - the error messge.
75
+ * @param message <string> - the error message.
76
76
  * @param [details] <string> - the details of the error (optional).
77
77
  * @returns <HttpsError>
78
78
  */
@@ -49,7 +49,7 @@ var LogLevel;
49
49
  * @notice the set of Firebase Functions status codes. The codes are the same at the
50
50
  * ones exposed by {@link https://github.com/grpc/grpc/blob/master/doc/statuscodes.md | gRPC}.
51
51
  * @param errorCode <FunctionsErrorCode> - the set of possible error codes.
52
- * @param message <string> - the error messge.
52
+ * @param message <string> - the error message.
53
53
  * @param [details] <string> - the details of the error (optional).
54
54
  * @returns <HttpsError>
55
55
  */
@@ -6,7 +6,7 @@ import { LogLevel } from "../types/enums";
6
6
  * @notice the set of Firebase Functions status codes. The codes are the same at the
7
7
  * ones exposed by {@link https://github.com/grpc/grpc/blob/master/doc/statuscodes.md | gRPC}.
8
8
  * @param errorCode <FunctionsErrorCode> - the set of possible error codes.
9
- * @param message <string> - the error messge.
9
+ * @param message <string> - the error message.
10
10
  * @param [details] <string> - the details of the error (optional).
11
11
  * @returns <HttpsError>
12
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtion/backend",
3
- "version": "0.0.0-521e678",
3
+ "version": "0.0.0-56ecf35",
4
4
  "description": "MPC Phase 2 backend for Firebase services management",
5
5
  "repository": "git@github.com:privacy-scaling-explorations/p0tion.git",
6
6
  "homepage": "https://github.com/privacy-scaling-explorations/p0tion",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "beff6640bb9ab31a1625f952ef13adfb59468280"
88
+ "gitHead": "7d72963a1027f3e86cecf40d3255f04cc74e4826"
89
89
  }
package/src/lib/errors.ts CHANGED
@@ -7,7 +7,7 @@ import { LogLevel } from "../types/enums"
7
7
  * @notice the set of Firebase Functions status codes. The codes are the same at the
8
8
  * ones exposed by {@link https://github.com/grpc/grpc/blob/master/doc/statuscodes.md | gRPC}.
9
9
  * @param errorCode <FunctionsErrorCode> - the set of possible error codes.
10
- * @param message <string> - the error messge.
10
+ * @param message <string> - the error message.
11
11
  * @param [details] <string> - the details of the error (optional).
12
12
  * @returns <HttpsError>
13
13
  */