Skip to content

Commit 473063b

Browse files
committed
chore: update dotenvxcom
Automated update via GitHub Actions workflow
1 parent cc0a7f9 commit 473063b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/package-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Each package can be accessed using `getPackage(name)` or directly via `pantry.do
88

99
- **Total Packages**: 1397
1010
- **Categories**: 27
11-
- **Last Updated**: 2025-08-19T01:57:40.729Z
11+
- **Last Updated**: 2025-08-19T03:48:08.171Z
1212

1313
## Table of Contents
1414

src/packages/dotenvxcom.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @domain `dotenvx.com`
55
* @programs `dotenvx`
6-
* @version `1.48.4` (185 versions available)
6+
* @version `1.49.0` (186 versions available)
77
* @versions From newest version to oldest.
88
*
99
* @install `launchpad install dotenvx`
@@ -21,7 +21,7 @@
2121
* console.log(pkg === samePkg) // true
2222
* console.log(pkg.name) // "dotenvx"
2323
* console.log(pkg.programs) // ["dotenvx"]
24-
* console.log(pkg.versions[0]) // "1.48.4" (latest)
24+
* console.log(pkg.versions[0]) // "1.49.0" (latest)
2525
* ```
2626
*
2727
* @see https://ts-pkgx.netlify.app/packages/dotenvx-com.md
@@ -68,6 +68,7 @@ export const dotenvxPackage = {
6868
* @see https://ts-pkgx.netlify.app/usage for installation instructions
6969
*/
7070
versions: [
71+
'1.49.0',
7172
'1.48.4',
7273
'1.48.3',
7374
'1.48.2',

0 commit comments

Comments
 (0)