@buddy-works/sandbox-sdk 0.1.1-rc.0 → 0.1.1
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
|
@@ -1287,7 +1287,7 @@ const zAddSandboxByYamlData = z.object({
|
|
|
1287
1287
|
//#endregion
|
|
1288
1288
|
//#region package.json
|
|
1289
1289
|
var name = "@buddy-works/sandbox-sdk";
|
|
1290
|
-
var version = "0.1.1
|
|
1290
|
+
var version = "0.1.1";
|
|
1291
1291
|
|
|
1292
1292
|
//#endregion
|
|
1293
1293
|
//#region src/utils/environment.ts
|