@vuu-ui/vuu-data-remote 4.0.0-alpha.1 → 4.0.0-alpha.2

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.0-alpha.1",
2
+ "version": "4.0.0-alpha.2",
3
3
  "main": "./src/index.js",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
@@ -12,15 +12,15 @@
12
12
  "type-defs": "node ../../scripts/build-type-defs.mjs"
13
13
  },
14
14
  "devDependencies": {
15
- "@vuu-ui/vuu-data-types": "4.0.0-alpha.1",
16
- "@vuu-ui/vuu-table-types": "4.0.0-alpha.1",
17
- "@vuu-ui/vuu-filter-types": "4.0.0-alpha.1",
18
- "@vuu-ui/vuu-protocol-types": "4.0.0-alpha.1"
15
+ "@vuu-ui/vuu-data-types": "4.0.0-alpha.2",
16
+ "@vuu-ui/vuu-table-types": "4.0.0-alpha.2",
17
+ "@vuu-ui/vuu-filter-types": "4.0.0-alpha.2",
18
+ "@vuu-ui/vuu-protocol-types": "4.0.0-alpha.2"
19
19
  },
20
20
  "dependencies": {
21
- "@vuu-ui/vuu-data-editing": "4.0.0-alpha.1",
22
- "@vuu-ui/vuu-filter-parser": "4.0.0-alpha.1",
23
- "@vuu-ui/vuu-utils": "4.0.0-alpha.1"
21
+ "@vuu-ui/vuu-data-editing": "4.0.0-alpha.2",
22
+ "@vuu-ui/vuu-filter-parser": "4.0.0-alpha.2",
23
+ "@vuu-ui/vuu-utils": "4.0.0-alpha.2"
24
24
  },
25
25
  "files": [
26
26
  "README.md",
@@ -551,7 +551,7 @@ class VuuDataSource extends BaseDataSource {
551
551
  };
552
552
  }
553
553
  async addRow(rowData = {}) {
554
- const response = await this.rpcRequest({
554
+ const response = await this.rpcRequest?.({
555
555
  type: "RPC_REQUEST",
556
556
  rpcName: "addRow",
557
557
  params: {