Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"postinstall": "node fix-uuid.js"
},
"dependencies": {
"@dkg/plugin-dkg-publisher": "^1.0.0",
"@dkg/expo-forcegraph": "^0.0.0",
"@dkg/plugin-dkg-essentials": "^0.0.3",
"@dkg/plugin-example": "^0.0.3",
Expand Down
2 changes: 0 additions & 2 deletions apps/agent/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import dkgEssentialsPlugin from "@dkg/plugin-dkg-essentials";
import createFsBlobStorage from "@dkg/plugin-dkg-essentials/createFsBlobStorage";
import examplePlugin from "@dkg/plugin-example";
import swaggerPlugin from "@dkg/plugin-swagger";
import dkgPublisherPlugin from "@dkg/plugin-dkg-publisher";
//@ts-expect-error No types for dkg.js ...
import DKG from "dkg.js";
import { eq } from "drizzle-orm";
Expand Down Expand Up @@ -107,7 +106,6 @@ const app = createPluginServer({
api.use("/profile", authorized([]));
},
accountManagementPlugin,
dkgPublisherPlugin,
dkgEssentialsPlugin,
examplePlugin.withNamespace("protected", {
middlewares: [authorized(["scope123"])], // Allow only users with the "scope123" scope
Expand Down
Loading