@promptbook/pdf 0.72.0-34 → 0.72.0

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/README.md CHANGED
@@ -22,10 +22,6 @@ Build responsible, controlled and transparent applications on top of LLM models!
22
22
 
23
23
 
24
24
 
25
- <blockquote style="color: #ff8811">
26
- <b>⚠ Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>.
27
- </blockquote>
28
-
29
25
  ## 📦 Package `@promptbook/pdf`
30
26
 
31
27
  - Promptbooks are [divided into several](#-packages) packages, all are published from [single monorepo](https://github.com/webgptorg/promptbook).
package/esm/index.es.js CHANGED
@@ -12,7 +12,7 @@ import { unparse, parse } from 'papaparse';
12
12
  /**
13
13
  * The version of the Promptbook library
14
14
  */
15
- var PROMPTBOOK_VERSION = '0.72.0-33';
15
+ var PROMPTBOOK_VERSION = '0.72.0-34';
16
16
  // TODO: [main] !!!! List here all the versions and annotate + put into script
17
17
 
18
18
  /*! *****************************************************************************
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/pdf",
3
- "version": "0.72.0-34",
3
+ "version": "0.72.0",
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/pdf.index.d.ts",
54
54
  "peerDependencies": {
55
- "@promptbook/core": "0.72.0-34"
55
+ "@promptbook/core": "0.72.0"
56
56
  },
57
57
  "dependencies": {
58
58
  "crypto-js": "4.2.0",
package/umd/index.umd.js CHANGED
@@ -14,7 +14,7 @@
14
14
  /**
15
15
  * The version of the Promptbook library
16
16
  */
17
- var PROMPTBOOK_VERSION = '0.72.0-33';
17
+ var PROMPTBOOK_VERSION = '0.72.0-34';
18
18
  // TODO: [main] !!!! List here all the versions and annotate + put into script
19
19
 
20
20
  /*! *****************************************************************************