diff --git a/.changeset/baseline-cpu-fallback.md b/.changeset/baseline-cpu-fallback.md deleted file mode 100644 index a4616914..00000000 --- a/.changeset/baseline-cpu-fallback.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -fix(install): ship a baseline (non-AVX2) build for older x64 CPUs that crashed with "Illegal instruction" — the installer auto-selects it, and the npm wrapper falls back to it on SIGILL diff --git a/.changeset/bsql-baseline-fallback.md b/.changeset/bsql-baseline-fallback.md deleted file mode 100644 index d4e0a943..00000000 --- a/.changeset/bsql-baseline-fallback.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/database-shell": patch ---- - -fix(bsql): fall back to a baseline (non-AVX2) binary on older x64 CPUs that crashed with "Illegal instruction" diff --git a/.changeset/dns-record-scan-import.md b/.changeset/dns-record-scan-import.md deleted file mode 100644 index 71502ba5..00000000 --- a/.changeset/dns-record-scan-import.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bunny.net/openapi-client": patch -"@bunny.net/cli": patch ---- - -feat(dns): import a domain's existing records when moving to bunny: new `dns records scan [domain]` (server-side record scan, multiselect, bulk-write) and `dns zones add --import` offer the same migration right after creating the zone; a bad record is reported rather than stranding the batch, and CAA flags/tag survive via corrected `DnsDiscoveredRecord` types in `@bunny.net/openapi-client` diff --git a/.changeset/dns-record-type-labels.md b/.changeset/dns-record-type-labels.md deleted file mode 100644 index 3c06268b..00000000 --- a/.changeset/dns-record-type-labels.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -fix(dns): label the bunny-specific record types with bunny's canonical codes (Pull Zone as PZ, Redirect as RDR, Script as SCR) across listings and pickers, group them under "Bunny" in the interactive type picker, and accept those codes (plus the spelled-out names) when parsing a record type diff --git a/.changeset/dns-zone-add-next-steps.md b/.changeset/dns-zone-add-next-steps.md deleted file mode 100644 index 3d6eeada..00000000 --- a/.changeset/dns-zone-add-next-steps.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -feat(dns): `dns zones add` now scans for existing records automatically, then offers a next-steps menu (upload a zone file, add records manually, or continue to nameserver setup) so you can fully populate the zone before delegating; `--import` imports scanned records without prompting and `--no-import` skips the scan and menu diff --git a/.changeset/dry-crabs-help.md b/.changeset/dry-crabs-help.md deleted file mode 100644 index cb05552a..00000000 --- a/.changeset/dry-crabs-help.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bunny.net/cli": patch -"@bunny.net/scriptable-dns-types": patch ---- - -feat(dns): manage Scriptable DNS scripts (`bunny dns scripts` init/create/deploy/attach/link/list) with ambient runtime types in `@bunny.net/scriptable-dns-types`; `dns records add` offers a static or script-computed answer for A/AAAA/CNAME/TXT diff --git a/.changeset/sandbox-sdk.md b/.changeset/sandbox-sdk.md deleted file mode 100644 index 2b8e8835..00000000 --- a/.changeset/sandbox-sdk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@bunny.net/sandbox": minor -"@bunny.net/cli": minor ---- - -Add @bunny.net/sandbox SDK for programmatic sandbox create, file buffering, command execution, and port exposure; wire sandbox CLI commands onto it diff --git a/.changeset/spicy-otters-share.md b/.changeset/spicy-otters-share.md deleted file mode 100644 index 069b0e3d..00000000 --- a/.changeset/spicy-otters-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -feat(dns): verify registrar delegation with a live nameserver lookup (instead of the API's NameserversDetected flag, which defaults to true on a fresh zone) across `dns zones ns`, `dns zones list`, and pull-zone setup; `dns zones add` and `ns` now give registrar-aware setup steps (registrar named via RDAP) and skip them when the domain is already delegated; add `dns records preset` with email, verification, and security presets (Google Workspace, Microsoft 365, Zoho, Mailgun, Resend, Proton, Bluesky, DMARC, CAA, no-email) plus a preset option in the `records add` wizard; color table heads bunny orange diff --git a/.changeset/tall-suns-vanish.md b/.changeset/tall-suns-vanish.md deleted file mode 100644 index 1d22564a..00000000 --- a/.changeset/tall-suns-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bunny.net/cli": patch ---- - -Added bunny color to the table head and also the help overview. diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index 5dca4814..7df6b877 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @bunny.net/app-config +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`18645ed`](https://github.com/BunnyWay/cli/commit/18645edc7736eb5d88f1a8ec038993cc7d2deb12)]: + - @bunny.net/openapi-client@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/app-config/package.json b/packages/app-config/package.json index f0e67e2a..91e974d2 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/app-config", - "version": "0.1.1", + "version": "0.1.2", "private": true, "type": "module", "module": "src/index.ts", diff --git a/packages/cli-darwin-arm64/CHANGELOG.md b/packages/cli-darwin-arm64/CHANGELOG.md index fd5acdc0..ae142bc5 100644 --- a/packages/cli-darwin-arm64/CHANGELOG.md +++ b/packages/cli-darwin-arm64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-darwin-arm64 +## 0.8.0 + ## 0.7.0 ## 0.6.0 diff --git a/packages/cli-darwin-arm64/package.json b/packages/cli-darwin-arm64/package.json index 8d9f6ef5..6194adb1 100644 --- a/packages/cli-darwin-arm64/package.json +++ b/packages/cli-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-darwin-arm64", - "version": "0.7.0", + "version": "0.8.0", "description": "bunny.net CLI binary for macOS arm64", "os": [ "darwin" diff --git a/packages/cli-darwin-x64/CHANGELOG.md b/packages/cli-darwin-x64/CHANGELOG.md index b445ceeb..a6812713 100644 --- a/packages/cli-darwin-x64/CHANGELOG.md +++ b/packages/cli-darwin-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-darwin-x64 +## 0.8.0 + ## 0.7.0 ## 0.6.0 diff --git a/packages/cli-darwin-x64/package.json b/packages/cli-darwin-x64/package.json index 8a65b3f0..525ff81d 100644 --- a/packages/cli-darwin-x64/package.json +++ b/packages/cli-darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-darwin-x64", - "version": "0.7.0", + "version": "0.8.0", "description": "bunny.net CLI binary for macOS x64", "os": [ "darwin" diff --git a/packages/cli-linux-arm64/CHANGELOG.md b/packages/cli-linux-arm64/CHANGELOG.md index 36758176..27ab624d 100644 --- a/packages/cli-linux-arm64/CHANGELOG.md +++ b/packages/cli-linux-arm64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-linux-arm64 +## 0.8.0 + ## 0.7.0 ## 0.6.0 diff --git a/packages/cli-linux-arm64/package.json b/packages/cli-linux-arm64/package.json index b4d3da99..b237d108 100644 --- a/packages/cli-linux-arm64/package.json +++ b/packages/cli-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-linux-arm64", - "version": "0.7.0", + "version": "0.8.0", "description": "bunny.net CLI binary for Linux arm64", "os": [ "linux" diff --git a/packages/cli-linux-x64/CHANGELOG.md b/packages/cli-linux-x64/CHANGELOG.md index 3e8f4c29..8fad483f 100644 --- a/packages/cli-linux-x64/CHANGELOG.md +++ b/packages/cli-linux-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-linux-x64 +## 0.8.0 + ## 0.7.0 ## 0.6.0 diff --git a/packages/cli-linux-x64/package.json b/packages/cli-linux-x64/package.json index cb0b10b1..87e6b3ff 100644 --- a/packages/cli-linux-x64/package.json +++ b/packages/cli-linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-linux-x64", - "version": "0.7.0", + "version": "0.8.0", "description": "bunny.net CLI binary for Linux x64", "os": [ "linux" diff --git a/packages/cli-windows-x64/CHANGELOG.md b/packages/cli-windows-x64/CHANGELOG.md index fd8c1e9c..c08bea5e 100644 --- a/packages/cli-windows-x64/CHANGELOG.md +++ b/packages/cli-windows-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/cli-windows-x64 +## 0.8.0 + ## 0.7.0 ## 0.6.0 diff --git a/packages/cli-windows-x64/package.json b/packages/cli-windows-x64/package.json index cffddf82..8a59bd51 100644 --- a/packages/cli-windows-x64/package.json +++ b/packages/cli-windows-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli-windows-x64", - "version": "0.7.0", + "version": "0.8.0", "description": "bunny.net CLI binary for Windows x64", "os": [ "win32" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 11ee7670..1ce64ad1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,27 @@ # @bunny.net/cli +## 0.8.0 + +### Minor Changes + +- [#99](https://github.com/BunnyWay/cli/pull/99) [`6c05e7f`](https://github.com/BunnyWay/cli/commit/6c05e7f046c869dc71484a20231e7855b19d33f6) Thanks [@amir-at-bunny](https://github.com/amir-at-bunny)! - Add @bunny.net/sandbox SDK for programmatic sandbox create, file buffering, command execution, and port exposure; wire sandbox CLI commands onto it + +### Patch Changes + +- [#97](https://github.com/BunnyWay/cli/pull/97) [`b122269`](https://github.com/BunnyWay/cli/commit/b122269a5f5523302bccccba383460703818ac75) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(install): ship a baseline (non-AVX2) build for older x64 CPUs that crashed with "Illegal instruction" — the installer auto-selects it, and the npm wrapper falls back to it on SIGILL + +- [#107](https://github.com/BunnyWay/cli/pull/107) [`18645ed`](https://github.com/BunnyWay/cli/commit/18645edc7736eb5d88f1a8ec038993cc7d2deb12) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(dns): import a domain's existing records when moving to bunny: new `dns records scan [domain]` (server-side record scan, multiselect, bulk-write) and `dns zones add --import` offer the same migration right after creating the zone; a bad record is reported rather than stranding the batch, and CAA flags/tag survive via corrected `DnsDiscoveredRecord` types in `@bunny.net/openapi-client` + +- [#107](https://github.com/BunnyWay/cli/pull/107) [`18645ed`](https://github.com/BunnyWay/cli/commit/18645edc7736eb5d88f1a8ec038993cc7d2deb12) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(dns): label the bunny-specific record types with bunny's canonical codes (Pull Zone as PZ, Redirect as RDR, Script as SCR) across listings and pickers, group them under "Bunny" in the interactive type picker, and accept those codes (plus the spelled-out names) when parsing a record type + +- [#107](https://github.com/BunnyWay/cli/pull/107) [`18645ed`](https://github.com/BunnyWay/cli/commit/18645edc7736eb5d88f1a8ec038993cc7d2deb12) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(dns): `dns zones add` now scans for existing records automatically, then offers a next-steps menu (upload a zone file, add records manually, or continue to nameserver setup) so you can fully populate the zone before delegating; `--import` imports scanned records without prompting and `--no-import` skips the scan and menu + +- [#104](https://github.com/BunnyWay/cli/pull/104) [`1aa67e0`](https://github.com/BunnyWay/cli/commit/1aa67e069adb3d1ec2bc6395414053c2da67e332) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(dns): manage Scriptable DNS scripts (`bunny dns scripts` init/create/deploy/attach/link/list) with ambient runtime types in `@bunny.net/scriptable-dns-types`; `dns records add` offers a static or script-computed answer for A/AAAA/CNAME/TXT + +- [#106](https://github.com/BunnyWay/cli/pull/106) [`ff794c3`](https://github.com/BunnyWay/cli/commit/ff794c30ec0cfabc18e5222fda2273b5fe6aacbd) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(dns): verify registrar delegation with a live nameserver lookup (instead of the API's NameserversDetected flag, which defaults to true on a fresh zone) across `dns zones ns`, `dns zones list`, and pull-zone setup; `dns zones add` and `ns` now give registrar-aware setup steps (registrar named via RDAP) and skip them when the domain is already delegated; add `dns records preset` with email, verification, and security presets (Google Workspace, Microsoft 365, Zoho, Mailgun, Resend, Proton, Bluesky, DMARC, CAA, no-email) plus a preset option in the `records add` wizard; color table heads bunny orange + +- [#102](https://github.com/BunnyWay/cli/pull/102) [`b4c1bd9`](https://github.com/BunnyWay/cli/commit/b4c1bd9029a8ee296e14a65447c04a6144ec330e) Thanks [@nocanoa](https://github.com/nocanoa)! - Added bunny color to the table head and also the help overview. + ## 0.7.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 39ffdc51..cabaebe1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/cli", - "version": "0.7.0", + "version": "0.8.0", "type": "module", "module": "src/index.ts", "bin": { @@ -28,11 +28,11 @@ "zod": "^4.3.6" }, "optionalDependencies": { - "@bunny.net/cli-linux-x64": "0.7.0", - "@bunny.net/cli-linux-arm64": "0.7.0", - "@bunny.net/cli-darwin-x64": "0.7.0", - "@bunny.net/cli-darwin-arm64": "0.7.0", - "@bunny.net/cli-windows-x64": "0.7.0" + "@bunny.net/cli-linux-x64": "0.8.0", + "@bunny.net/cli-linux-arm64": "0.8.0", + "@bunny.net/cli-darwin-x64": "0.8.0", + "@bunny.net/cli-darwin-arm64": "0.8.0", + "@bunny.net/cli-windows-x64": "0.8.0" }, "publishConfig": { "access": "public" diff --git a/packages/database-shell-darwin-arm64/CHANGELOG.md b/packages/database-shell-darwin-arm64/CHANGELOG.md index 0d0268ee..9a1c050f 100644 --- a/packages/database-shell-darwin-arm64/CHANGELOG.md +++ b/packages/database-shell-darwin-arm64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-darwin-arm64 +## 0.2.4 + ## 0.2.3 ## 0.2.2 diff --git a/packages/database-shell-darwin-arm64/package.json b/packages/database-shell-darwin-arm64/package.json index 71c118f6..4359bab3 100644 --- a/packages/database-shell-darwin-arm64/package.json +++ b/packages/database-shell-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-darwin-arm64", - "version": "0.2.3", + "version": "0.2.4", "description": "Bunny Database shell binary for macOS arm64", "os": [ "darwin" diff --git a/packages/database-shell-darwin-x64/CHANGELOG.md b/packages/database-shell-darwin-x64/CHANGELOG.md index 2225feaf..0da99edf 100644 --- a/packages/database-shell-darwin-x64/CHANGELOG.md +++ b/packages/database-shell-darwin-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-darwin-x64 +## 0.2.4 + ## 0.2.3 ## 0.2.2 diff --git a/packages/database-shell-darwin-x64/package.json b/packages/database-shell-darwin-x64/package.json index 7c2f7999..9b2ca217 100644 --- a/packages/database-shell-darwin-x64/package.json +++ b/packages/database-shell-darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-darwin-x64", - "version": "0.2.3", + "version": "0.2.4", "description": "Bunny Database shell binary for macOS x64", "os": [ "darwin" diff --git a/packages/database-shell-linux-arm64/CHANGELOG.md b/packages/database-shell-linux-arm64/CHANGELOG.md index 6d5e5354..ff3c7a58 100644 --- a/packages/database-shell-linux-arm64/CHANGELOG.md +++ b/packages/database-shell-linux-arm64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-linux-arm64 +## 0.2.4 + ## 0.2.3 ## 0.2.2 diff --git a/packages/database-shell-linux-arm64/package.json b/packages/database-shell-linux-arm64/package.json index c99afe4f..74f4f176 100644 --- a/packages/database-shell-linux-arm64/package.json +++ b/packages/database-shell-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-linux-arm64", - "version": "0.2.3", + "version": "0.2.4", "description": "Bunny Database shell binary for Linux arm64", "os": [ "linux" diff --git a/packages/database-shell-linux-x64/CHANGELOG.md b/packages/database-shell-linux-x64/CHANGELOG.md index e161b17a..9af55e17 100644 --- a/packages/database-shell-linux-x64/CHANGELOG.md +++ b/packages/database-shell-linux-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-linux-x64 +## 0.2.4 + ## 0.2.3 ## 0.2.2 diff --git a/packages/database-shell-linux-x64/package.json b/packages/database-shell-linux-x64/package.json index 6b2be302..62fef4fa 100644 --- a/packages/database-shell-linux-x64/package.json +++ b/packages/database-shell-linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-linux-x64", - "version": "0.2.3", + "version": "0.2.4", "description": "Bunny Database shell binary for Linux x64", "os": [ "linux" diff --git a/packages/database-shell-windows-x64/CHANGELOG.md b/packages/database-shell-windows-x64/CHANGELOG.md index 3f7fe2a2..23be2c00 100644 --- a/packages/database-shell-windows-x64/CHANGELOG.md +++ b/packages/database-shell-windows-x64/CHANGELOG.md @@ -1,5 +1,7 @@ # @bunny.net/database-shell-windows-x64 +## 0.2.4 + ## 0.2.3 ## 0.2.2 diff --git a/packages/database-shell-windows-x64/package.json b/packages/database-shell-windows-x64/package.json index 7bb35ea0..db473a41 100644 --- a/packages/database-shell-windows-x64/package.json +++ b/packages/database-shell-windows-x64/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell-windows-x64", - "version": "0.2.3", + "version": "0.2.4", "description": "Bunny Database shell binary for Windows x64", "os": [ "win32" diff --git a/packages/database-shell/CHANGELOG.md b/packages/database-shell/CHANGELOG.md index 271b5c8d..6b76d854 100644 --- a/packages/database-shell/CHANGELOG.md +++ b/packages/database-shell/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/database-shell +## 0.2.4 + +### Patch Changes + +- [#97](https://github.com/BunnyWay/cli/pull/97) [`b122269`](https://github.com/BunnyWay/cli/commit/b122269a5f5523302bccccba383460703818ac75) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - fix(bsql): fall back to a baseline (non-AVX2) binary on older x64 CPUs that crashed with "Illegal instruction" + ## 0.2.3 ### Patch Changes diff --git a/packages/database-shell/package.json b/packages/database-shell/package.json index d5eebb18..7ac3fbf6 100644 --- a/packages/database-shell/package.json +++ b/packages/database-shell/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/database-shell", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "module": "src/index.ts", "bin": { @@ -18,11 +18,11 @@ "cli-table3": "^0.6.5" }, "optionalDependencies": { - "@bunny.net/database-shell-linux-x64": "0.2.3", - "@bunny.net/database-shell-linux-arm64": "0.2.3", - "@bunny.net/database-shell-darwin-x64": "0.2.3", - "@bunny.net/database-shell-darwin-arm64": "0.2.3", - "@bunny.net/database-shell-windows-x64": "0.2.3" + "@bunny.net/database-shell-linux-x64": "0.2.4", + "@bunny.net/database-shell-linux-arm64": "0.2.4", + "@bunny.net/database-shell-darwin-x64": "0.2.4", + "@bunny.net/database-shell-darwin-arm64": "0.2.4", + "@bunny.net/database-shell-windows-x64": "0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/openapi-client/CHANGELOG.md b/packages/openapi-client/CHANGELOG.md index 2631ed3f..256463b4 100644 --- a/packages/openapi-client/CHANGELOG.md +++ b/packages/openapi-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @bunny.net/openapi-client +## 0.1.2 + +### Patch Changes + +- [#107](https://github.com/BunnyWay/cli/pull/107) [`18645ed`](https://github.com/BunnyWay/cli/commit/18645edc7736eb5d88f1a8ec038993cc7d2deb12) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(dns): import a domain's existing records when moving to bunny: new `dns records scan [domain]` (server-side record scan, multiselect, bulk-write) and `dns zones add --import` offer the same migration right after creating the zone; a bad record is reported rather than stranding the batch, and CAA flags/tag survive via corrected `DnsDiscoveredRecord` types in `@bunny.net/openapi-client` + ## 0.1.1 ### Patch Changes diff --git a/packages/openapi-client/package.json b/packages/openapi-client/package.json index 4826e6e1..f38bb069 100644 --- a/packages/openapi-client/package.json +++ b/packages/openapi-client/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/openapi-client", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md new file mode 100644 index 00000000..1ebf2cef --- /dev/null +++ b/packages/sandbox/CHANGELOG.md @@ -0,0 +1,12 @@ +# @bunny.net/sandbox + +## 0.2.0 + +### Minor Changes + +- [#99](https://github.com/BunnyWay/cli/pull/99) [`6c05e7f`](https://github.com/BunnyWay/cli/commit/6c05e7f046c869dc71484a20231e7855b19d33f6) Thanks [@amir-at-bunny](https://github.com/amir-at-bunny)! - Add @bunny.net/sandbox SDK for programmatic sandbox create, file buffering, command execution, and port exposure; wire sandbox CLI commands onto it + +### Patch Changes + +- Updated dependencies [[`18645ed`](https://github.com/BunnyWay/cli/commit/18645edc7736eb5d88f1a8ec038993cc7d2deb12)]: + - @bunny.net/openapi-client@0.1.2 diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 08b6bcfc..10a6c830 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/sandbox", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "module": "src/index.ts", "exports": { diff --git a/packages/scriptable-dns-types/CHANGELOG.md b/packages/scriptable-dns-types/CHANGELOG.md new file mode 100644 index 00000000..2c5b8553 --- /dev/null +++ b/packages/scriptable-dns-types/CHANGELOG.md @@ -0,0 +1,7 @@ +# @bunny.net/scriptable-dns-types + +## 0.1.1 + +### Patch Changes + +- [#104](https://github.com/BunnyWay/cli/pull/104) [`1aa67e0`](https://github.com/BunnyWay/cli/commit/1aa67e069adb3d1ec2bc6395414053c2da67e332) Thanks [@jamie-at-bunny](https://github.com/jamie-at-bunny)! - feat(dns): manage Scriptable DNS scripts (`bunny dns scripts` init/create/deploy/attach/link/list) with ambient runtime types in `@bunny.net/scriptable-dns-types`; `dns records add` offers a static or script-computed answer for A/AAAA/CNAME/TXT diff --git a/packages/scriptable-dns-types/package.json b/packages/scriptable-dns-types/package.json index d509b922..1ef0c70d 100644 --- a/packages/scriptable-dns-types/package.json +++ b/packages/scriptable-dns-types/package.json @@ -1,6 +1,6 @@ { "name": "@bunny.net/scriptable-dns-types", - "version": "0.1.0", + "version": "0.1.1", "description": "Ambient TypeScript types for the bunny.net Scriptable DNS runtime.", "license": "MIT", "types": "index.d.ts",