@theholocron/holocron-plugin-doppler 3.43.0 → 3.45.0
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/holocron-plugin-doppler",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.45.0",
|
|
4
4
|
"description": "Holocron plugin for Doppler. Implements the vault capability against Doppler's REST API — projects, configs, secrets, plus verifyToken + AUTH_HINT for `holocron auth`.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"doppler",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@theholocron/doppler-client": "^1.12.0",
|
|
34
|
-
"@theholocron/eslint-config": "^7.25.
|
|
34
|
+
"@theholocron/eslint-config": "^7.25.4",
|
|
35
35
|
"@theholocron/tsconfig": "^7.20.0",
|
|
36
36
|
"@theholocron/tsdown-config": "^7.20.0",
|
|
37
37
|
"@theholocron/vitest-config": "^7.20.0",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"tsx": "4.23.12",
|
|
46
46
|
"typescript": "^5.9.3",
|
|
47
47
|
"vitest": "^4.1.10",
|
|
48
|
-
"@theholocron/cli": "3.
|
|
48
|
+
"@theholocron/cli": "3.45.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@theholocron/doppler-client": "^1.12.0",
|
|
52
|
-
"@theholocron/cli": "3.
|
|
52
|
+
"@theholocron/cli": "3.45.0"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=22"
|