File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# create-pds
22
3+ ## 0.0.3
4+
5+ ### Patch Changes
6+
7+ - [ #23 ] ( https://github.com/ascorbic/atproto-worker/pull/23 ) [ ` d7bf601 ` ] ( https://github.com/ascorbic/atproto-worker/commit/d7bf6013924da6867c1779face55b2ccc91f3849 ) Thanks [ @ascorbic ] ( https://github.com/ascorbic ) ! - Fix signing key serialization format and improve CLI
8+ - Fix signing key export to use hex encoding instead of JSON (was causing import failures)
9+ - Add ` @types/node ` to create-pds template
10+ - Suppress install and wrangler types output unless there's an error
11+ - Add initial git commit after install, and commit after pds init
12+ - Extract shared secret generation utilities for CLI commands
13+ - Add tests for signing key serialization
14+
315## 0.0.2
416
517### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " create-pds" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " Create a new AT Protocol PDS on Cloudflare Workers" ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change 11# @ascorbic/pds
22
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - [ #23 ] ( https://github.com/ascorbic/atproto-worker/pull/23 ) [ ` d7bf601 ` ] ( https://github.com/ascorbic/atproto-worker/commit/d7bf6013924da6867c1779face55b2ccc91f3849 ) Thanks [ @ascorbic ] ( https://github.com/ascorbic ) ! - Fix signing key serialization format and improve CLI
8+ - Fix signing key export to use hex encoding instead of JSON (was causing import failures)
9+ - Add ` @types/node ` to create-pds template
10+ - Suppress install and wrangler types output unless there's an error
11+ - Add initial git commit after install, and commit after pds init
12+ - Extract shared secret generation utilities for CLI commands
13+ - Add tests for signing key serialization
14+
315## 0.0.1
416
517### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @ascorbic/pds" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " AT Protocol PDS on Cloudflare Workers" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments