@remnawave/backend-contract 0.0.66 → 0.0.68

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ export declare const EVENTS: {
20
20
  CONNECTION_LOST: string;
21
21
  CONNECTION_RESTORED: string;
22
22
  RESTARTED: string;
23
+ TRAFFIC_NOTIFY: string;
23
24
  };
24
25
  };
25
26
  //# sourceMappingURL=events.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../constants/events/events.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;CAuBlB,CAAC"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../constants/events/events.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;CAwBlB,CAAC"}
@@ -23,5 +23,6 @@ exports.EVENTS = {
23
23
  CONNECTION_LOST: 'node.connection_lost',
24
24
  CONNECTION_RESTORED: 'node.connection_restored',
25
25
  RESTARTED: 'node.restarted',
26
+ TRAFFIC_NOTIFY: 'node.traffic_notify',
26
27
  },
27
28
  };
@@ -23,5 +23,6 @@ exports.EVENTS = {
23
23
  CONNECTION_LOST: 'node.connection_lost',
24
24
  CONNECTION_RESTORED: 'node.connection_restored',
25
25
  RESTARTED: 'node.restarted',
26
+ TRAFFIC_NOTIFY: 'node.traffic_notify',
26
27
  },
27
28
  };
package/package.json CHANGED
@@ -1,7 +1,17 @@
1
1
  {
2
2
  "name": "@remnawave/backend-contract",
3
- "version": "0.0.66",
3
+ "version": "0.0.68",
4
+ "public": true,
4
5
  "description": "A contract library for Remnawave",
6
+ "author": "REMNAWAVE <github.com/remnawave>",
7
+ "homepage": "https://github.com/remnawave",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/remnawave/backend"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/remnawave/backend/issues"
14
+ },
5
15
  "main": "build/backend/index.js",
6
16
  "browser": "build/frontend/index.js",
7
17
  "types": "build/backend/index.d.ts",
@@ -16,7 +26,6 @@
16
26
  "prepublish": "npm run build"
17
27
  },
18
28
  "keywords": [],
19
- "author": "REMNAWAVE",
20
29
  "license": "ISC",
21
30
  "dependencies": {
22
31
  "zod": "^3.22.4"