File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Each package can be accessed using `getPackage(name)` or directly via `pantry.do
8
8
9
9
- ** Total Packages** : 1397
10
10
- ** Categories** : 27
11
- - ** Last Updated** : 2025-08-19T01:57:40.729Z
11
+ - ** Last Updated** : 2025-08-19T03:48:08.171Z
12
12
13
13
## Table of Contents
14
14
Original file line number Diff line number Diff line change 3
3
*
4
4
* @domain `dotenvx.com`
5
5
* @programs `dotenvx`
6
- * @version `1.48.4 ` (185 versions available)
6
+ * @version `1.49.0 ` (186 versions available)
7
7
* @versions From newest version to oldest.
8
8
*
9
9
* @install `launchpad install dotenvx`
21
21
* console.log(pkg === samePkg) // true
22
22
* console.log(pkg.name) // "dotenvx"
23
23
* 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)
25
25
* ```
26
26
*
27
27
* @see https://ts-pkgx.netlify.app/packages/dotenvx-com.md
@@ -68,6 +68,7 @@ export const dotenvxPackage = {
68
68
* @see https://ts-pkgx.netlify.app/usage for installation instructions
69
69
*/
70
70
versions : [
71
+ '1.49.0' ,
71
72
'1.48.4' ,
72
73
'1.48.3' ,
73
74
'1.48.2' ,
You can’t perform that action at this time.
0 commit comments