New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wundergraph/cosmo-connect

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wundergraph/cosmo-connect - npm Package Compare versions

Comparing version 0.70.0 to 0.71.0

17

dist/common/common_pb.d.ts

@@ -89,1 +89,18 @@ /**

}
/**
* @generated from enum wg.cosmo.common.GraphQLWebsocketSubprotocol
*/
export declare enum GraphQLWebsocketSubprotocol {
/**
* @generated from enum value: GRAPHQL_WEBSOCKET_SUBPROTOCOL_AUTO = 0;
*/
GRAPHQL_WEBSOCKET_SUBPROTOCOL_AUTO = 0,
/**
* @generated from enum value: GRAPHQL_WEBSOCKET_SUBPROTOCOL_WS = 1;
*/
GRAPHQL_WEBSOCKET_SUBPROTOCOL_WS = 1,
/**
* @generated from enum value: GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS = 2;
*/
GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS = 2
}

@@ -120,2 +120,26 @@ // @generated by protoc-gen-es v1.4.1 with parameter "target=ts"

]);
/**
* @generated from enum wg.cosmo.common.GraphQLWebsocketSubprotocol
*/
export var GraphQLWebsocketSubprotocol;
(function (GraphQLWebsocketSubprotocol) {
/**
* @generated from enum value: GRAPHQL_WEBSOCKET_SUBPROTOCOL_AUTO = 0;
*/
GraphQLWebsocketSubprotocol[GraphQLWebsocketSubprotocol["GRAPHQL_WEBSOCKET_SUBPROTOCOL_AUTO"] = 0] = "GRAPHQL_WEBSOCKET_SUBPROTOCOL_AUTO";
/**
* @generated from enum value: GRAPHQL_WEBSOCKET_SUBPROTOCOL_WS = 1;
*/
GraphQLWebsocketSubprotocol[GraphQLWebsocketSubprotocol["GRAPHQL_WEBSOCKET_SUBPROTOCOL_WS"] = 1] = "GRAPHQL_WEBSOCKET_SUBPROTOCOL_WS";
/**
* @generated from enum value: GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS = 2;
*/
GraphQLWebsocketSubprotocol[GraphQLWebsocketSubprotocol["GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS"] = 2] = "GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS";
})(GraphQLWebsocketSubprotocol || (GraphQLWebsocketSubprotocol = {}));
// Retrieve enum metadata with: proto3.getEnumType(GraphQLWebsocketSubprotocol)
proto3.util.setEnumType(GraphQLWebsocketSubprotocol, "wg.cosmo.common.GraphQLWebsocketSubprotocol", [
{ no: 0, name: "GRAPHQL_WEBSOCKET_SUBPROTOCOL_AUTO" },
{ no: 1, name: "GRAPHQL_WEBSOCKET_SUBPROTOCOL_WS" },
{ no: 2, name: "GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS" },
]);
//# sourceMappingURL=common_pb.js.map

6

dist/node/v1/node_pb.d.ts
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
import { Message, proto3 } from "@bufbuild/protobuf";
import { EnumStatusCode, GraphQLSubscriptionProtocol } from "../../common/common_pb.js";
import { EnumStatusCode, GraphQLSubscriptionProtocol, GraphQLWebsocketSubprotocol } from "../../common/common_pb.js";
/**

@@ -1023,2 +1023,6 @@ * @generated from enum wg.cosmo.node.v1.ArgumentRenderConfiguration

protocol?: GraphQLSubscriptionProtocol;
/**
* @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocketSubprotocol = 5;
*/
websocketSubprotocol?: GraphQLWebsocketSubprotocol;
constructor(data?: PartialMessage<GraphQLSubscriptionConfiguration>);

@@ -1025,0 +1029,0 @@ static readonly runtime: typeof proto3;

@@ -6,3 +6,3 @@ // @generated by protoc-gen-es v1.4.1 with parameter "target=ts"

import { Message, proto3, protoInt64 } from "@bufbuild/protobuf";
import { EnumStatusCode, GraphQLSubscriptionProtocol } from "../../common/common_pb.js";
import { EnumStatusCode, GraphQLSubscriptionProtocol, GraphQLWebsocketSubprotocol } from "../../common/common_pb.js";
/**

@@ -1578,2 +1578,6 @@ * @generated from enum wg.cosmo.node.v1.ArgumentRenderConfiguration

protocol;
/**
* @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocketSubprotocol = 5;
*/
websocketSubprotocol;
constructor(data) {

@@ -1590,2 +1594,3 @@ super();

{ no: 4, name: "protocol", kind: "enum", T: proto3.getEnumType(GraphQLSubscriptionProtocol), opt: true },
{ no: 5, name: "websocketSubprotocol", kind: "enum", T: proto3.getEnumType(GraphQLWebsocketSubprotocol), opt: true },
]);

@@ -1592,0 +1597,0 @@ static fromBinary(bytes, options) {

4

package.json
{
"name": "@wundergraph/cosmo-connect",
"version": "0.70.0",
"version": "0.71.0",
"description": "TypeScript Connect client for WunderGraph Cosmo",

@@ -43,3 +43,3 @@ "scripts": {

},
"gitHead": "caec6b03c7449887378751e65d61e9c1c0a40b2d"
"gitHead": "d70df0cbfe619ecc7f50e0b7ef74badd27ddf950"
}

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 too big to display

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc