@salesforce/lds-adapters-community-info 1.261.0 → 1.262.1

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 -5
  2. package/sfdc/index.js +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-info",
3
- "version": "1.261.0",
3
+ "version": "1.262.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Gets info about the community",
6
6
  "main": "dist/es/es2018/community-info.js",
@@ -41,15 +41,14 @@
41
41
  "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-community-info",
42
42
  "start": "nx build:karma && karma start",
43
43
  "test": "nx build:karma && karma start --single-run",
44
- "test:compat": "nx build:karma && karma start --single-run --compat",
45
44
  "test:unit": "jest"
46
45
  },
47
46
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.261.0"
47
+ "@salesforce/lds-bindings": "^1.262.1"
49
48
  },
50
49
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.261.0",
52
- "@salesforce/lds-karma": "^1.261.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.262.1",
51
+ "@salesforce/lds-karma": "^1.262.1"
53
52
  },
54
53
  "nx": {
55
54
  "targets": {
package/sfdc/index.js CHANGED
@@ -1107,11 +1107,8 @@ function bindExportsTo(luvio) {
1107
1107
  };
1108
1108
  }
1109
1109
  withDefaultLuvio((luvio) => {
1110
- ({
1111
- getCommunity,
1112
- getCommunity_imperative,
1113
- } = bindExportsTo(luvio));
1110
+ ({ getCommunity, getCommunity_imperative } = bindExportsTo(luvio));
1114
1111
  });
1115
1112
 
1116
1113
  export { getCommunity, getCommunity_imperative };
1117
- // version: 1.261.0-10ee630e7
1114
+ // version: 1.262.1-9a1924e93