@modelrelay/sdk 1.3.0 → 1.3.1

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.
package/dist/index.cjs CHANGED
@@ -818,7 +818,7 @@ function isTokenReusable(token) {
818
818
  // package.json
819
819
  var package_default = {
820
820
  name: "@modelrelay/sdk",
821
- version: "1.3.0",
821
+ version: "1.3.1",
822
822
  description: "TypeScript SDK for the ModelRelay API",
823
823
  type: "module",
824
824
  main: "dist/index.cjs",
package/dist/index.js CHANGED
@@ -688,7 +688,7 @@ function isTokenReusable(token) {
688
688
  // package.json
689
689
  var package_default = {
690
690
  name: "@modelrelay/sdk",
691
- version: "1.3.0",
691
+ version: "1.3.1",
692
692
  description: "TypeScript SDK for the ModelRelay API",
693
693
  type: "module",
694
694
  main: "dist/index.cjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelrelay/sdk",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "TypeScript SDK for the ModelRelay API",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",