@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.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.
|
|
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