@salesforce/lds-default-luvio 1.278.0 → 1.280.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.
- package/dist/es/es2018/main.js +2 -2
- package/package.json +2 -2
- package/sfdc/ldsEngine.js +2 -2
- package/sfdc/ldsEngineNoAura.js +2 -2
package/dist/es/es2018/main.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* For full license text, see the LICENSE.txt file
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
/*
|
|
7
|
+
/*
|
|
8
8
|
* ATTENTION!
|
|
9
9
|
* THIS IS A GENERATED FILE FROM https://github.com/salesforce-experience-platform-emu/lds-lightning-platform
|
|
10
10
|
* If you would like to contribute to LDS, please follow the steps outlined in the git repo.
|
|
@@ -135,4 +135,4 @@ function withDefaultLuvio(callback) {
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
export { forEachRegistration, register, setDefaultLuvio, withDefaultLuvio, withRegistration };
|
|
138
|
-
// version: 1.
|
|
138
|
+
// version: 1.280.0-92c104b03
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-default-luvio",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.280.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "rendezvous point for producers & consumers of the default luvio instance",
|
|
6
6
|
"bugs": "This software is provided as-is with no support provided.",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-default-luvio"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@luvio/engine": "0.154.
|
|
56
|
+
"@luvio/engine": "0.154.14"
|
|
57
57
|
},
|
|
58
58
|
"nx": {
|
|
59
59
|
"targets": {
|
package/sfdc/ldsEngine.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* For full license text, see the LICENSE.txt file
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
/*
|
|
13
|
+
/*
|
|
14
14
|
* ATTENTION!
|
|
15
15
|
* THIS IS A GENERATED FILE FROM https://github.com/salesforce-experience-platform-emu/lds-lightning-platform
|
|
16
16
|
* If you would like to contribute to LDS, please follow the steps outlined in the git repo.
|
|
@@ -184,4 +184,4 @@ if (typeof $A !== 'undefined' &&
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
export { forEachRegistration, register, setDefaultLuvio, withDefaultLuvio, withRegistration };
|
|
187
|
-
// version: 1.
|
|
187
|
+
// version: 1.280.0-92c104b03
|
package/sfdc/ldsEngineNoAura.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* For full license text, see the LICENSE.txt file
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
/*
|
|
13
|
+
/*
|
|
14
14
|
* ATTENTION!
|
|
15
15
|
* THIS IS A GENERATED FILE FROM https://github.com/salesforce-experience-platform-emu/lds-lightning-platform
|
|
16
16
|
* If you would like to contribute to LDS, please follow the steps outlined in the git repo.
|
|
@@ -141,4 +141,4 @@ function withDefaultLuvio(callback) {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
export { forEachRegistration, register, setDefaultLuvio, withDefaultLuvio, withRegistration };
|
|
144
|
-
// version: 1.
|
|
144
|
+
// version: 1.280.0-92c104b03
|