File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import dkgEssentialsPlugin from "@dkg/plugin-dkg-essentials";
55import createFsBlobStorage from "@dkg/plugin-dkg-essentials/createFsBlobStorage" ;
66import examplePlugin from "@dkg/plugin-example" ;
77import swaggerPlugin from "@dkg/plugin-swagger" ;
8- import dkgPublisherPlugin from "@dkg/plugin-dkg-publisher" ;
98//@ts -expect-error No types for dkg.js ...
109import DKG from "dkg.js" ;
1110import { 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
You can’t perform that action at this time.
0 commit comments