@salesforce/lds-adapters-platform-flow 1.261.0 → 1.262.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.
|
@@ -4,4 +4,4 @@ declare let startFlow: any;
|
|
|
4
4
|
declare let navigateFlow_imperative: any;
|
|
5
5
|
declare let resumeFlow_imperative: any;
|
|
6
6
|
declare let startFlow_imperative: any;
|
|
7
|
-
export { navigateFlow, resumeFlow, startFlow, navigateFlow_imperative, resumeFlow_imperative, startFlow_imperative };
|
|
7
|
+
export { navigateFlow, resumeFlow, startFlow, navigateFlow_imperative, resumeFlow_imperative, startFlow_imperative, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-flow",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.262.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Flow Runtime APIs",
|
|
6
6
|
"main": "dist/es/es2018/platform-flow.js",
|
|
@@ -34,15 +34,14 @@
|
|
|
34
34
|
"clean": "rm -rf dist sfdc src/generated karma/dist",
|
|
35
35
|
"start": "nx build:karma && karma start",
|
|
36
36
|
"test": "nx build:karma && karma start --single-run",
|
|
37
|
-
"test:compat": "nx build:karma && karma start --single-run --compat",
|
|
38
37
|
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-flow"
|
|
39
38
|
},
|
|
40
39
|
"dependencies": {
|
|
41
|
-
"@salesforce/lds-bindings": "^1.
|
|
40
|
+
"@salesforce/lds-bindings": "^1.262.0"
|
|
42
41
|
},
|
|
43
42
|
"devDependencies": {
|
|
44
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
45
|
-
"@salesforce/lds-karma": "^1.
|
|
43
|
+
"@salesforce/lds-compiler-plugins": "^1.262.0",
|
|
44
|
+
"@salesforce/lds-karma": "^1.262.0"
|
|
46
45
|
},
|
|
47
46
|
"nx": {
|
|
48
47
|
"targets": {
|
package/sfdc/index.js
CHANGED