@meistrari/vault-http-client 2.6.4 → 2.8.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/dist/index.cjs CHANGED
@@ -1318,7 +1318,7 @@ function useVaultClient(vaultUrl, token) {
1318
1318
  axiosConfig: {
1319
1319
  headers: {
1320
1320
  "Authorization": token,
1321
- "User-Agent": "vault-http-client:2.6.4"
1321
+ "User-Agent": "vault-http-client:2.8.0"
1322
1322
  }
1323
1323
  }
1324
1324
  });
package/dist/index.mjs CHANGED
@@ -1316,7 +1316,7 @@ function useVaultClient(vaultUrl, token) {
1316
1316
  axiosConfig: {
1317
1317
  headers: {
1318
1318
  "Authorization": token,
1319
- "User-Agent": "vault-http-client:2.6.4"
1319
+ "User-Agent": "vault-http-client:2.8.0"
1320
1320
  }
1321
1321
  }
1322
1322
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/vault-http-client",
3
- "version": "2.6.4",
3
+ "version": "2.8.0",
4
4
  "types": "dist/index.d.ts",
5
5
  "exports": {
6
6
  ".": {