@promptbook/templates 0.98.0-5 → 0.98.0-6

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
@@ -16,7 +16,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
16
16
  * @generated
17
17
  * @see https://github.com/webgptorg/promptbook
18
18
  */
19
- const PROMPTBOOK_ENGINE_VERSION = '0.98.0-5';
19
+ const PROMPTBOOK_ENGINE_VERSION = '0.98.0-6';
20
20
  /**
21
21
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
22
22
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1571,7 +1571,7 @@ function getTemplatesPipelineCollection() {
1571
1571
  "preparations": [
1572
1572
  {
1573
1573
  "id": 1,
1574
- "promptbookVersion": "0.98.0-4",
1574
+ "promptbookVersion": "0.98.0-5",
1575
1575
  "usage": {
1576
1576
  "price": {
1577
1577
  "value": 0.027675
@@ -2107,7 +2107,7 @@ function getTemplatesPipelineCollection() {
2107
2107
  "preparations": [
2108
2108
  {
2109
2109
  "id": 1,
2110
- "promptbookVersion": "0.98.0-4",
2110
+ "promptbookVersion": "0.98.0-5",
2111
2111
  "usage": {
2112
2112
  "price": {
2113
2113
  "value": 0.027675
@@ -2784,7 +2784,7 @@ function getTemplatesPipelineCollection() {
2784
2784
  "preparations": [
2785
2785
  {
2786
2786
  "id": 1,
2787
- "promptbookVersion": "0.98.0-4",
2787
+ "promptbookVersion": "0.98.0-5",
2788
2788
  "usage": {
2789
2789
  "price": {
2790
2790
  "value": 0.026485
@@ -2926,7 +2926,7 @@ function getTemplatesPipelineCollection() {
2926
2926
  "preparations": [
2927
2927
  {
2928
2928
  "id": 1,
2929
- "promptbookVersion": "0.98.0-4",
2929
+ "promptbookVersion": "0.98.0-5",
2930
2930
  "usage": {
2931
2931
  "price": {
2932
2932
  "value": 0.026710000000000005
@@ -3022,7 +3022,7 @@ function getTemplatesPipelineCollection() {
3022
3022
  "preparations": [
3023
3023
  {
3024
3024
  "id": 1,
3025
- "promptbookVersion": "0.98.0-4",
3025
+ "promptbookVersion": "0.98.0-5",
3026
3026
  "usage": {
3027
3027
  "price": {
3028
3028
  "value": 0
@@ -3159,7 +3159,7 @@ function getTemplatesPipelineCollection() {
3159
3159
  "preparations": [
3160
3160
  {
3161
3161
  "id": 1,
3162
- "promptbookVersion": "0.98.0-4",
3162
+ "promptbookVersion": "0.98.0-5",
3163
3163
  "usage": {
3164
3164
  "price": {
3165
3165
  "value": 0.026382500000000003
@@ -3303,7 +3303,7 @@ function getTemplatesPipelineCollection() {
3303
3303
  "preparations": [
3304
3304
  {
3305
3305
  "id": 1,
3306
- "promptbookVersion": "0.98.0-4",
3306
+ "promptbookVersion": "0.98.0-5",
3307
3307
  "usage": {
3308
3308
  "price": {
3309
3309
  "value": 0.0253325
@@ -3630,7 +3630,7 @@ function getTemplatesPipelineCollection() {
3630
3630
  "preparations": [
3631
3631
  {
3632
3632
  "id": 1,
3633
- "promptbookVersion": "0.98.0-4",
3633
+ "promptbookVersion": "0.98.0-5",
3634
3634
  "usage": {
3635
3635
  "price": {
3636
3636
  "value": 0.026247500000000003
@@ -3777,7 +3777,7 @@ function getTemplatesPipelineCollection() {
3777
3777
  "preparations": [
3778
3778
  {
3779
3779
  "id": 1,
3780
- "promptbookVersion": "0.98.0-4",
3780
+ "promptbookVersion": "0.98.0-5",
3781
3781
  "usage": {
3782
3782
  "price": {
3783
3783
  "value": 0.026670000000000003
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.98.0-4`).
18
+ * It follows semantic versioning (e.g., `0.98.0-5`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/templates",
3
- "version": "0.98.0-5",
3
+ "version": "0.98.0-6",
4
4
  "description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -74,7 +74,7 @@
74
74
  "module": "./esm/index.es.js",
75
75
  "typings": "./esm/typings/src/_packages/templates.index.d.ts",
76
76
  "peerDependencies": {
77
- "@promptbook/core": "0.98.0-5"
77
+ "@promptbook/core": "0.98.0-6"
78
78
  },
79
79
  "dependencies": {
80
80
  "prettier": "2.8.1",
package/umd/index.umd.js CHANGED
@@ -23,7 +23,7 @@
23
23
  * @generated
24
24
  * @see https://github.com/webgptorg/promptbook
25
25
  */
26
- const PROMPTBOOK_ENGINE_VERSION = '0.98.0-5';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.98.0-6';
27
27
  /**
28
28
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
29
29
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1578,7 +1578,7 @@
1578
1578
  "preparations": [
1579
1579
  {
1580
1580
  "id": 1,
1581
- "promptbookVersion": "0.98.0-4",
1581
+ "promptbookVersion": "0.98.0-5",
1582
1582
  "usage": {
1583
1583
  "price": {
1584
1584
  "value": 0.027675
@@ -2114,7 +2114,7 @@
2114
2114
  "preparations": [
2115
2115
  {
2116
2116
  "id": 1,
2117
- "promptbookVersion": "0.98.0-4",
2117
+ "promptbookVersion": "0.98.0-5",
2118
2118
  "usage": {
2119
2119
  "price": {
2120
2120
  "value": 0.027675
@@ -2791,7 +2791,7 @@
2791
2791
  "preparations": [
2792
2792
  {
2793
2793
  "id": 1,
2794
- "promptbookVersion": "0.98.0-4",
2794
+ "promptbookVersion": "0.98.0-5",
2795
2795
  "usage": {
2796
2796
  "price": {
2797
2797
  "value": 0.026485
@@ -2933,7 +2933,7 @@
2933
2933
  "preparations": [
2934
2934
  {
2935
2935
  "id": 1,
2936
- "promptbookVersion": "0.98.0-4",
2936
+ "promptbookVersion": "0.98.0-5",
2937
2937
  "usage": {
2938
2938
  "price": {
2939
2939
  "value": 0.026710000000000005
@@ -3029,7 +3029,7 @@
3029
3029
  "preparations": [
3030
3030
  {
3031
3031
  "id": 1,
3032
- "promptbookVersion": "0.98.0-4",
3032
+ "promptbookVersion": "0.98.0-5",
3033
3033
  "usage": {
3034
3034
  "price": {
3035
3035
  "value": 0
@@ -3166,7 +3166,7 @@
3166
3166
  "preparations": [
3167
3167
  {
3168
3168
  "id": 1,
3169
- "promptbookVersion": "0.98.0-4",
3169
+ "promptbookVersion": "0.98.0-5",
3170
3170
  "usage": {
3171
3171
  "price": {
3172
3172
  "value": 0.026382500000000003
@@ -3310,7 +3310,7 @@
3310
3310
  "preparations": [
3311
3311
  {
3312
3312
  "id": 1,
3313
- "promptbookVersion": "0.98.0-4",
3313
+ "promptbookVersion": "0.98.0-5",
3314
3314
  "usage": {
3315
3315
  "price": {
3316
3316
  "value": 0.0253325
@@ -3637,7 +3637,7 @@
3637
3637
  "preparations": [
3638
3638
  {
3639
3639
  "id": 1,
3640
- "promptbookVersion": "0.98.0-4",
3640
+ "promptbookVersion": "0.98.0-5",
3641
3641
  "usage": {
3642
3642
  "price": {
3643
3643
  "value": 0.026247500000000003
@@ -3784,7 +3784,7 @@
3784
3784
  "preparations": [
3785
3785
  {
3786
3786
  "id": 1,
3787
- "promptbookVersion": "0.98.0-4",
3787
+ "promptbookVersion": "0.98.0-5",
3788
3788
  "usage": {
3789
3789
  "price": {
3790
3790
  "value": 0.026670000000000003