@salesforce/lds-adapters-industries-instant-pricing 1.449.0 → 1.451.0-dev1

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-instant-pricing",
3
- "version": "1.449.0",
3
+ "version": "1.451.0-dev1",
4
4
  "description": "Get Instant Pricing API for on-demand Pricing updates for any changes on the QuoteLine or OrderLine items",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-instant-pricing.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-instant-pricing",
39
39
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-instant-pricing",
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.449.0"
43
+ "@salesforce/lds-bindings": "^1.451.0-dev1"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.449.0",
47
- "@salesforce/lds-karma": "^1.449.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.451.0-dev1"
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
@@ -402,4 +402,4 @@ withDefaultLuvio((luvio) => {
402
402
  });
403
403
 
404
404
  export { instantPricing };
405
- // version: 1.449.0-7b415dc950
405
+ // version: 1.451.0-dev1-70d3966695