@salesforce/lds-adapters-industries-epc 1.259.0 → 1.261.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 +4 -4
  2. package/sfdc/index.js +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-epc",
3
- "version": "1.259.0",
3
+ "version": "1.261.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for EPCNext project",
6
6
  "main": "dist/es/es2018/industries-epc.js",
@@ -43,11 +43,11 @@
43
43
  "test:compat": "nx build:karma && karma start --single-run --compat"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.259.0"
46
+ "@salesforce/lds-bindings": "^1.261.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.259.0",
50
- "@salesforce/lds-karma": "^1.259.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.261.0",
50
+ "@salesforce/lds-karma": "^1.261.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -2518,6 +2518,7 @@ const getContextDefinitionInfoByIdMetadata = { apiFamily: 'epc', name: 'getConte
2518
2518
  const getProductAttributesByProductIdMetadata = { apiFamily: 'epc', name: 'getProductAttributesByProductId', ttl: 6000 };
2519
2519
  const getProductByIdMetadata = { apiFamily: 'epc', name: 'getProductById' };
2520
2520
  const getProductFlowByProductIdMetadata = { apiFamily: 'epc', name: 'getProductFlowByProductId', ttl: 6000 };
2521
+ // Notify Update Available
2521
2522
  function bindExportsTo(luvio) {
2522
2523
  // LDS Adapters
2523
2524
  const getContextDefinitionInfoById_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getContextDefinitionInfoById', getContextDefinitionInfoByIdAdapterFactory), getContextDefinitionInfoByIdMetadata);
@@ -2539,7 +2540,8 @@ function bindExportsTo(luvio) {
2539
2540
  getContextDefinitionInfoById_imperative: createImperativeAdapter(luvio, getContextDefinitionInfoById_ldsAdapter, getContextDefinitionInfoByIdMetadata),
2540
2541
  getProductAttributesByProductId_imperative: createImperativeAdapter(luvio, getProductAttributesByProductId_ldsAdapter, getProductAttributesByProductIdMetadata),
2541
2542
  getProductById_imperative: createImperativeAdapter(luvio, getProductById_ldsAdapter, getProductByIdMetadata),
2542
- getProductFlowByProductId_imperative: createImperativeAdapter(luvio, getProductFlowByProductId_ldsAdapter, getProductFlowByProductIdMetadata)
2543
+ getProductFlowByProductId_imperative: createImperativeAdapter(luvio, getProductFlowByProductId_ldsAdapter, getProductFlowByProductIdMetadata),
2544
+ // Notify Update Availables
2543
2545
  };
2544
2546
  }
2545
2547
  withDefaultLuvio((luvio) => {
@@ -2553,9 +2555,9 @@ withDefaultLuvio((luvio) => {
2553
2555
  getContextDefinitionInfoById_imperative,
2554
2556
  getProductAttributesByProductId_imperative,
2555
2557
  getProductById_imperative,
2556
- getProductFlowByProductId_imperative
2558
+ getProductFlowByProductId_imperative,
2557
2559
  } = bindExportsTo(luvio));
2558
2560
  });
2559
2561
 
2560
2562
  export { createProductAttributeDefinition, deactivate, getContextDefinitionInfoById, getContextDefinitionInfoById_imperative, getProductAttributesByProductId, getProductAttributesByProductId_imperative, getProductById, getProductById_imperative, getProductFlowByProductId, getProductFlowByProductId_imperative };
2561
- // version: 1.259.0-54a7811b5
2563
+ // version: 1.261.0-10ee630e7