@promptbook/templates 0.100.0-4 → 0.100.0-5

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-4';
19
+ const PROMPTBOOK_ENGINE_VERSION = '0.100.0-5';
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.100.0-3",
1574
+ "promptbookVersion": "0.100.0-4",
1575
1575
  "usage": {
1576
1576
  "price": {
1577
1577
  "value": 0.028037500000000003
@@ -2136,7 +2136,7 @@ function getTemplatesPipelineCollection() {
2136
2136
  "preparations": [
2137
2137
  {
2138
2138
  "id": 1,
2139
- "promptbookVersion": "0.100.0-3",
2139
+ "promptbookVersion": "0.100.0-4",
2140
2140
  "usage": {
2141
2141
  "price": {
2142
2142
  "value": 0.028037500000000003
@@ -2830,7 +2830,7 @@ function getTemplatesPipelineCollection() {
2830
2830
  "preparations": [
2831
2831
  {
2832
2832
  "id": 1,
2833
- "promptbookVersion": "0.100.0-3",
2833
+ "promptbookVersion": "0.100.0-4",
2834
2834
  "usage": {
2835
2835
  "price": {
2836
2836
  "value": 0.025285000000000002
@@ -2972,7 +2972,7 @@ function getTemplatesPipelineCollection() {
2972
2972
  "preparations": [
2973
2973
  {
2974
2974
  "id": 1,
2975
- "promptbookVersion": "0.100.0-3",
2975
+ "promptbookVersion": "0.100.0-4",
2976
2976
  "usage": {
2977
2977
  "price": {
2978
2978
  "value": 0.026235
@@ -3068,7 +3068,7 @@ function getTemplatesPipelineCollection() {
3068
3068
  "preparations": [
3069
3069
  {
3070
3070
  "id": 1,
3071
- "promptbookVersion": "0.100.0-3",
3071
+ "promptbookVersion": "0.100.0-4",
3072
3072
  "usage": {
3073
3073
  "price": {
3074
3074
  "value": 0
@@ -3205,7 +3205,7 @@ function getTemplatesPipelineCollection() {
3205
3205
  "preparations": [
3206
3206
  {
3207
3207
  "id": 1,
3208
- "promptbookVersion": "0.100.0-3",
3208
+ "promptbookVersion": "0.100.0-4",
3209
3209
  "usage": {
3210
3210
  "price": {
3211
3211
  "value": 0.026232500000000002
@@ -3355,7 +3355,7 @@ function getTemplatesPipelineCollection() {
3355
3355
  "preparations": [
3356
3356
  {
3357
3357
  "id": 1,
3358
- "promptbookVersion": "0.100.0-3",
3358
+ "promptbookVersion": "0.100.0-4",
3359
3359
  "usage": {
3360
3360
  "price": {
3361
3361
  "value": 0.025945000000000003
@@ -3676,7 +3676,7 @@ function getTemplatesPipelineCollection() {
3676
3676
  "preparations": [
3677
3677
  {
3678
3678
  "id": 1,
3679
- "promptbookVersion": "0.100.0-3",
3679
+ "promptbookVersion": "0.100.0-4",
3680
3680
  "usage": {
3681
3681
  "price": {
3682
3682
  "value": 0.0259225
@@ -3823,7 +3823,7 @@ function getTemplatesPipelineCollection() {
3823
3823
  "preparations": [
3824
3824
  {
3825
3825
  "id": 1,
3826
- "promptbookVersion": "0.100.0-3",
3826
+ "promptbookVersion": "0.100.0-4",
3827
3827
  "usage": {
3828
3828
  "price": {
3829
3829
  "value": 0.02687
@@ -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-3`).
18
+ * It follows semantic versioning (e.g., `0.100.0-4`).
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-4",
3
+ "version": "0.100.0-5",
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-4"
98
+ "@promptbook/core": "0.100.0-5"
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-4';
26
+ const PROMPTBOOK_ENGINE_VERSION = '0.100.0-5';
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.100.0-3",
1581
+ "promptbookVersion": "0.100.0-4",
1582
1582
  "usage": {
1583
1583
  "price": {
1584
1584
  "value": 0.028037500000000003
@@ -2143,7 +2143,7 @@
2143
2143
  "preparations": [
2144
2144
  {
2145
2145
  "id": 1,
2146
- "promptbookVersion": "0.100.0-3",
2146
+ "promptbookVersion": "0.100.0-4",
2147
2147
  "usage": {
2148
2148
  "price": {
2149
2149
  "value": 0.028037500000000003
@@ -2837,7 +2837,7 @@
2837
2837
  "preparations": [
2838
2838
  {
2839
2839
  "id": 1,
2840
- "promptbookVersion": "0.100.0-3",
2840
+ "promptbookVersion": "0.100.0-4",
2841
2841
  "usage": {
2842
2842
  "price": {
2843
2843
  "value": 0.025285000000000002
@@ -2979,7 +2979,7 @@
2979
2979
  "preparations": [
2980
2980
  {
2981
2981
  "id": 1,
2982
- "promptbookVersion": "0.100.0-3",
2982
+ "promptbookVersion": "0.100.0-4",
2983
2983
  "usage": {
2984
2984
  "price": {
2985
2985
  "value": 0.026235
@@ -3075,7 +3075,7 @@
3075
3075
  "preparations": [
3076
3076
  {
3077
3077
  "id": 1,
3078
- "promptbookVersion": "0.100.0-3",
3078
+ "promptbookVersion": "0.100.0-4",
3079
3079
  "usage": {
3080
3080
  "price": {
3081
3081
  "value": 0
@@ -3212,7 +3212,7 @@
3212
3212
  "preparations": [
3213
3213
  {
3214
3214
  "id": 1,
3215
- "promptbookVersion": "0.100.0-3",
3215
+ "promptbookVersion": "0.100.0-4",
3216
3216
  "usage": {
3217
3217
  "price": {
3218
3218
  "value": 0.026232500000000002
@@ -3362,7 +3362,7 @@
3362
3362
  "preparations": [
3363
3363
  {
3364
3364
  "id": 1,
3365
- "promptbookVersion": "0.100.0-3",
3365
+ "promptbookVersion": "0.100.0-4",
3366
3366
  "usage": {
3367
3367
  "price": {
3368
3368
  "value": 0.025945000000000003
@@ -3683,7 +3683,7 @@
3683
3683
  "preparations": [
3684
3684
  {
3685
3685
  "id": 1,
3686
- "promptbookVersion": "0.100.0-3",
3686
+ "promptbookVersion": "0.100.0-4",
3687
3687
  "usage": {
3688
3688
  "price": {
3689
3689
  "value": 0.0259225
@@ -3830,7 +3830,7 @@
3830
3830
  "preparations": [
3831
3831
  {
3832
3832
  "id": 1,
3833
- "promptbookVersion": "0.100.0-3",
3833
+ "promptbookVersion": "0.100.0-4",
3834
3834
  "usage": {
3835
3835
  "price": {
3836
3836
  "value": 0.02687