@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
21 lines (19 loc) • 638 B
JavaScript
// ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten
/**
* The version of the Book language
*
* @see https://github.com/webgptorg/book
*/
var BOOK_LANGUAGE_VERSION = '1.0.0';
/**
* The version of the Promptbook engine
*
* @see https://github.com/webgptorg/promptbook
*/
var PROMPTBOOK_ENGINE_VERSION = '0.76.0';
/**
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
* Note: [💞] Ignore a discrepancy between file name and entity name
*/
export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION };
//# sourceMappingURL=index.es.js.map