@salesforce/lds-adapters-industries-timeline 1.243.0 → 1.245.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-industries-timeline",
3
- "version": "1.243.0",
3
+ "version": "1.245.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": " GET Resource to get the Timeline Data",
6
6
  "main": "dist/es/es2018/industries-timeline.js",
@@ -27,7 +27,7 @@
27
27
  "pmalepati@salesforce.com"
28
28
  ],
29
29
  "scripts": {
30
- "build": "yarn build:raml && yarn build:services && yarn build:karma",
30
+ "build": "yarn build:services && yarn build:karma",
31
31
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
32
32
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
33
33
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
@@ -52,7 +52,11 @@
52
52
  "outputs": [
53
53
  "{projectRoot}/dist",
54
54
  "{projectRoot}/karma/dist",
55
- "{projectRoot}/sfdc",
55
+ "{projectRoot}/sfdc"
56
+ ]
57
+ },
58
+ "build:raml": {
59
+ "outputs": [
56
60
  "{projectRoot}/src/generated"
57
61
  ]
58
62
  }
package/sfdc/index.js CHANGED
@@ -2034,4 +2034,4 @@ withDefaultLuvio((luvio) => {
2034
2034
  });
2035
2035
 
2036
2036
  export { getDataModelObjects, getDataModelObjects_imperative, getEngagementEvents, getEngagementEvents_imperative, getTimelineData, getTimelineData_imperative, getTimelineMetadata, getTimelineMetadata_imperative };
2037
- // version: 1.243.0-c7d8ec9e0
2037
+ // version: 1.245.0-df5596041