@cpzxrobot/sdk 1.3.3 → 1.3.4

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 CHANGED
@@ -77,8 +77,8 @@ class Cpzxrobot {
77
77
  this.resolveReady = resolve;
78
78
  this.rejectReady = reject;
79
79
  });
80
- this.getDomain(baseUrl, initSelectedFactory, initSelectedUnit);
81
80
  this.appCode = appCode;
81
+ this.getDomain(baseUrl, initSelectedFactory, initSelectedUnit);
82
82
  this.user = new user_gateway_1.UserGateway(this);
83
83
  this.factory = new factory_gateway_1.FactoryGateway(this);
84
84
  this.unit = new unit_gateway_1.UnitGateway(this);
package/index.ts CHANGED
@@ -77,8 +77,8 @@ export class Cpzxrobot {
77
77
  this.resolveReady = resolve;
78
78
  this.rejectReady = reject;
79
79
  });
80
- this.getDomain(baseUrl, initSelectedFactory, initSelectedUnit);
81
80
  this.appCode = appCode;
81
+ this.getDomain(baseUrl, initSelectedFactory, initSelectedUnit);
82
82
  this.user = new UserGateway(this);
83
83
  this.factory = new FactoryGateway(this);
84
84
  this.unit = new UnitGateway(this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {