@glyphteck/veyl 0.4.0 → 0.4.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.
- package/README.md +0 -2
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/docs/cli.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,6 @@ Machine-created accounts are marked as `bot` on their public profile. Passkey-cr
|
|
|
11
11
|
```bash
|
|
12
12
|
npx -y @glyphteck/veyl help
|
|
13
13
|
npm install -g @glyphteck/veyl
|
|
14
|
-
pnpm add -g @glyphteck/veyl
|
|
15
14
|
bun add -g @glyphteck/veyl
|
|
16
15
|
curl -fsSL https://veyl.glyphteck.com/install | sh
|
|
17
16
|
```
|
|
@@ -20,7 +19,6 @@ For scripts:
|
|
|
20
19
|
|
|
21
20
|
```bash
|
|
22
21
|
npm install @glyphteck/veyl
|
|
23
|
-
pnpm add @glyphteck/veyl
|
|
24
22
|
bun add @glyphteck/veyl
|
|
25
23
|
```
|
|
26
24
|
|
package/dist/cli.js
CHANGED
|
@@ -154985,7 +154985,7 @@ import process4 from "node:process";
|
|
|
154985
154985
|
// package.json
|
|
154986
154986
|
var package_default = {
|
|
154987
154987
|
name: "@glyphteck/veyl",
|
|
154988
|
-
version: "0.4.
|
|
154988
|
+
version: "0.4.1",
|
|
154989
154989
|
license: "Apache-2.0",
|
|
154990
154990
|
type: "module",
|
|
154991
154991
|
description: "Programmable Node.js client for Veyl accounts, vaults, chat, and wallet payments.",
|
package/dist/index.js
CHANGED
|
@@ -154984,7 +154984,7 @@ import process4 from "node:process";
|
|
|
154984
154984
|
// package.json
|
|
154985
154985
|
var package_default = {
|
|
154986
154986
|
name: "@glyphteck/veyl",
|
|
154987
|
-
version: "0.4.
|
|
154987
|
+
version: "0.4.1",
|
|
154988
154988
|
license: "Apache-2.0",
|
|
154989
154989
|
type: "module",
|
|
154990
154990
|
description: "Programmable Node.js client for Veyl accounts, vaults, chat, and wallet payments.",
|
package/docs/cli.md
CHANGED
|
@@ -9,7 +9,6 @@ The `veyl` binary is the terminal adapter over the headless JavaScript API.
|
|
|
9
9
|
```bash
|
|
10
10
|
npx -y @glyphteck/veyl help
|
|
11
11
|
npm install -g @glyphteck/veyl
|
|
12
|
-
pnpm add -g @glyphteck/veyl
|
|
13
12
|
bun add -g @glyphteck/veyl
|
|
14
13
|
curl -fsSL https://veyl.glyphteck.com/install | sh
|
|
15
14
|
```
|
|
@@ -19,9 +18,6 @@ Project-local:
|
|
|
19
18
|
```bash
|
|
20
19
|
npm install @glyphteck/veyl
|
|
21
20
|
npm exec -- veyl help
|
|
22
|
-
|
|
23
|
-
pnpm add @glyphteck/veyl
|
|
24
|
-
pnpm exec veyl help
|
|
25
21
|
```
|
|
26
22
|
|
|
27
23
|
## Account And Vault
|