chore(federation): 🔖 [publish nightly] Release 0.0.1-alpha.1

This commit is contained in:
Jesse Wierzbinski 2024-08-24 19:49:17 +02:00
parent a7e4092a93
commit b462718dc0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@versia/federation",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"exports": {
".": "./index.ts",
"./types": "./schemas.ts"

View file

@ -1,7 +1,7 @@
{
"name": "@versia/federation",
"displayName": "Versia Federation",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"author": {
"email": "jesse.wierzbinski@lysand.org",
"name": "Jesse Wierzbinski (CPlusPatch)",