@dotenvx/dotenvx-ops 0.37.5 → 0.37.6
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.
|
|
5
|
+
[Unreleased](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.6...main)
|
|
6
|
+
|
|
7
|
+
## [0.37.6](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.5...v0.37.6) (2026-04-08)
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
* Upgrade yao pkg-er
|
|
6
12
|
|
|
7
13
|
## [0.37.5](https://github.com/dotenvx/dotenvx-ops/compare/v0.37.4...v0.37.5) (2026-04-08)
|
|
8
14
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.37.
|
|
2
|
+
"version": "0.37.6",
|
|
3
3
|
"name": "@dotenvx/dotenvx-ops",
|
|
4
4
|
"description": "Secrets for agents–from the creator of `dotenv` and `dotenvx`",
|
|
5
5
|
"author": "@motdotla",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"yocto-spinner": "^1.1.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@yao-pkg/pkg": "^
|
|
60
|
+
"@yao-pkg/pkg": "^6.14.2",
|
|
61
61
|
"capture-console": "^1.0.2",
|
|
62
62
|
"sinon": "^14.0.1",
|
|
63
63
|
"standard": "^17.1.2",
|
|
@@ -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')
|
|
13
|
+
const { default: yoctoSpinner } = await import('yocto-spinner/index.js')
|
|
14
14
|
return yoctoSpinner({
|
|
15
15
|
text,
|
|
16
16
|
spinner: {
|