@dotenvx/dotenvx-ops 0.37.5 → 0.37.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -2,7 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- [Unreleased](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.5...main)
5
+ [Unreleased](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.7...main)
6
+
7
+ ## [0.37.7](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.6...v0.37.7) (2026-04-08)
8
+
9
+ ### Changed
10
+
11
+ * Add esbuild ([#34](https://github.com/dotenvx/dotenvx-ops/pull/34))
12
+
13
+ ## [0.37.6](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.5...v0.37.6) (2026-04-08)
14
+
15
+ ### Changed
16
+
17
+ * Upgrade yao pkg-er
6
18
 
7
19
  ## [0.37.5](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.4...v0.37.5) (2026-04-08)
8
20
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.37.5",
2
+ "version": "0.37.7",
3
3
  "name": "@dotenvx/dotenvx-ops",
4
4
  "description": "Secrets for agents–from the creator of `dotenv` and `dotenvx`",
5
5
  "author": "@motdotla",
@@ -32,6 +32,8 @@
32
32
  "dotenvx-ops": "./src/cli/dotenvx-ops.js"
33
33
  },
34
34
  "scripts": {
35
+ "build": "node esbuild.js",
36
+ "build:minify": "node esbuild.js --minify",
35
37
  "standard": "standard",
36
38
  "standard:fix": "standard --fix",
37
39
  "test": "tap run --allow-empty-coverage --disable-coverage --timeout=60000",
@@ -57,8 +59,9 @@
57
59
  "yocto-spinner": "^1.1.0"
58
60
  },
59
61
  "devDependencies": {
60
- "@yao-pkg/pkg": "^5.14.2",
62
+ "@yao-pkg/pkg": "^6.14.2",
61
63
  "capture-console": "^1.0.2",
64
+ "esbuild": "^0.25.8",
62
65
  "sinon": "^14.0.1",
63
66
  "standard": "^17.1.2",
64
67
  "standard-version": "^9.5.0",