@salesforce/lds-adapters-industries-documentmatrix 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-documentmatrix",
3
- "version": "1.243.0",
3
+ "version": "1.245.0",
4
4
  "description": "Document Matrix component is a custom OS element by Discovery Framework. It is an out-of-box solution that removes the need for Admins to create multiple Assessments with the same set of questions but with a different set of files to upload at the end.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-documentmatrix.js",
@@ -31,7 +31,7 @@
31
31
  "gkandpal@salesforce.com"
32
32
  ],
33
33
  "scripts": {
34
- "build": "yarn build:raml && yarn build:services && yarn build:karma",
34
+ "build": "yarn build:services && yarn build:karma",
35
35
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
36
36
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
37
37
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
@@ -55,7 +55,11 @@
55
55
  "outputs": [
56
56
  "{projectRoot}/dist",
57
57
  "{projectRoot}/karma/dist",
58
- "{projectRoot}/sfdc",
58
+ "{projectRoot}/sfdc"
59
+ ]
60
+ },
61
+ "build:raml": {
62
+ "outputs": [
59
63
  "{projectRoot}/src/generated"
60
64
  ]
61
65
  }
package/sfdc/index.js CHANGED
@@ -410,4 +410,4 @@ withDefaultLuvio((luvio) => {
410
410
  });
411
411
 
412
412
  export { getDocumentDecision, getDocumentDecision_imperative };
413
- // version: 1.243.0-c7d8ec9e0
413
+ // version: 1.245.0-df5596041