@runtypelabs/sdk 6.6.2 → 6.6.3
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 +588 -13
- package/dist/index.d.ts +588 -13
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6449,7 +6449,7 @@ var Runtype = class {
|
|
|
6449
6449
|
|
|
6450
6450
|
// src/version.ts
|
|
6451
6451
|
var FALLBACK_VERSION = "0.0.0";
|
|
6452
|
-
var SDK_VERSION = "6.6.
|
|
6452
|
+
var SDK_VERSION = "6.6.3".length > 0 ? "6.6.3" : FALLBACK_VERSION;
|
|
6453
6453
|
var RUNTYPE_CLIENT_KIND = "sdk";
|
|
6454
6454
|
var SDK_USER_AGENT = `runtype-sdk/${SDK_VERSION} (typescript)`;
|
|
6455
6455
|
|