@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.cjs +1 -1
- package/dist/index.d.cts +910 -907
- package/dist/index.d.ts +910 -907
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5670,7 +5670,7 @@ var Runtype = class {
|
|
|
5670
5670
|
|
|
5671
5671
|
// src/version.ts
|
|
5672
5672
|
var FALLBACK_VERSION = "0.0.0";
|
|
5673
|
-
var SDK_VERSION = "5.
|
|
5673
|
+
var SDK_VERSION = "5.2.0".length > 0 ? "5.2.0" : FALLBACK_VERSION;
|
|
5674
5674
|
var RUNTYPE_CLIENT_KIND = "sdk";
|
|
5675
5675
|
var SDK_USER_AGENT = `runtype-sdk/${SDK_VERSION} (typescript)`;
|
|
5676
5676
|
|