@salesforce/lds-runtime-webruntime 1.442.0 → 1.443.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.
|
@@ -3230,7 +3230,7 @@ function buildServiceDescriptor$9(luvio) {
|
|
|
3230
3230
|
},
|
|
3231
3231
|
};
|
|
3232
3232
|
}
|
|
3233
|
-
// version: 1.
|
|
3233
|
+
// version: 1.443.0-be70f6bb6e
|
|
3234
3234
|
|
|
3235
3235
|
/**
|
|
3236
3236
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3256,7 +3256,7 @@ function buildServiceDescriptor$8(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
3256
3256
|
},
|
|
3257
3257
|
};
|
|
3258
3258
|
}
|
|
3259
|
-
// version: 1.
|
|
3259
|
+
// version: 1.443.0-be70f6bb6e
|
|
3260
3260
|
|
|
3261
3261
|
class JsonSchemaViolationError extends Error {
|
|
3262
3262
|
constructor(message, validationErrors) {
|
|
@@ -5246,4 +5246,4 @@ withDefaultLuvio((luvio) => {
|
|
|
5246
5246
|
];
|
|
5247
5247
|
setServices(services);
|
|
5248
5248
|
});
|
|
5249
|
-
// version: 1.
|
|
5249
|
+
// version: 1.443.0-be70f6bb6e
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-webruntime",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.443.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Webruntime runtime",
|
|
6
6
|
"main": "dist/ldsWebruntimeOneStoreInit.js",
|
|
@@ -35,38 +35,38 @@
|
|
|
35
35
|
"ready": "yarn build && jest --collectCoverage && yarn test:size && yarn release:corejar"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@conduit-client/service-provisioner": "3.
|
|
39
|
-
"@conduit-client/tools-core": "3.
|
|
38
|
+
"@conduit-client/service-provisioner": "3.22.0",
|
|
39
|
+
"@conduit-client/tools-core": "3.22.0",
|
|
40
40
|
"jwt-encode": "1.0.1"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@conduit-client/command-aura-network": "3.
|
|
44
|
-
"@conduit-client/command-aura-normalized-cache-control": "3.
|
|
45
|
-
"@conduit-client/command-aura-resource-cache-control": "3.
|
|
46
|
-
"@conduit-client/command-fetch-network": "3.
|
|
47
|
-
"@conduit-client/command-http-normalized-cache-control": "3.
|
|
48
|
-
"@conduit-client/command-ndjson": "3.
|
|
49
|
-
"@conduit-client/command-network": "3.
|
|
50
|
-
"@conduit-client/command-sse": "3.
|
|
51
|
-
"@conduit-client/command-streaming": "3.
|
|
52
|
-
"@conduit-client/jwt-manager": "3.
|
|
53
|
-
"@conduit-client/service-aura-network": "3.
|
|
54
|
-
"@conduit-client/service-bindings-imperative": "3.
|
|
55
|
-
"@conduit-client/service-bindings-lwc": "3.
|
|
56
|
-
"@conduit-client/service-cache": "3.
|
|
57
|
-
"@conduit-client/service-cache-control": "3.
|
|
58
|
-
"@conduit-client/service-cache-inclusion-policy": "3.
|
|
59
|
-
"@conduit-client/service-fetch-network": "3.
|
|
60
|
-
"@conduit-client/service-instrument-command": "3.
|
|
61
|
-
"@conduit-client/service-pubsub": "3.
|
|
62
|
-
"@conduit-client/service-store": "3.
|
|
63
|
-
"@conduit-client/utils": "3.
|
|
43
|
+
"@conduit-client/command-aura-network": "3.22.0",
|
|
44
|
+
"@conduit-client/command-aura-normalized-cache-control": "3.22.0",
|
|
45
|
+
"@conduit-client/command-aura-resource-cache-control": "3.22.0",
|
|
46
|
+
"@conduit-client/command-fetch-network": "3.22.0",
|
|
47
|
+
"@conduit-client/command-http-normalized-cache-control": "3.22.0",
|
|
48
|
+
"@conduit-client/command-ndjson": "3.22.0",
|
|
49
|
+
"@conduit-client/command-network": "3.22.0",
|
|
50
|
+
"@conduit-client/command-sse": "3.22.0",
|
|
51
|
+
"@conduit-client/command-streaming": "3.22.0",
|
|
52
|
+
"@conduit-client/jwt-manager": "3.22.0",
|
|
53
|
+
"@conduit-client/service-aura-network": "3.22.0",
|
|
54
|
+
"@conduit-client/service-bindings-imperative": "3.22.0",
|
|
55
|
+
"@conduit-client/service-bindings-lwc": "3.22.0",
|
|
56
|
+
"@conduit-client/service-cache": "3.22.0",
|
|
57
|
+
"@conduit-client/service-cache-control": "3.22.0",
|
|
58
|
+
"@conduit-client/service-cache-inclusion-policy": "3.22.0",
|
|
59
|
+
"@conduit-client/service-fetch-network": "3.22.0",
|
|
60
|
+
"@conduit-client/service-instrument-command": "3.22.0",
|
|
61
|
+
"@conduit-client/service-pubsub": "3.22.0",
|
|
62
|
+
"@conduit-client/service-store": "3.22.0",
|
|
63
|
+
"@conduit-client/utils": "3.22.0",
|
|
64
64
|
"@luvio/network-adapter-composable": "0.160.5",
|
|
65
65
|
"@luvio/network-adapter-fetch": "0.160.5",
|
|
66
66
|
"@salesforce/lds-adapters-uiapi-lex": "^1.415.0",
|
|
67
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
68
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
69
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
67
|
+
"@salesforce/lds-default-luvio": "^1.443.0",
|
|
68
|
+
"@salesforce/lds-luvio-service": "^1.443.0",
|
|
69
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.443.0"
|
|
70
70
|
},
|
|
71
71
|
"luvioBundlesize": [
|
|
72
72
|
{
|