@cloudbase/wx-cloud-client-sdk 1.7.1-alpha.0 → 1.7.1

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.
@@ -145,7 +145,7 @@ function getUserAgent() {
145
145
  return ua_1;
146
146
  }
147
147
  }
148
- var VERSION = "1.7.1-alpha.0";
148
+ var VERSION = "1.7.1";
149
149
 
150
150
  var callDataSource = function (_a) {
151
151
  var dataSourceName = _a.dataSourceName, methodName = _a.methodName, params = _a.params, realMethodName = _a.realMethodName, callFunction = _a.callFunction, _b = _a.envType, envType = _b === void 0 ? 'prod' : _b, mode = _a.mode;
@@ -5735,7 +5735,7 @@ function getDefaultGatewayBaseUrl(cloud, envId) {
5735
5735
  return {
5736
5736
  model: "https://".concat(env, ".api.tcloudbasegateway.com/v1/model"),
5737
5737
  sql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/sql"),
5738
- mysql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/rdb/rest/v1")
5738
+ mysql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/rdb/rest")
5739
5739
  };
5740
5740
  }
5741
5741
  var index = {
@@ -141,7 +141,7 @@ function getUserAgent() {
141
141
  return ua_1;
142
142
  }
143
143
  }
144
- var VERSION = "1.7.1-alpha.0";
144
+ var VERSION = "1.7.1";
145
145
 
146
146
  var callDataSource = function (_a) {
147
147
  var dataSourceName = _a.dataSourceName, methodName = _a.methodName, params = _a.params, realMethodName = _a.realMethodName, callFunction = _a.callFunction, _b = _a.envType, envType = _b === void 0 ? 'prod' : _b, mode = _a.mode;
@@ -5731,7 +5731,7 @@ function getDefaultGatewayBaseUrl(cloud, envId) {
5731
5731
  return {
5732
5732
  model: "https://".concat(env, ".api.tcloudbasegateway.com/v1/model"),
5733
5733
  sql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/sql"),
5734
- mysql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/rdb/rest/v1")
5734
+ mysql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/rdb/rest")
5735
5735
  };
5736
5736
  }
5737
5737
  var index = {
@@ -147,7 +147,7 @@
147
147
  return ua_1;
148
148
  }
149
149
  }
150
- var VERSION = "1.7.1-alpha.0";
150
+ var VERSION = "1.7.1";
151
151
 
152
152
  var callDataSource = function (_a) {
153
153
  var dataSourceName = _a.dataSourceName, methodName = _a.methodName, params = _a.params, realMethodName = _a.realMethodName, callFunction = _a.callFunction, _b = _a.envType, envType = _b === void 0 ? 'prod' : _b, mode = _a.mode;
@@ -5737,7 +5737,7 @@
5737
5737
  return {
5738
5738
  model: "https://".concat(env, ".api.tcloudbasegateway.com/v1/model"),
5739
5739
  sql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/sql"),
5740
- mysql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/rdb/rest/v1")
5740
+ mysql: "https://".concat(env, ".api.tcloudbasegateway.com/v1/rdb/rest")
5741
5741
  };
5742
5742
  }
5743
5743
  var index = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/wx-cloud-client-sdk",
3
- "version": "1.7.1-alpha.0",
3
+ "version": "1.7.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },