@promptbook/legacy-documents 0.71.0-19 → 0.71.0-20

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 CHANGED
@@ -15,7 +15,7 @@ import { unparse, parse } from 'papaparse';
15
15
  /**
16
16
  * The version of the Promptbook library
17
17
  */
18
- var PROMPTBOOK_VERSION = '0.71.0-18';
18
+ var PROMPTBOOK_VERSION = '0.71.0-19';
19
19
  // TODO: [main] !!!! List here all the versions and annotate + put into script
20
20
 
21
21
  /*! *****************************************************************************
@@ -60,7 +60,3 @@ export type ScraperSourceHandler = {
60
60
  * TODO: [🐝] @@@ Annotate all
61
61
  * TODO: [🔼] Export via types
62
62
  */
63
- /**
64
- * Note: [⚫] Code in this file should never be published in any package
65
- * <- TODO: !!!!!! Test that this is catched
66
- */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/legacy-documents",
3
- "version": "0.71.0-19",
3
+ "version": "0.71.0-20",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -52,7 +52,7 @@
52
52
  "module": "./esm/index.es.js",
53
53
  "typings": "./esm/typings/src/_packages/legacy-documents.index.d.ts",
54
54
  "peerDependencies": {
55
- "@promptbook/core": "0.71.0-19"
55
+ "@promptbook/core": "0.71.0-20"
56
56
  },
57
57
  "dependencies": {
58
58
  "colors": "1.4.0",
package/umd/index.umd.js CHANGED
@@ -15,7 +15,7 @@
15
15
  /**
16
16
  * The version of the Promptbook library
17
17
  */
18
- var PROMPTBOOK_VERSION = '0.71.0-18';
18
+ var PROMPTBOOK_VERSION = '0.71.0-19';
19
19
  // TODO: [main] !!!! List here all the versions and annotate + put into script
20
20
 
21
21
  /*! *****************************************************************************