@opendatalabs/connect 0.11.0 → 0.11.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ The `vana` CLI collects your personal data from any platform. See the **[CLI REA
9
9
  Install on macOS with Homebrew:
10
10
 
11
11
  ```bash
12
- brew tap vana-com/vana
12
+ brew tap vana-com/tap
13
13
  brew install vana
14
14
  vana status
15
15
  ```
@@ -17,7 +17,7 @@ vana status
17
17
  Or use the hosted prerelease installer on macOS/Linux:
18
18
 
19
19
  ```bash
20
- curl -fsSL https://raw.githubusercontent.com/vana-com/vana-connect/feat/connect-cli-v1/install/install.sh | sh -s -- --version canary-feat-connect-cli-v1
20
+ curl -fsSL https://raw.githubusercontent.com/vana-com/vana-connect/main/install/install.sh | sh
21
21
  ```
22
22
 
23
23
  Branch prerelease:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendatalabs/connect",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "SDK for integrating Vana Data Portability 'Connect data' flows",
5
5
  "license": "MIT",
6
6
  "repository": {