@salesforce/lds-adapters-industries-epc 1.450.0 → 1.451.0-dev2

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 -10
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-epc",
3
- "version": "1.450.0",
3
+ "version": "1.451.0-dev2",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for EPCNext project",
6
6
  "main": "dist/es/es2018/industries-epc.js",
@@ -34,17 +34,16 @@
34
34
  "build": "yarn build:services",
35
35
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
36
36
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
37
- "clean": "rm -rf dist sfdc src/generated karma/dist",
37
+ "clean": "rm -rf dist sfdc src/generated",
38
38
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-epc",
39
39
  "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-epc",
40
40
  "test:unit": "jest --config=./jest.config.js"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.450.0"
43
+ "@salesforce/lds-bindings": "^1.451.0-dev2"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.450.0",
47
- "@salesforce/lds-karma": "^1.450.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.451.0-dev2"
48
47
  },
49
48
  "nx": {
50
49
  "targets": {
@@ -58,11 +57,6 @@
58
57
  "outputs": [
59
58
  "{projectRoot}/src/generated"
60
59
  ]
61
- },
62
- "build:karma": {
63
- "outputs": [
64
- "{projectRoot}/karma/dist"
65
- ]
66
60
  }
67
61
  }
68
62
  },
package/sfdc/index.js CHANGED
@@ -7148,4 +7148,4 @@ withDefaultLuvio((luvio) => {
7148
7148
  });
7149
7149
 
7150
7150
  export { createProductAttributeDefinition, deactivate, deploySnapshotIndex, fetchRelatedRecords, getBulkProductDetails, getConfigRuleMetadata, getConfigRuleMetadata_imperative, getContextDefinitionInfoById, getContextDefinitionInfoById_imperative, getIndexConfigurations, getIndexConfigurations_imperative, getIndexError, getIndexError_imperative, getIndexSetting, getIndexSetting_imperative, getProductAttributesByProductId, getProductAttributesByProductId_imperative, getProductById, getProductById_imperative, getProductClassificationDetails, getProductClassificationList, getProductFlowByProductId, getProductFlowByProductId_imperative, getSnapshots, getSnapshots_imperative, patchIndexSetting, pcmCatalogUpdate, updateIndexConfigurations };
7151
- // version: 1.450.0-b7557fd74b
7151
+ // version: 1.451.0-dev2-312b888699