@getcirrus/pds 0.10.0 → 0.10.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4044,7 +4044,7 @@ function renderPasskeyErrorPage(error, description) {
4044
4044
 
4045
4045
  //#endregion
4046
4046
  //#region package.json
4047
- var version = "0.10.0";
4047
+ var version = "0.10.1";
4048
4048
 
4049
4049
  //#endregion
4050
4050
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getcirrus/pds",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -35,7 +35,7 @@
35
35
  "jose": "^6.1.3",
36
36
  "picocolors": "^1.1.1",
37
37
  "qrcode": "^1.5.4",
38
- "@getcirrus/oauth-provider": "0.3.0"
38
+ "@getcirrus/oauth-provider": "0.3.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@arethetypeswrong/cli": "^0.18.2",