@getcirrus/pds 0.2.2 → 0.2.4

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -6077,7 +6077,7 @@ async function resetMigration(c, accountDO) {
6077
6077
 
6078
6078
  //#endregion
6079
6079
  //#region package.json
6080
- var version = "0.2.2";
6080
+ var version = "0.2.4";
6081
6081
 
6082
6082
  //#endregion
6083
6083
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getcirrus/pds",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "hono": "^4.11.3",
30
30
  "jose": "^6.1.3",
31
31
  "picocolors": "^1.1.1",
32
- "@getcirrus/oauth-provider": "0.1.0"
32
+ "@getcirrus/oauth-provider": "0.1.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@arethetypeswrong/cli": "^0.18.2",