@theholocron/infisical-client 0.7.0 → 0.8.1

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/README.md +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -13,7 +13,9 @@ pnpm add @theholocron/infisical-client
13
13
  ```ts
14
14
  import { createInfisicalClient } from "@theholocron/infisical-client";
15
15
 
16
- const infisical = createInfisicalClient({ token: process.env.INFISICAL_TOKEN! });
16
+ const infisical = createInfisicalClient({
17
+ token: process.env.INFISICAL_TOKEN!,
18
+ });
17
19
 
18
20
  // List workspaces
19
21
  const { workspaces } = await infisical.workspaces.list();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/infisical-client",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "description": "A TypeScript client for the Infisical API",
5
5
  "homepage": "https://github.com/theholocron/clients/tree/main/packages/infisical-client#readme",
6
6
  "bugs": "https://github.com/theholocron/clients/issues",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^26.1.1",
28
- "@theholocron/eslint-config": "^6.1.0",
29
- "@theholocron/tsconfig": "^6.1.0",
30
- "@theholocron/tsdown-config": "^6.1.0",
31
- "@theholocron/vitest-config": "^6.1.0",
28
+ "@theholocron/eslint-config": "^7.0.0",
29
+ "@theholocron/tsconfig": "^7.0.0",
30
+ "@theholocron/tsdown-config": "^7.0.0",
31
+ "@theholocron/vitest-config": "^7.0.0",
32
32
  "@vitest/coverage-v8": "^4.1.10",
33
33
  "@vitest/eslint-plugin": "^1.6.23",
34
34
  "eslint": "^10.7.0",