Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/odd-towns-cross.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/create-pds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-pds

## 0.0.3

### Patch Changes

- [#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
- Fix signing key export to use hex encoding instead of JSON (was causing import failures)
- Add `@types/node` to create-pds template
- Suppress install and wrangler types output unless there's an error
- Add initial git commit after install, and commit after pds init
- Extract shared secret generation utilities for CLI commands
- Add tests for signing key serialization

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-pds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-pds",
"version": "0.0.2",
"version": "0.0.3",
"description": "Create a new AT Protocol PDS on Cloudflare Workers",
"type": "module",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/pds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ascorbic/pds

## 0.0.2

### Patch Changes

- [#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
- Fix signing key export to use hex encoding instead of JSON (was causing import failures)
- Add `@types/node` to create-pds template
- Suppress install and wrangler types output unless there's an error
- Add initial git commit after install, and commit after pds init
- Extract shared secret generation utilities for CLI commands
- Add tests for signing key serialization

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ascorbic/pds",
"version": "0.0.1",
"version": "0.0.2",
"description": "AT Protocol PDS on Cloudflare Workers",
"type": "module",
"main": "dist/index.js",
Expand Down