@buddy-works/sandbox-sdk 0.1.4-rc.0 → 0.1.4
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 +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2238,7 +2238,7 @@ const zUpdateSsoData = z.object({
|
|
|
2238
2238
|
//#endregion
|
|
2239
2239
|
//#region package.json
|
|
2240
2240
|
var name = "@buddy-works/sandbox-sdk";
|
|
2241
|
-
var version = "0.1.4
|
|
2241
|
+
var version = "0.1.4";
|
|
2242
2242
|
|
|
2243
2243
|
//#endregion
|
|
2244
2244
|
//#region src/utils/environment.ts
|