@dxos/app-framework - v0.10.0
    Preparing search index...

    Function makeMeta

    • Constructs a bundled-plugin Meta from a canonical DXN. profile.key is the bare NSID derived from key.

      Parameters

      Returns {
          profile: {
              author?: string;
              createdAt?: string;
              dependsOn?: readonly string[];
              description?: string;
              homePage?: string;
              icon?: { hue?: string; key: string };
              key: string;
              name: string;
              screenshots?: readonly { dark?: string; light?: string }[];
              source?: string;
              spec?: string;
              tags?: readonly string[];
          };
          release?: {
              createdAt?: string;
              dependencies?: { readonly [key: string]: string };
              manifestHash?: string;
              moduleUrl: string;
              pluginKey?: string;
              version: string;
          };
      }