@ascorbic/pds 0.0.0 → 0.0.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 +1 -1
package/dist/index.js CHANGED
@@ -2958,7 +2958,7 @@ async function getAccountStatus(c, accountDO) {
2958
2958
 
2959
2959
  //#endregion
2960
2960
  //#region package.json
2961
- var version = "0.0.0";
2961
+ var version = "0.0.1";
2962
2962
 
2963
2963
  //#endregion
2964
2964
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascorbic/pds",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "AT Protocol PDS on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",