@runcitadel/sdk
Advanced tools
Comparing version 0.4.0-beta.1 to 0.4.0-beta.2
/// <reference lib="dom" /> | ||
/// <reference types="node" /> | ||
/** A dependency an app could have */ | ||
@@ -22,7 +21,7 @@ type Dependency = "bitcoind" | "electrum" | "lnd"; | ||
/** The person(s) who created the app */ | ||
developers: Record<string, string>; | ||
/** The url to the app's website */ | ||
website: string; | ||
developer?: string; | ||
/** The person(s) who created the app */ | ||
developers?: Record<string, string>; | ||
/** The dependencies of the app */ | ||
dependencies: Dependency[]; | ||
dependencies: (Dependency | Dependency[])[]; | ||
/** The url to the app's Git repository */ | ||
@@ -29,0 +28,0 @@ repo: string | Record<string, string>; |
{ | ||
"name": "@runcitadel/sdk", | ||
"version": "0.4.0-beta.1", | ||
"version": "0.4.0-beta.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
175783
3618