@runtypelabs/sdk 5.0.0 → 5.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
@@ -5509,7 +5509,7 @@ var Runtype = class {
5509
5509
 
5510
5510
  // src/version.ts
5511
5511
  var FALLBACK_VERSION = "0.0.0";
5512
- var SDK_VERSION = "5.0.0".length > 0 ? "5.0.0" : FALLBACK_VERSION;
5512
+ var SDK_VERSION = "5.2.0".length > 0 ? "5.2.0" : FALLBACK_VERSION;
5513
5513
  var RUNTYPE_CLIENT_KIND = "sdk";
5514
5514
  var SDK_USER_AGENT = `runtype-sdk/${SDK_VERSION} (typescript)`;
5515
5515
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/sdk",
3
- "version": "5.0.0",
3
+ "version": "5.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",