@salesforce/lds-runtime-webruntime 1.445.0 → 1.446.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.
|
@@ -3128,7 +3128,7 @@ function buildServiceDescriptor$9(luvio) {
|
|
|
3128
3128
|
},
|
|
3129
3129
|
};
|
|
3130
3130
|
}
|
|
3131
|
-
// version: 1.
|
|
3131
|
+
// version: 1.446.0-f73bd65030
|
|
3132
3132
|
|
|
3133
3133
|
/**
|
|
3134
3134
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3154,7 +3154,7 @@ function buildServiceDescriptor$8(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
3154
3154
|
},
|
|
3155
3155
|
};
|
|
3156
3156
|
}
|
|
3157
|
-
// version: 1.
|
|
3157
|
+
// version: 1.446.0-f73bd65030
|
|
3158
3158
|
|
|
3159
3159
|
class JsonSchemaViolationError extends Error {
|
|
3160
3160
|
constructor(message, validationErrors) {
|
|
@@ -5149,4 +5149,4 @@ withDefaultLuvio((luvio) => {
|
|
|
5149
5149
|
];
|
|
5150
5150
|
setServices(services);
|
|
5151
5151
|
});
|
|
5152
|
-
// version: 1.
|
|
5152
|
+
// version: 1.446.0-f73bd65030
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-webruntime",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.446.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Webruntime runtime",
|
|
6
6
|
"main": "dist/ldsWebruntimeOneStoreInit.js",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"@luvio/network-adapter-composable": "0.161.0",
|
|
64
64
|
"@luvio/network-adapter-fetch": "0.161.0",
|
|
65
65
|
"@salesforce/lds-adapters-uiapi-lex": "^1.415.0",
|
|
66
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
67
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
68
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
66
|
+
"@salesforce/lds-default-luvio": "^1.446.0",
|
|
67
|
+
"@salesforce/lds-luvio-service": "^1.446.0",
|
|
68
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.446.0"
|
|
69
69
|
},
|
|
70
70
|
"luvioBundlesize": [
|
|
71
71
|
{
|