@devbookhq/sdk
Advanced tools
Comparing version 2.6.8 to 2.6.9
@@ -196,6 +196,2 @@ /** | ||
readonly schemas: { | ||
readonly HubDatabase: { | ||
/** @description Connectiong string to the database. */ | ||
readonly dbURL: string; | ||
}; | ||
/** @enum {string} */ | ||
@@ -202,0 +198,0 @@ readonly Template: "Nodejs" | "Go" | "Bash" | "Rust" | "Python3" | "Typescript"; |
@@ -196,6 +196,2 @@ /** | ||
readonly schemas: { | ||
readonly HubDatabase: { | ||
/** @description Connectiong string to the database. */ | ||
readonly dbURL: string; | ||
}; | ||
/** @enum {string} */ | ||
@@ -202,0 +198,0 @@ readonly Template: "Nodejs" | "Go" | "Bash" | "Rust" | "Python3" | "Typescript"; |
@@ -196,6 +196,2 @@ /** | ||
readonly schemas: { | ||
readonly HubDatabase: { | ||
/** @description Connectiong string to the database. */ | ||
readonly dbURL: string; | ||
}; | ||
/** @enum {string} */ | ||
@@ -202,0 +198,0 @@ readonly Template: "Nodejs" | "Go" | "Bash" | "Rust" | "Python3" | "Typescript"; |
{ | ||
"name": "@devbookhq/sdk", | ||
"version": "2.6.8", | ||
"version": "2.6.9", | ||
"description": "SDK for managing Devbook sessions from JavaScript/TypeScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://usedevbook.com", |
@@ -198,6 +198,2 @@ /** | ||
readonly schemas: { | ||
readonly HubDatabase: { | ||
/** @description Connectiong string to the database. */ | ||
readonly dbURL: string; | ||
}; | ||
/** @enum {string} */ | ||
@@ -204,0 +200,0 @@ readonly Template: |
269127
2864