@salesforce/lds-adapters-apex 1.235.0 → 1.236.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 +3 -3
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-apex",
3
- "version": "1.235.0",
3
+ "version": "1.236.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for Apex",
6
6
  "main": "dist/es/es2018/apex-service.js",
@@ -15,8 +15,8 @@
15
15
  "clean": "rm -rf dist sfdc src/generated karma/dist",
16
16
  "build": "yarn build:raml && yarn build:services && yarn build:karma",
17
17
  "build:raml": "luvio generate src/raml/luvio.raml src/generated",
18
- "build:services": "rollup --config rollup.config.js",
19
- "build:karma": "rollup --config rollup.config.karma.js",
18
+ "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
19
+ "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
20
20
  "start": "karma start",
21
21
  "test": "karma start --single-run",
22
22
  "test:compat": "karma start --single-run --compat",
package/sfdc/index.js CHANGED
@@ -636,4 +636,4 @@ const getApexInvoker = function (namespace, classname, method, isContinuation) {
636
636
  };
637
637
 
638
638
  export { getApexInvoker, refreshApex };
639
- // version: 1.235.0-c252f93dc
639
+ // version: 1.236.0-e3ad4839b