@xmtp/proto
Advanced tools
Comparing version 3.12.3 to 3.13.0
{ | ||
"name": "@xmtp/proto", | ||
"version": "3.12.3", | ||
"version": "3.13.0", | ||
"description": "Protobuf client and generated classes for GRPC API", | ||
@@ -65,4 +65,5 @@ "main": "./ts/dist/cjs/node.js", | ||
"protobufjs": "^7.0.0", | ||
"rxjs": "^7.8.0", | ||
"undici": "^5.8.1" | ||
} | ||
} |
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.invitation = exports.contact = exports.ciphertext = exports.signature = exports.publicKey = exports.privateKey = exports.composite = exports.content = exports.message = exports.authn = exports.fetcher = exports.messageApi = void 0; | ||
exports.keystore = exports.invitation = exports.contact = exports.ciphertext = exports.signature = exports.publicKey = exports.privateKey = exports.composite = exports.content = exports.message = exports.authn = exports.fetcher = exports.messageApi = void 0; | ||
exports.messageApi = __importStar(require("./message_api/v1/message_api.pb")); | ||
@@ -40,2 +40,3 @@ exports.fetcher = __importStar(require("./fetch.pb")); | ||
exports.invitation = __importStar(require("./message_contents/invitation.pb")); | ||
exports.keystore = __importStar(require("./keystore_api/v1/keystore.pb")); | ||
//# sourceMappingURL=index.js.map |
@@ -13,2 +13,3 @@ export * as messageApi from "./message_api/v1/message_api.pb"; | ||
export * as invitation from "./message_contents/invitation.pb"; | ||
export * as keystore from "./keystore_api/v1/keystore.pb"; | ||
//# sourceMappingURL=index.js.map |
@@ -13,1 +13,2 @@ export * as messageApi from "./message_api/v1/message_api.pb"; | ||
export * as invitation from "./message_contents/invitation.pb"; | ||
export * as keystore from "./keystore_api/v1/keystore.pb"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1366962
78
21867
4
+ Addedrxjs@^7.8.0
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.1(transitive)