tangled
alpha
login
or
join now
stevedylan.dev
/
sequoia
49
fork
atom
A CLI for publishing standard.site documents to ATProto
sequoia.pub
standard
site
lexicon
cli
publishing
49
fork
atom
overview
issues
5
pulls
pipelines
chore: version bump
stevedylan.dev
1 week ago
da761609
6788c7d2
1/1
lint.yml
success
4s
+2
-2
2 changed files
expand all
collapse all
unified
split
packages
cli
package.json
src
index.ts
+1
-1
packages/cli/package.json
···
1
1
{
2
2
"name": "sequoia-cli",
3
3
-
"version": "0.5.0",
3
3
+
"version": "0.5.1",
4
4
"type": "module",
5
5
"bin": {
6
6
"sequoia": "dist/index.js"
+1
-1
packages/cli/src/index.ts
···
36
36
37
37
> https://tangled.org/stevedylan.dev/sequoia
38
38
`,
39
39
-
version: "0.5.0",
39
39
+
version: "0.5.1",
40
40
cmds: {
41
41
add: addCommand,
42
42
auth: authCommand,