@antchain/ato 1.14.9 → 1.14.10

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": "@antchain/ato",
3
- "version": "1.14.9",
3
+ "version": "1.14.10",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -15313,7 +15313,7 @@ export default class Client {
15313
15313
  req_msg_id: AntchainUtil.getNonce(),
15314
15314
  access_key: this._accessKeyId,
15315
15315
  base_sdk_version: "TeaSDK-2.0",
15316
- sdk_version: "1.14.9",
15316
+ sdk_version: "1.14.10",
15317
15317
  _prod_code: "ATO",
15318
15318
  _prod_channel: "undefined",
15319
15319
  };