@salesforce/lds-runtime-webruntime 1.380.0-dev2 → 1.380.0-dev4
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.
|
@@ -3706,7 +3706,7 @@ function buildServiceDescriptor$2(luvio) {
|
|
|
3706
3706
|
},
|
|
3707
3707
|
};
|
|
3708
3708
|
}
|
|
3709
|
-
// version: 1.380.0-
|
|
3709
|
+
// version: 1.380.0-dev4-6d09d6af3b
|
|
3710
3710
|
|
|
3711
3711
|
/**
|
|
3712
3712
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3732,7 +3732,7 @@ function buildServiceDescriptor$1(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
3732
3732
|
},
|
|
3733
3733
|
};
|
|
3734
3734
|
}
|
|
3735
|
-
// version: 1.380.0-
|
|
3735
|
+
// version: 1.380.0-dev4-6d09d6af3b
|
|
3736
3736
|
|
|
3737
3737
|
/*!
|
|
3738
3738
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -4352,4 +4352,4 @@ const services = [
|
|
|
4352
4352
|
buildServiceDescriptor$1({}, {}),
|
|
4353
4353
|
];
|
|
4354
4354
|
setServices(services);
|
|
4355
|
-
// version: 1.380.0-
|
|
4355
|
+
// version: 1.380.0-dev4-be0d98927e
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-webruntime",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Webruntime runtime",
|
|
6
6
|
"main": "dist/ldsWebruntimeOneStoreInit.js",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"@luvio/service-pubsub": "5.58.2",
|
|
62
62
|
"@luvio/service-store": "5.58.2",
|
|
63
63
|
"@luvio/utils": "5.58.2",
|
|
64
|
-
"@salesforce/lds-adapters-uiapi-lex": "^1.380.0-
|
|
65
|
-
"@salesforce/lds-luvio-service": "^1.380.0-
|
|
66
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.380.0-
|
|
64
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.380.0-dev4",
|
|
65
|
+
"@salesforce/lds-luvio-service": "^1.380.0-dev4",
|
|
66
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.380.0-dev4"
|
|
67
67
|
},
|
|
68
68
|
"luvioBundlesize": [
|
|
69
69
|
{
|