@byted-apaas/server-sdk-node 1.1.18-beta.12 → 1.1.18-beta.13

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@byted-apaas/server-sdk-node",
3
- "version": "1.1.18-beta.12",
3
+ "version": "1.1.18-beta.13",
4
4
  "description": "aPaaS Server SDK",
5
5
  "author": "zhouwexin <zhouwexin@bytedance.com>",
6
6
  "homepage": "",
@@ -771,7 +771,7 @@ async function modifyRecordsWithTransaction(placeholders, operations, authType,
771
771
  'setSystemField': 1,
772
772
  };
773
773
  if (version === 'v3') {
774
- options.json['data_version'] = version;
774
+ options.json['dataVersion'] = version;
775
775
  }
776
776
  authType = (0, utils_1.formatAuthType)(authType);
777
777
  options.headers.User = String(utils.getUserIDFromCtx());