Skip to content

Commit d239dae

Browse files
Version Packages (#764)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Patch Changes - #### Fix CommonJS bundling compatibility _[`#756`](#756) [`1901321`](1901321) [@yamcodes](https://github.com/yamcodes)_ Fixed a crash when ArkEnv is bundled into a CommonJS format using tools like esbuild. This improves compatibility with environments like AWS Lambda and ensures correct interoperability when ArkEnv is used as an external dependency in CommonJS bundles. - #### Improve internal error handling types _[`#756`](#756) [`1901321`](1901321) [@yamcodes](https://github.com/yamcodes)_ Refined internal error handling logic with better TypeScript typesafety and guards. ## @arkenv/[email protected] ### Patch Changes <details><summary>Updated 1 dependency</summary> <small> [`1901321`](1901321) [`1901321`](1901321) </small> - `[email protected]` </details> ## @arkenv/[email protected] ### Patch Changes <details><summary>Updated 1 dependency</summary> <small> [`1901321`](1901321) [`1901321`](1901321) </small> - `[email protected]` </details> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1901321 commit d239dae

File tree

8 files changed

+47
-17
lines changed

8 files changed

+47
-17
lines changed

.changeset/fix-cjs-bundling.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/improve-error-types.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/arkenv/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ArkEnv
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- #### Fix CommonJS bundling compatibility _[`#756`](https://github.com/yamcodes/arkenv/pull/756) [`1901321`](https://github.com/yamcodes/arkenv/commit/1901321cb78c26a2e8c5ebde3dccd87941ac47bf) [@yamcodes](https://github.com/yamcodes)_
8+
9+
Fixed a crash when ArkEnv is bundled into a CommonJS format using tools like esbuild. This improves compatibility with environments like AWS Lambda and ensures correct interoperability when ArkEnv is used as an external dependency in CommonJS bundles.
10+
11+
- #### Improve internal error handling types _[`#756`](https://github.com/yamcodes/arkenv/pull/756) [`1901321`](https://github.com/yamcodes/arkenv/commit/1901321cb78c26a2e8c5ebde3dccd87941ac47bf) [@yamcodes](https://github.com/yamcodes)_
12+
13+
Refined internal error handling logic with better TypeScript typesafety and guards.
14+
315
## 0.9.1
416

517
### Patch Changes

packages/arkenv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arkenv",
33
"type": "module",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"description": "Typesafe environment variables parsing and validation with ArkType",
66
"main": "./dist/index.cjs",
77
"module": "./dist/index.mjs",

packages/bun-plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @arkenv/bun-plugin
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
<details><summary>Updated 1 dependency</summary>
8+
9+
<small>
10+
11+
[`1901321`](https://github.com/yamcodes/arkenv/commit/1901321cb78c26a2e8c5ebde3dccd87941ac47bf) [`1901321`](https://github.com/yamcodes/arkenv/commit/1901321cb78c26a2e8c5ebde3dccd87941ac47bf)
12+
13+
</small>
14+
15+
16+
17+
</details>
18+
319
## 0.1.1
420

521
### Patch Changes

packages/bun-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkenv/bun-plugin",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"author": "Yam Borodetsky <[email protected]>",
55
"repository": {
66
"type": "git",

packages/vite-plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @arkenv/vite-plugin
22

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
<details><summary>Updated 1 dependency</summary>
8+
9+
<small>
10+
11+
[`1901321`](https://github.com/yamcodes/arkenv/commit/1901321cb78c26a2e8c5ebde3dccd87941ac47bf) [`1901321`](https://github.com/yamcodes/arkenv/commit/1901321cb78c26a2e8c5ebde3dccd87941ac47bf)
12+
13+
</small>
14+
15+
16+
17+
</details>
18+
319
## 0.0.28
420

521
### Patch Changes

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkenv/vite-plugin",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"author": "Yam Borodetsky <[email protected]>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)