@theholocron/infisical-client 0.7.0 → 0.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/README.md +3 -1
- package/package.json +1 -1
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({
|
|
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.
|
|
3
|
+
"version": "0.8.0",
|
|
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",
|