@memberjunction/cli 2.70.0 → 2.71.0

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.
@@ -168,7 +168,7 @@ ASK_SKIP_ORGANIZATION_ID = 1
168
168
  CLIENT_ID: this.userConfig.msalWebClientId,
169
169
  TENANT_ID: this.userConfig.msalTenantId,
170
170
  CLIENT_AUTHORITY: this.userConfig.msalTenantId ? `https://login.microsoftonline.com/${this.userConfig.msalTenantId}` : '',
171
- AUTH_TYPE: this.userConfig.authType,
171
+ AUTH_TYPE: this.userConfig.authType === 'AUTH0' ? 'auth0' : this.userConfig.authType.toLowerCase(),
172
172
  AUTH0_DOMAIN: this.userConfig.auth0Domain,
173
173
  AUTH0_CLIENTID: this.userConfig.auth0ClientId,
174
174
  };
@@ -640,5 +640,5 @@
640
640
  ]
641
641
  }
642
642
  },
643
- "version": "2.70.0"
643
+ "version": "2.71.0"
644
644
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/cli",
3
- "version": "2.70.0",
3
+ "version": "2.71.0",
4
4
  "description": "MemberJunction command line tools",
5
5
  "keywords": [
6
6
  "oclif"
@@ -51,9 +51,9 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@inquirer/prompts": "^5.0.1",
54
- "@memberjunction/codegen-lib": "2.70.0",
55
- "@memberjunction/metadata-sync": "2.70.0",
56
- "@memberjunction/sqlserver-dataprovider": "2.70.0",
54
+ "@memberjunction/codegen-lib": "2.71.0",
55
+ "@memberjunction/metadata-sync": "2.71.0",
56
+ "@memberjunction/sqlserver-dataprovider": "2.71.0",
57
57
  "@oclif/core": "^3",
58
58
  "@oclif/plugin-help": "^6",
59
59
  "@oclif/plugin-version": "^2.0.17",