ti2-tourplan 1.0.62 → 1.0.63

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -544,7 +544,8 @@ class BuyerPlugin {
544
544
  Password: hostConnectAgentPassword,
545
545
  },
546
546
  });
547
- const [SCheck, ACheck] = await Promise.map(['S', 'A'], async checkType => {
547
+ // const [SCheck, ACheck] = await Promise.map(['S', 'A'], async checkType => {
548
+ const [SCheck] = await Promise.map(['S'], async checkType => {
548
549
  const replyObj = await this.callTourplan({
549
550
  model: getModel(checkType),
550
551
  endpoint: hostConnectEndpoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ti2-tourplan",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "Tourplan's TI2 Plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {