@dotenvx/dotenvx-ops 0.37.6 → 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.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,13 @@
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.6...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))
6
12
 
7
13
  ## [0.37.6](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.5...v0.37.6) (2026-04-08)
8
14
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.37.6",
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",
@@ -59,6 +61,7 @@
59
61
  "devDependencies": {
60
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",
@@ -10,7 +10,7 @@ async function createSpinner2 (options = {}) {
10
10
  const text = options.text || 'thinking'
11
11
  const frames = options.frames || FRAMES
12
12
 
13
- const { default: yoctoSpinner } = await import('yocto-spinner/index.js')
13
+ const { default: yoctoSpinner } = await import('yocto-spinner')
14
14
  return yoctoSpinner({
15
15
  text,
16
16
  spinner: {