@salesforce/lds-runtime-mobile 1.266.0-dev5 → 1.266.0-dev6
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/main.js +6 -1
- package/package.json +16 -16
- package/sfdc/main.js +6 -1
package/dist/main.js
CHANGED
|
@@ -1385,6 +1385,10 @@ function makeDurable(environment, { durableStore, instrumentation, useRevivingSt
|
|
|
1385
1385
|
}
|
|
1386
1386
|
return {};
|
|
1387
1387
|
};
|
|
1388
|
+
const getIngestStagingStore = function () {
|
|
1389
|
+
validateNotDisposed();
|
|
1390
|
+
return stagingStore === null || stagingStore === void 0 ? void 0 : stagingStore.fallbackStringKeyInMemoryStore;
|
|
1391
|
+
};
|
|
1388
1392
|
const handleSuccessResponse = async function (ingestAndBroadcastFunc, getResponseCacheKeysFunc) {
|
|
1389
1393
|
validateNotDisposed();
|
|
1390
1394
|
const cacheKeyMap = getResponseCacheKeysFunc();
|
|
@@ -1577,6 +1581,7 @@ function makeDurable(environment, { durableStore, instrumentation, useRevivingSt
|
|
|
1577
1581
|
applyCachePolicy: { value: applyCachePolicy },
|
|
1578
1582
|
getIngestStagingStoreRecords: { value: getIngestStagingStoreRecords },
|
|
1579
1583
|
getIngestStagingStoreMetadata: { value: getIngestStagingStoreMetadata },
|
|
1584
|
+
getIngestStagingStore: { value: getIngestStagingStore },
|
|
1580
1585
|
handleSuccessResponse: { value: handleSuccessResponse },
|
|
1581
1586
|
handleErrorResponse: { value: handleErrorResponse },
|
|
1582
1587
|
getNotifyChangeStoreEntries: { value: getNotifyChangeStoreEntries },
|
|
@@ -17916,4 +17921,4 @@ register({
|
|
|
17916
17921
|
});
|
|
17917
17922
|
|
|
17918
17923
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
17919
|
-
// version: 1.266.0-
|
|
17924
|
+
// version: 1.266.0-dev6-db5291eb2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-mobile",
|
|
3
|
-
"version": "1.266.0-
|
|
3
|
+
"version": "1.266.0-dev6",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS runtime for mobile/hybrid environments.",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -32,25 +32,25 @@
|
|
|
32
32
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-mobile"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salesforce/lds-adapters-uiapi": "^1.266.0-
|
|
36
|
-
"@salesforce/lds-bindings": "^1.266.0-
|
|
37
|
-
"@salesforce/lds-instrumentation": "^1.266.0-
|
|
38
|
-
"@salesforce/lds-priming": "^1.266.0-
|
|
35
|
+
"@salesforce/lds-adapters-uiapi": "^1.266.0-dev6",
|
|
36
|
+
"@salesforce/lds-bindings": "^1.266.0-dev6",
|
|
37
|
+
"@salesforce/lds-instrumentation": "^1.266.0-dev6",
|
|
38
|
+
"@salesforce/lds-priming": "^1.266.0-dev6",
|
|
39
39
|
"@salesforce/user": "0.0.21",
|
|
40
40
|
"o11y": "244.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-adapters-graphql": "^1.266.0-
|
|
44
|
-
"@salesforce/lds-drafts": "^1.266.0-
|
|
45
|
-
"@salesforce/lds-drafts-adapters-uiapi": "^1.266.0-
|
|
46
|
-
"@salesforce/lds-graphql-eval": "^1.266.0-
|
|
47
|
-
"@salesforce/lds-network-adapter": "^1.266.0-
|
|
48
|
-
"@salesforce/lds-network-nimbus": "^1.266.0-
|
|
49
|
-
"@salesforce/lds-store-binary": "^1.266.0-
|
|
50
|
-
"@salesforce/lds-store-nimbus": "^1.266.0-
|
|
51
|
-
"@salesforce/lds-store-sql": "^1.266.0-
|
|
52
|
-
"@salesforce/lds-utils-adapters": "^1.266.0-
|
|
53
|
-
"@salesforce/nimbus-plugin-lds": "^1.266.0-
|
|
43
|
+
"@salesforce/lds-adapters-graphql": "^1.266.0-dev6",
|
|
44
|
+
"@salesforce/lds-drafts": "^1.266.0-dev6",
|
|
45
|
+
"@salesforce/lds-drafts-adapters-uiapi": "^1.266.0-dev6",
|
|
46
|
+
"@salesforce/lds-graphql-eval": "^1.266.0-dev6",
|
|
47
|
+
"@salesforce/lds-network-adapter": "^1.266.0-dev6",
|
|
48
|
+
"@salesforce/lds-network-nimbus": "^1.266.0-dev6",
|
|
49
|
+
"@salesforce/lds-store-binary": "^1.266.0-dev6",
|
|
50
|
+
"@salesforce/lds-store-nimbus": "^1.266.0-dev6",
|
|
51
|
+
"@salesforce/lds-store-sql": "^1.266.0-dev6",
|
|
52
|
+
"@salesforce/lds-utils-adapters": "^1.266.0-dev6",
|
|
53
|
+
"@salesforce/nimbus-plugin-lds": "^1.266.0-dev6",
|
|
54
54
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
55
55
|
"wait-for-expect": "^3.0.2"
|
|
56
56
|
},
|
package/sfdc/main.js
CHANGED
|
@@ -1385,6 +1385,10 @@ function makeDurable(environment, { durableStore, instrumentation, useRevivingSt
|
|
|
1385
1385
|
}
|
|
1386
1386
|
return {};
|
|
1387
1387
|
};
|
|
1388
|
+
const getIngestStagingStore = function () {
|
|
1389
|
+
validateNotDisposed();
|
|
1390
|
+
return stagingStore === null || stagingStore === void 0 ? void 0 : stagingStore.fallbackStringKeyInMemoryStore;
|
|
1391
|
+
};
|
|
1388
1392
|
const handleSuccessResponse = async function (ingestAndBroadcastFunc, getResponseCacheKeysFunc) {
|
|
1389
1393
|
validateNotDisposed();
|
|
1390
1394
|
const cacheKeyMap = getResponseCacheKeysFunc();
|
|
@@ -1577,6 +1581,7 @@ function makeDurable(environment, { durableStore, instrumentation, useRevivingSt
|
|
|
1577
1581
|
applyCachePolicy: { value: applyCachePolicy },
|
|
1578
1582
|
getIngestStagingStoreRecords: { value: getIngestStagingStoreRecords },
|
|
1579
1583
|
getIngestStagingStoreMetadata: { value: getIngestStagingStoreMetadata },
|
|
1584
|
+
getIngestStagingStore: { value: getIngestStagingStore },
|
|
1580
1585
|
handleSuccessResponse: { value: handleSuccessResponse },
|
|
1581
1586
|
handleErrorResponse: { value: handleErrorResponse },
|
|
1582
1587
|
getNotifyChangeStoreEntries: { value: getNotifyChangeStoreEntries },
|
|
@@ -17916,4 +17921,4 @@ register({
|
|
|
17916
17921
|
});
|
|
17917
17922
|
|
|
17918
17923
|
export { O11Y_NAMESPACE_LDS_MOBILE, getRuntime, registerReportObserver, reportGraphqlQueryParseError };
|
|
17919
|
-
// version: 1.266.0-
|
|
17924
|
+
// version: 1.266.0-dev6-db5291eb2
|