@salesforce/lds-adapters-industries-epc 1.447.1 → 1.449.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 -8
  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.447.1",
3
+ "version": "1.449.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",
@@ -32,23 +32,19 @@
32
32
  ],
33
33
  "scripts": {
34
34
  "build": "yarn build:services",
35
- "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
36
35
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
37
36
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
38
37
  "clean": "rm -rf dist sfdc src/generated karma/dist",
39
38
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-epc",
40
39
  "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-epc",
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",
44
40
  "test:unit": "jest --config=./jest.config.js"
45
41
  },
46
42
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.447.1"
43
+ "@salesforce/lds-bindings": "^1.449.0"
48
44
  },
49
45
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.447.1",
51
- "@salesforce/lds-karma": "^1.447.1"
46
+ "@salesforce/lds-compiler-plugins": "^1.449.0",
47
+ "@salesforce/lds-karma": "^1.449.0"
52
48
  },
53
49
  "nx": {
54
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -6983,4 +6983,4 @@ withDefaultLuvio((luvio) => {
6983
6983
  });
6984
6984
 
6985
6985
  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 };
6986
- // version: 1.447.1-482943d2ff
6986
+ // version: 1.449.0-7b415dc950