@promptbook/templates 0.100.0-7 → 0.100.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 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.100.0-7';
19
+ const PROMPTBOOK_ENGINE_VERSION = '0.100.0-9';
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
@@ -1559,7 +1559,7 @@ function getTemplatesPipelineCollection() {
1559
1559
  "preparations": [
1560
1560
  {
1561
1561
  "id": 1,
1562
- "promptbookVersion": "0.100.0-6",
1562
+ "promptbookVersion": "0.100.0-8",
1563
1563
  "usage": {
1564
1564
  "price": {
1565
1565
  "value": 0.0256375
@@ -2112,7 +2112,7 @@ function getTemplatesPipelineCollection() {
2112
2112
  "preparations": [
2113
2113
  {
2114
2114
  "id": 1,
2115
- "promptbookVersion": "0.100.0-6",
2115
+ "promptbookVersion": "0.100.0-8",
2116
2116
  "usage": {
2117
2117
  "price": {
2118
2118
  "value": 0.0256375
@@ -2812,7 +2812,7 @@ function getTemplatesPipelineCollection() {
2812
2812
  "preparations": [
2813
2813
  {
2814
2814
  "id": 1,
2815
- "promptbookVersion": "0.100.0-6",
2815
+ "promptbookVersion": "0.100.0-8",
2816
2816
  "usage": {
2817
2817
  "price": {
2818
2818
  "value": 0.025010000000000004
@@ -2948,7 +2948,7 @@ function getTemplatesPipelineCollection() {
2948
2948
  "preparations": [
2949
2949
  {
2950
2950
  "id": 1,
2951
- "promptbookVersion": "0.100.0-6",
2951
+ "promptbookVersion": "0.100.0-8",
2952
2952
  "usage": {
2953
2953
  "price": {
2954
2954
  "value": 0.025372500000000003
@@ -3044,7 +3044,7 @@ function getTemplatesPipelineCollection() {
3044
3044
  "preparations": [
3045
3045
  {
3046
3046
  "id": 1,
3047
- "promptbookVersion": "0.100.0-6",
3047
+ "promptbookVersion": "0.100.0-8",
3048
3048
  "usage": {
3049
3049
  "price": {
3050
3050
  "value": 0
@@ -3181,7 +3181,7 @@ function getTemplatesPipelineCollection() {
3181
3181
  "preparations": [
3182
3182
  {
3183
3183
  "id": 1,
3184
- "promptbookVersion": "0.100.0-6",
3184
+ "promptbookVersion": "0.100.0-8",
3185
3185
  "usage": {
3186
3186
  "price": {
3187
3187
  "value": 0.0258575
@@ -3337,7 +3337,7 @@ function getTemplatesPipelineCollection() {
3337
3337
  "preparations": [
3338
3338
  {
3339
3339
  "id": 1,
3340
- "promptbookVersion": "0.100.0-6",
3340
+ "promptbookVersion": "0.100.0-8",
3341
3341
  "usage": {
3342
3342
  "price": {
3343
3343
  "value": 0.0265325
@@ -3664,7 +3664,7 @@ function getTemplatesPipelineCollection() {
3664
3664
  "preparations": [
3665
3665
  {
3666
3666
  "id": 1,
3667
- "promptbookVersion": "0.100.0-6",
3667
+ "promptbookVersion": "0.100.0-8",
3668
3668
  "usage": {
3669
3669
  "price": {
3670
3670
  "value": 0.026310000000000004
@@ -3811,7 +3811,7 @@ function getTemplatesPipelineCollection() {
3811
3811
  "preparations": [
3812
3812
  {
3813
3813
  "id": 1,
3814
- "promptbookVersion": "0.100.0-6",
3814
+ "promptbookVersion": "0.100.0-8",
3815
3815
  "usage": {
3816
3816
  "price": {
3817
3817
  "value": 0.0266075
@@ -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.100.0-6`).
18
+ * It follows semantic versioning (e.g., `0.100.0-8`).
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.100.0-7",
3
+ "version": "0.100.0-9",
4
4
  "description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -95,7 +95,7 @@
95
95
  "module": "./esm/index.es.js",
96
96
  "typings": "./esm/typings/src/_packages/templates.index.d.ts",
97
97
  "peerDependencies": {
98
- "@promptbook/core": "0.100.0-7"
98
+ "@promptbook/core": "0.100.0-9"
99
99
  },
100
100
  "dependencies": {
101
101
  "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.100.0-7';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.100.0-9';
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
@@ -1566,7 +1566,7 @@
1566
1566
  "preparations": [
1567
1567
  {
1568
1568
  "id": 1,
1569
- "promptbookVersion": "0.100.0-6",
1569
+ "promptbookVersion": "0.100.0-8",
1570
1570
  "usage": {
1571
1571
  "price": {
1572
1572
  "value": 0.0256375
@@ -2119,7 +2119,7 @@
2119
2119
  "preparations": [
2120
2120
  {
2121
2121
  "id": 1,
2122
- "promptbookVersion": "0.100.0-6",
2122
+ "promptbookVersion": "0.100.0-8",
2123
2123
  "usage": {
2124
2124
  "price": {
2125
2125
  "value": 0.0256375
@@ -2819,7 +2819,7 @@
2819
2819
  "preparations": [
2820
2820
  {
2821
2821
  "id": 1,
2822
- "promptbookVersion": "0.100.0-6",
2822
+ "promptbookVersion": "0.100.0-8",
2823
2823
  "usage": {
2824
2824
  "price": {
2825
2825
  "value": 0.025010000000000004
@@ -2955,7 +2955,7 @@
2955
2955
  "preparations": [
2956
2956
  {
2957
2957
  "id": 1,
2958
- "promptbookVersion": "0.100.0-6",
2958
+ "promptbookVersion": "0.100.0-8",
2959
2959
  "usage": {
2960
2960
  "price": {
2961
2961
  "value": 0.025372500000000003
@@ -3051,7 +3051,7 @@
3051
3051
  "preparations": [
3052
3052
  {
3053
3053
  "id": 1,
3054
- "promptbookVersion": "0.100.0-6",
3054
+ "promptbookVersion": "0.100.0-8",
3055
3055
  "usage": {
3056
3056
  "price": {
3057
3057
  "value": 0
@@ -3188,7 +3188,7 @@
3188
3188
  "preparations": [
3189
3189
  {
3190
3190
  "id": 1,
3191
- "promptbookVersion": "0.100.0-6",
3191
+ "promptbookVersion": "0.100.0-8",
3192
3192
  "usage": {
3193
3193
  "price": {
3194
3194
  "value": 0.0258575
@@ -3344,7 +3344,7 @@
3344
3344
  "preparations": [
3345
3345
  {
3346
3346
  "id": 1,
3347
- "promptbookVersion": "0.100.0-6",
3347
+ "promptbookVersion": "0.100.0-8",
3348
3348
  "usage": {
3349
3349
  "price": {
3350
3350
  "value": 0.0265325
@@ -3671,7 +3671,7 @@
3671
3671
  "preparations": [
3672
3672
  {
3673
3673
  "id": 1,
3674
- "promptbookVersion": "0.100.0-6",
3674
+ "promptbookVersion": "0.100.0-8",
3675
3675
  "usage": {
3676
3676
  "price": {
3677
3677
  "value": 0.026310000000000004
@@ -3818,7 +3818,7 @@
3818
3818
  "preparations": [
3819
3819
  {
3820
3820
  "id": 1,
3821
- "promptbookVersion": "0.100.0-6",
3821
+ "promptbookVersion": "0.100.0-8",
3822
3822
  "usage": {
3823
3823
  "price": {
3824
3824
  "value": 0.0266075