@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
32 lines (27 loc) • 1.14 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["promptbook-gemini"] = {}));
})(this, (function (exports) { 'use strict';
// ⚠️ 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
*/
exports.BOOK_LANGUAGE_VERSION = BOOK_LANGUAGE_VERSION;
exports.PROMPTBOOK_ENGINE_VERSION = PROMPTBOOK_ENGINE_VERSION;
Object.defineProperty(exports, '__esModule', { value: true });
}));
//# sourceMappingURL=index.umd.js.map