@voice-chat/contracts 1.0.1 → 1.0.2

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.
@@ -1,4 +1,4 @@
1
- export declare const MESSAGE_PATTERNS: {
1
+ export declare const AUTH_MESSAGE_PATTERNS: {
2
2
  readonly USER_LOGIN: "auth.login";
3
3
  readonly USER_REGISTRATION: "auth.registration";
4
4
  };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MESSAGE_PATTERNS = void 0;
4
- exports.MESSAGE_PATTERNS = {
3
+ exports.AUTH_MESSAGE_PATTERNS = void 0;
4
+ exports.AUTH_MESSAGE_PATTERNS = {
5
5
  USER_LOGIN: "auth.login",
6
6
  USER_REGISTRATION: "auth.registration",
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voice-chat/contracts",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "api-contracts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",