@devbookhq/sdk
Advanced tools
Comparing version 2.3.12 to 2.3.13
@@ -197,3 +197,3 @@ /** | ||
/** @enum {string} */ | ||
readonly Template: "Nodejs" | "Go" | "Bash" | "Python3"; | ||
readonly Template: "Nodejs" | "Go" | "Bash" | "Rust" | "Python3"; | ||
/** @enum {string} */ | ||
@@ -200,0 +200,0 @@ readonly EnvironmentState: "Building" | "Failed" | "Done"; |
@@ -197,3 +197,3 @@ /** | ||
/** @enum {string} */ | ||
readonly Template: "Nodejs" | "Go" | "Bash" | "Python3"; | ||
readonly Template: "Nodejs" | "Go" | "Bash" | "Rust" | "Python3"; | ||
/** @enum {string} */ | ||
@@ -200,0 +200,0 @@ readonly EnvironmentState: "Building" | "Failed" | "Done"; |
@@ -197,3 +197,3 @@ /** | ||
/** @enum {string} */ | ||
readonly Template: "Nodejs" | "Go" | "Bash" | "Python3"; | ||
readonly Template: "Nodejs" | "Go" | "Bash" | "Rust" | "Python3"; | ||
/** @enum {string} */ | ||
@@ -200,0 +200,0 @@ readonly EnvironmentState: "Building" | "Failed" | "Done"; |
{ | ||
"name": "@devbookhq/sdk", | ||
"version": "2.3.12", | ||
"version": "2.3.13", | ||
"description": "Devbook allows visitors of your docs to interact with and execute any code snippet or shell command in a private VM", | ||
@@ -5,0 +5,0 @@ "homepage": "https://usedevbook.com", |
149339