@salesforce/lds-adapters-platform-flow 1.235.0 → 1.237.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-platform-flow",
3
- "version": "1.235.0",
3
+ "version": "1.237.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Flow Runtime APIs",
6
6
  "main": "dist/es/es2018/platform-flow.js",
@@ -28,9 +28,9 @@
28
28
  ],
29
29
  "scripts": {
30
30
  "build": "yarn build:raml && yarn build:services && yarn build:karma",
31
- "build:karma": "rollup --config rollup.config.karma.js",
31
+ "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
32
32
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
33
- "build:services": "rollup --config rollup.config.js",
33
+ "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
34
34
  "clean": "rm -rf dist sfdc src/generated karma/dist",
35
35
  "start": "karma start",
36
36
  "test": "karma start --single-run",
package/sfdc/index.js CHANGED
@@ -523,4 +523,4 @@ withDefaultLuvio((luvio) => {
523
523
  });
524
524
 
525
525
  export { navigateFlow, resumeFlow, startFlow };
526
- // version: 1.235.0-c252f93dc
526
+ // version: 1.237.0-7b19a35c5