Update version to 0.3.1

This commit is contained in:
Jesse Wierzbinski 2024-04-07 18:24:22 -10:00
parent 78734dc8d5
commit d6fda6bb28
No known key found for this signature in database
3 changed files with 10 additions and 9 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -2,7 +2,7 @@
"name": "lysand", "name": "lysand",
"module": "index.ts", "module": "index.ts",
"type": "module", "type": "module",
"version": "0.3.0", "version": "0.3.1",
"description": "A project to build a federated social network", "description": "A project to build a federated social network",
"author": { "author": {
"email": "contact@cpluspatch.com", "email": "contact@cpluspatch.com",

View file

@ -3,8 +3,9 @@
"version": "0.0.0", "version": "0.0.0",
"main": "index.ts", "main": "index.ts",
"dependencies": { "dependencies": {
"@img/sharp-wasm32": "^0.33.3",
"@jsr/bradenmacdonald__s3-lite-client": "npm:@jsr/bradenmacdonald__s3-lite-client", "@jsr/bradenmacdonald__s3-lite-client": "npm:@jsr/bradenmacdonald__s3-lite-client",
"config-manager": "workspace:*", "config-manager": "workspace:*",
"sharp": "^0.32.6" "sharp": "^0.33.3"
} }
} }