@runtypelabs/sdk 6.1.3 → 6.2.0

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.mjs CHANGED
@@ -6167,7 +6167,7 @@ var Runtype = class {
6167
6167
 
6168
6168
  // src/version.ts
6169
6169
  var FALLBACK_VERSION = "0.0.0";
6170
- var SDK_VERSION = "6.1.3".length > 0 ? "6.1.3" : FALLBACK_VERSION;
6170
+ var SDK_VERSION = "6.2.0".length > 0 ? "6.2.0" : FALLBACK_VERSION;
6171
6171
  var RUNTYPE_CLIENT_KIND = "sdk";
6172
6172
  var SDK_USER_AGENT = `runtype-sdk/${SDK_VERSION} (typescript)`;
6173
6173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/sdk",
3
- "version": "6.1.3",
3
+ "version": "6.2.0",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK for the Runtype API with fluent methods. Use it to quickly realize AI products, agents, and workflows.",
6
6
  "main": "dist/index.cjs",