@salesforce/lds-store-nimbus 1.320.0 → 1.322.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/index.js +1 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -378,8 +378,7 @@ class NimbusSqliteStore {
|
|
|
378
378
|
};
|
|
379
379
|
}
|
|
380
380
|
getTable(segment) {
|
|
381
|
-
|
|
382
|
-
return (_a = this.dataTableMap[segment]) !== null && _a !== void 0 ? _a : this.internalDataTable;
|
|
381
|
+
return this.dataTableMap[segment] ?? this.internalDataTable;
|
|
383
382
|
}
|
|
384
383
|
idsToDeleteOperation(entryIds, segment) {
|
|
385
384
|
const table = this.getTable(segment);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-store-nimbus",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.322.0",
|
|
4
4
|
"description": "A nimbus-plugin-based implementation of the Luvio DurableStore and SqliteStore.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"test:size": "luvioBundlesize"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@luvio/environments": "0.156.
|
|
29
|
-
"@salesforce/lds-store-sql": "^1.
|
|
30
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
28
|
+
"@luvio/environments": "0.156.5",
|
|
29
|
+
"@salesforce/lds-store-sql": "^1.322.0",
|
|
30
|
+
"@salesforce/nimbus-plugin-lds": "^1.322.0"
|
|
31
31
|
},
|
|
32
32
|
"luvioBundlesize": [
|
|
33
33
|
{
|