@relaycorp/relaynet-core
Advanced tools
Comparing version 1.86.6 to 1.87.0
@@ -26,3 +26,3 @@ export { RelaynetError } from './lib/RelaynetError'; | ||
export { RAMFSyntaxError } from './lib/ramf/RAMFSyntaxError'; | ||
export { MAX_RAMF_MESSAGE_LENGTH } from './lib/ramf/serialization'; | ||
export { MAX_RAMF_MESSAGE_LENGTH, MAX_SDU_PLAINTEXT_LENGTH } from './lib/ramf/serialization'; | ||
export { RAMFMessage } from './lib/messages/RAMFMessage'; | ||
@@ -29,0 +29,0 @@ export { Recipient } from './lib/messages/Recipient'; |
@@ -17,4 +17,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NodeConnectionParams = exports.PrivateInternetGatewayChannel = exports.GatewayChannel = exports.Channel = exports.PrivateGateway = exports.PrivateGatewayManager = exports.Gateway = exports.GatewayManager = exports.EndpointManager = exports.Endpoint = exports.CertificateRotation = exports.PrivateNodeRegistrationRequest = exports.PrivateNodeRegistration = exports.PrivateNodeRegistrationAuthorization = exports.ParcelDelivery = exports.ParcelCollection = exports.HandshakeResponse = exports.HandshakeChallenge = exports.StreamingMode = exports.RAMFValidationError = exports.InvalidMessageError = exports.CargoCollectionRequest = exports.CargoCollectionAuthorization = exports.CargoMessageSet = exports.Cargo = exports.ServiceMessage = exports.Parcel = exports.RAMFMessage = exports.MAX_RAMF_MESSAGE_LENGTH = exports.RAMFSyntaxError = exports.RAMFError = exports.CMSError = exports.SessionKeyPair = exports.UnknownKeyError = exports.KeyStoreError = exports.MockPrivateKeyStore = exports.MockPublicKeyStore = exports.MockCertificateStore = exports.MockKeyStoreSet = exports.CertificateStore = exports.PrivateKeyStore = exports.CertificateError = exports.CertificationPath = exports.Certificate = exports.RsaPssPrivateKey = exports.PrivateKey = exports.getRSAPublicKeyFromPrivate = exports.generateRSAKeyPair = exports.generateECDHKeyPair = exports.RelaynetError = void 0; | ||
exports.getPublicKeyDigest = exports.getPublicKeyDigestHex = exports.getIdFromIdentityKey = exports.derSerializePublicKey = exports.derSerializePrivateKey = exports.derDeserializeRSAPublicKey = exports.derDeserializeECDHPublicKey = exports.derDeserializeRSAPrivateKey = exports.derDeserializeECDHPrivateKey = exports.PrivateEndpointConnParams = void 0; | ||
exports.PrivateInternetGatewayChannel = exports.GatewayChannel = exports.Channel = exports.PrivateGateway = exports.PrivateGatewayManager = exports.Gateway = exports.GatewayManager = exports.EndpointManager = exports.Endpoint = exports.CertificateRotation = exports.PrivateNodeRegistrationRequest = exports.PrivateNodeRegistration = exports.PrivateNodeRegistrationAuthorization = exports.ParcelDelivery = exports.ParcelCollection = exports.HandshakeResponse = exports.HandshakeChallenge = exports.StreamingMode = exports.RAMFValidationError = exports.InvalidMessageError = exports.CargoCollectionRequest = exports.CargoCollectionAuthorization = exports.CargoMessageSet = exports.Cargo = exports.ServiceMessage = exports.Parcel = exports.RAMFMessage = exports.MAX_SDU_PLAINTEXT_LENGTH = exports.MAX_RAMF_MESSAGE_LENGTH = exports.RAMFSyntaxError = exports.RAMFError = exports.CMSError = exports.SessionKeyPair = exports.UnknownKeyError = exports.KeyStoreError = exports.MockPrivateKeyStore = exports.MockPublicKeyStore = exports.MockCertificateStore = exports.MockKeyStoreSet = exports.CertificateStore = exports.PrivateKeyStore = exports.CertificateError = exports.CertificationPath = exports.Certificate = exports.RsaPssPrivateKey = exports.PrivateKey = exports.getRSAPublicKeyFromPrivate = exports.generateRSAKeyPair = exports.generateECDHKeyPair = exports.RelaynetError = void 0; | ||
exports.getPublicKeyDigest = exports.getPublicKeyDigestHex = exports.getIdFromIdentityKey = exports.derSerializePublicKey = exports.derSerializePrivateKey = exports.derDeserializeRSAPublicKey = exports.derDeserializeECDHPublicKey = exports.derDeserializeRSAPrivateKey = exports.derDeserializeECDHPrivateKey = exports.PrivateEndpointConnParams = exports.NodeConnectionParams = void 0; | ||
var RelaynetError_1 = require("./lib/RelaynetError"); | ||
@@ -65,2 +65,3 @@ Object.defineProperty(exports, "RelaynetError", { enumerable: true, get: function () { return RelaynetError_1.RelaynetError; } }); | ||
Object.defineProperty(exports, "MAX_RAMF_MESSAGE_LENGTH", { enumerable: true, get: function () { return serialization_1.MAX_RAMF_MESSAGE_LENGTH; } }); | ||
Object.defineProperty(exports, "MAX_SDU_PLAINTEXT_LENGTH", { enumerable: true, get: function () { return serialization_1.MAX_SDU_PLAINTEXT_LENGTH; } }); | ||
var RAMFMessage_1 = require("./lib/messages/RAMFMessage"); | ||
@@ -67,0 +68,0 @@ Object.defineProperty(exports, "RAMFMessage", { enumerable: true, get: function () { return RAMFMessage_1.RAMFMessage; } }); |
{ | ||
"name": "@relaycorp/relaynet-core", | ||
"version": "1.86.6", | ||
"version": "1.87.0", | ||
"author": { | ||
@@ -58,11 +58,11 @@ "email": "no-reply@relaycorp.tech", | ||
"devDependencies": { | ||
"@relaycorp/shared-config": "^1.9.4", | ||
"@relaycorp/shared-config": "^1.14.1", | ||
"@types/jest": "^27.5.0", | ||
"@types/node": "^20.4.2", | ||
"@types/node": "^20.4.8", | ||
"del-cli": "^5.0.0", | ||
"jest": "^27.5.1", | ||
"jest-date-mock": "^1.0.8", | ||
"jest-extended": "^4.0.0", | ||
"jest-extended": "^4.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.0.0", | ||
"prettier": "^3.0.1", | ||
"ts-jest": "^27.1.4", | ||
@@ -69,0 +69,0 @@ "ts-node": "^10.9.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4863828
392
6834