@salesforce/lds-adapters-service-einsteinllm 1.243.0 → 1.244.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.
Files changed (2) hide show
  1. package/package.json +7 -3
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-einsteinllm",
3
- "version": "1.243.0",
3
+ "version": "1.244.0",
4
4
  "description": "Connect family for Einstein LLM generations",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-einsteinllm.js",
@@ -32,7 +32,7 @@
32
32
  "kkasimala@salesforce.com"
33
33
  ],
34
34
  "scripts": {
35
- "build": "yarn build:raml && yarn build:services && yarn build:karma",
35
+ "build": "yarn build:services && yarn build:karma",
36
36
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
37
37
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
38
38
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
@@ -56,7 +56,11 @@
56
56
  "outputs": [
57
57
  "{projectRoot}/dist",
58
58
  "{projectRoot}/karma/dist",
59
- "{projectRoot}/sfdc",
59
+ "{projectRoot}/sfdc"
60
+ ]
61
+ },
62
+ "build:raml": {
63
+ "outputs": [
60
64
  "{projectRoot}/src/generated"
61
65
  ]
62
66
  }
package/sfdc/index.js CHANGED
@@ -1185,4 +1185,4 @@ withDefaultLuvio((luvio) => {
1185
1185
  });
1186
1186
 
1187
1187
  export { createFeedback, createGenerations, createGenerationsForPromptTemplate };
1188
- // version: 1.243.0-c7d8ec9e0
1188
+ // version: 1.244.0-4d142822f