@salesforce/lds-adapters-commerce-search 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-commerce-search",
3
- "version": "1.449.0",
3
+ "version": "1.451.0-dev1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters Community Navigation Menu",
6
6
  "main": "dist/es/es2018/commerce-search.js",
@@ -17,7 +17,7 @@
17
17
  "module": "commerceApi"
18
18
  },
19
19
  "scripts": {
20
- "clean": "rm -rf dist sfdc src/generated karma/dist",
20
+ "clean": "rm -rf dist sfdc src/generated",
21
21
  "build": "yarn build:services",
22
22
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
23
23
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
@@ -26,11 +26,10 @@
26
26
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-commerce-search"
27
27
  },
28
28
  "dependencies": {
29
- "@salesforce/lds-bindings": "^1.449.0"
29
+ "@salesforce/lds-bindings": "^1.451.0-dev1"
30
30
  },
31
31
  "devDependencies": {
32
- "@salesforce/lds-compiler-plugins": "^1.449.0",
33
- "@salesforce/lds-karma": "^1.449.0"
32
+ "@salesforce/lds-compiler-plugins": "^1.451.0-dev1"
34
33
  },
35
34
  "nx": {
36
35
  "targets": {
@@ -44,11 +43,6 @@
44
43
  "outputs": [
45
44
  "{projectRoot}/src/generated"
46
45
  ]
47
- },
48
- "build:karma": {
49
- "outputs": [
50
- "{projectRoot}/karma/dist"
51
- ]
52
46
  }
53
47
  }
54
48
  },
package/sfdc/index.js CHANGED
@@ -2046,4 +2046,4 @@ withDefaultLuvio((luvio) => {
2046
2046
  });
2047
2047
 
2048
2048
  export { createSearchBoostBuryRule, deleteSearchBoostBuryRule, getSearchBoostBuryRule, getSearchBoostBuryRuleNotifyChange, getSearchBoostBuryRule_imperative, getSearchBoostBuryRules, getSearchBoostBuryRules_imperative, getSuggestions, getSuggestions_imperative, notifySearchBoostBuryRulesCollectionOutputRepresentationUpdateAvailable, productSearch, productSearch_imperative, updateSearchBoostBuryRule };
2049
- // version: 1.449.0-7b415dc950
2049
+ // version: 1.451.0-dev1-70d3966695