@promptbook/utils 0.61.0-8 → 0.61.0-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
package/esm/index.es.js
CHANGED
|
@@ -1809,7 +1809,7 @@ function isValidUuid(value) {
|
|
|
1809
1809
|
/**
|
|
1810
1810
|
* The version of the Promptbook library
|
|
1811
1811
|
*/
|
|
1812
|
-
var PROMPTBOOK_VERSION = '0.61.0-
|
|
1812
|
+
var PROMPTBOOK_VERSION = '0.61.0-8';
|
|
1813
1813
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
1814
1814
|
|
|
1815
1815
|
// @promptbook/utils
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -1812,7 +1812,7 @@
|
|
|
1812
1812
|
/**
|
|
1813
1813
|
* The version of the Promptbook library
|
|
1814
1814
|
*/
|
|
1815
|
-
var PROMPTBOOK_VERSION = '0.61.0-
|
|
1815
|
+
var PROMPTBOOK_VERSION = '0.61.0-8';
|
|
1816
1816
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
1817
1817
|
|
|
1818
1818
|
// @promptbook/utils
|