Skip to content

Commit d71c6fe

Browse files
author
Jurij Skornik
committed
Fixed the plugin-dkg-publisher not the be installed by default.
1 parent 5cd6afe commit d71c6fe

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

apps/agent/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"postinstall": "node fix-uuid.js"
3131
},
3232
"dependencies": {
33-
"@dkg/plugin-dkg-publisher": "^1.0.0",
3433
"@dkg/expo-forcegraph": "^0.0.0",
3534
"@dkg/plugin-dkg-essentials": "^0.0.3",
3635
"@dkg/plugin-example": "^0.0.3",

apps/agent/src/server/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import dkgEssentialsPlugin from "@dkg/plugin-dkg-essentials";
55
import createFsBlobStorage from "@dkg/plugin-dkg-essentials/createFsBlobStorage";
66
import examplePlugin from "@dkg/plugin-example";
77
import swaggerPlugin from "@dkg/plugin-swagger";
8-
import dkgPublisherPlugin from "@dkg/plugin-dkg-publisher";
98
//@ts-expect-error No types for dkg.js ...
109
import DKG from "dkg.js";
1110
import { eq } from "drizzle-orm";
@@ -107,7 +106,6 @@ const app = createPluginServer({
107106
api.use("/profile", authorized([]));
108107
},
109108
accountManagementPlugin,
110-
dkgPublisherPlugin,
111109
dkgEssentialsPlugin,
112110
examplePlugin.withNamespace("protected", {
113111
middlewares: [authorized(["scope123"])], // Allow only users with the "scope123" scope

0 commit comments

Comments
 (0)