mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore: ⬆️ Upgrade @lysand-org/federation to latest
This commit is contained in:
parent
8a6d71d958
commit
8213ca62e0
10 changed files with 31 additions and 17 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import { parseUserAddress, userAddressValidator } from "@/api";
|
||||
import { SignatureConstructor } from "@lysand-org/federation";
|
||||
import { FederationRequester } from "@lysand-org/federation/requester";
|
||||
import {
|
||||
FederationRequester,
|
||||
SignatureConstructor,
|
||||
} from "@lysand-org/federation";
|
||||
import { Args } from "@oclif/core";
|
||||
import chalk from "chalk";
|
||||
import ora from "ora";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
import { parseUserAddress, userAddressValidator } from "@/api";
|
||||
import { SignatureConstructor } from "@lysand-org/federation";
|
||||
import { FederationRequester } from "@lysand-org/federation/requester";
|
||||
import {
|
||||
FederationRequester,
|
||||
SignatureConstructor,
|
||||
} from "@lysand-org/federation";
|
||||
import { Args } from "@oclif/core";
|
||||
import chalk from "chalk";
|
||||
import ora from "ora";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue