@remnawave/node-contract
Advanced tools
Comparing version 0.1.5 to 0.1.6
export * from './stats'; | ||
export * from './xray'; | ||
export * from './handler'; |
@@ -19,1 +19,2 @@ "use strict"; | ||
__exportStar(require("./xray"), exports); | ||
__exportStar(require("./handler"), exports); |
@@ -19,1 +19,2 @@ "use strict"; | ||
__exportStar(require("./stats"), exports); | ||
__exportStar(require("./handler"), exports); |
@@ -36,2 +36,7 @@ "use strict"; | ||
}, | ||
FAILED_TO_GET_INBOUND_USERS: { | ||
code: 'A014', | ||
message: 'Failed to get inbound users', | ||
httpCode: 500, | ||
}, | ||
}; |
export * from './xray'; | ||
export * from './stats'; | ||
export * from './handler'; |
@@ -33,2 +33,7 @@ export const ERRORS = { | ||
}, | ||
FAILED_TO_GET_INBOUND_USERS: { | ||
code: 'A014', | ||
message: 'Failed to get inbound users', | ||
httpCode: 500, | ||
}, | ||
} as const; |
{ | ||
"name": "@remnawave/node-contract", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A node-contract library for Remnawave Panel", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51018
66
1145