@raystack/proton 0.1.0-35dd68d487bfa7e7339c40e9b103ee7377aac6e6 → 0.1.0-639e522a5cab4021f05990d13ef31161a35e17d7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raystack/proton",
3
- "version": "0.1.0-35dd68d487bfa7e7339c40e9b103ee7377aac6e6",
3
+ "version": "0.1.0-639e522a5cab4021f05990d13ef31161a35e17d7",
4
4
  "description": "TypeScript/JavaScript client library for Raystack APIs generated from Protocol Buffer definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,9 +32,9 @@
32
32
  "author": "Raystack",
33
33
  "license": "Apache-2.0",
34
34
  "dependencies": {
35
- "@bufbuild/protobuf": "^1.6.0",
36
- "@connectrpc/connect": "^1.2.0",
37
- "@connectrpc/connect-query": "^1.2.0",
35
+ "@bufbuild/protobuf": "^2.6.2",
36
+ "@connectrpc/connect": "^2.0.3",
37
+ "@connectrpc/connect-query": "^2.1.1",
38
38
  "@protobuf-ts/runtime": "^2.11.1",
39
39
  "@protobuf-ts/runtime-rpc": "^2.11.1"
40
40
  },