@riocrypto/common 1.0.1321 → 1.0.1322

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.
@@ -89,7 +89,7 @@ export declare class RioClient {
89
89
  hasAuthenticatorEnabled: boolean;
90
90
  }>;
91
91
  getAuth(id: string): Promise<Auth>;
92
- getAuthWithNotId(): Promise<Auth>;
92
+ getAuthWithoutId(): Promise<Auth>;
93
93
  getAuths(): Promise<Auth[]>;
94
94
  getSecurityQuestion(): Promise<SecurityQuestion>;
95
95
  authHasSecurityQuestion(): Promise<Boolean>;
@@ -287,7 +287,7 @@ class RioClient {
287
287
  return response.data;
288
288
  });
289
289
  }
290
- getAuthWithNotId() {
290
+ getAuthWithoutId() {
291
291
  return __awaiter(this, void 0, void 0, function* () {
292
292
  const response = yield this.axios.get(`/api/auth/self`);
293
293
  return response.data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1321",
3
+ "version": "1.0.1322",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",