@salesforce/lds-adapters-industries-documentmatrix 1.261.0 → 1.262.1

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 +5 -6
  2. package/sfdc/index.js +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-documentmatrix",
3
- "version": "1.261.0",
3
+ "version": "1.262.1",
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",
@@ -39,15 +39,14 @@
39
39
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-documentmatrix",
40
40
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-documentmatrix",
41
41
  "start": "nx build:karma && karma start",
42
- "test": "nx build:karma && karma start --single-run",
43
- "test:compat": "nx build:karma && karma start --single-run --compat"
42
+ "test": "nx build:karma && karma start --single-run"
44
43
  },
45
44
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.261.0"
45
+ "@salesforce/lds-bindings": "^1.262.1"
47
46
  },
48
47
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.261.0",
50
- "@salesforce/lds-karma": "^1.261.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.262.1",
49
+ "@salesforce/lds-karma": "^1.262.1"
51
50
  },
52
51
  "nx": {
53
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -392,7 +392,11 @@ let getDocumentDecision;
392
392
  // Imperative GET Adapters
393
393
  let getDocumentDecision_imperative;
394
394
  // Adapter Metadata
395
- const getDocumentDecisionMetadata = { apiFamily: 'DocumentMatrix', name: 'getDocumentDecision', ttl: 300 };
395
+ const getDocumentDecisionMetadata = {
396
+ apiFamily: 'DocumentMatrix',
397
+ name: 'getDocumentDecision',
398
+ ttl: 300,
399
+ };
396
400
  // Notify Update Available
397
401
  function bindExportsTo(luvio) {
398
402
  // LDS Adapters
@@ -405,11 +409,8 @@ function bindExportsTo(luvio) {
405
409
  };
406
410
  }
407
411
  withDefaultLuvio((luvio) => {
408
- ({
409
- getDocumentDecision,
410
- getDocumentDecision_imperative,
411
- } = bindExportsTo(luvio));
412
+ ({ getDocumentDecision, getDocumentDecision_imperative } = bindExportsTo(luvio));
412
413
  });
413
414
 
414
415
  export { getDocumentDecision, getDocumentDecision_imperative };
415
- // version: 1.261.0-10ee630e7
416
+ // version: 1.262.1-9a1924e93