@buddy-works/sandbox-sdk 0.1.6-rc.1 → 0.1.6
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
|
@@ -2444,7 +2444,7 @@ const zUpdateIntegrationPath = z.object({
|
|
|
2444
2444
|
//#endregion
|
|
2445
2445
|
//#region package.json
|
|
2446
2446
|
var name = "@buddy-works/sandbox-sdk";
|
|
2447
|
-
var version = "0.1.6
|
|
2447
|
+
var version = "0.1.6";
|
|
2448
2448
|
|
|
2449
2449
|
//#endregion
|
|
2450
2450
|
//#region src/utils/environment.ts
|