@salesforce/lds-default-luvio 1.417.0 → 1.418.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 +1 -1
- package/package.json +2 -3
- package/sfdc/ldsEngine.js +1 -1
- package/sfdc/ldsEngineNoAura.js +1 -1
package/dist/es/es2018/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-default-luvio",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.418.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.",
|
|
7
|
-
"
|
|
8
|
-
"module": "dist/es/es2018/main.js",
|
|
7
|
+
"type": "module",
|
|
9
8
|
"types": "dist/es/es2018/types/src/main.d.ts",
|
|
10
9
|
"files": [
|
|
11
10
|
"dist",
|
package/sfdc/ldsEngine.js
CHANGED
package/sfdc/ldsEngineNoAura.js
CHANGED