requestshield 0.1.8 → 0.1.9

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/config/.env.prod +7 -6
  2. package/package.json +1 -1
package/config/.env.prod CHANGED
@@ -1,8 +1,9 @@
1
1
  # Public production settings shipped in the npm package. Never add secrets.
2
- API_URL=https://api.intellifend.ai
3
- DOCS_URL=https://docs.intellifend.ai
2
+
3
+
4
4
  # Fill in the production Connected App values before releasing sign-in.
5
- OAUTH_ISSUER=
6
- # Optional callback iss pin; blank uses OAUTH_ISSUER.
7
- OAUTH_AUTHORIZATION_ISSUER=
8
- OAUTH_CLIENT_ID=
5
+ # Public QAT settings for source-checkout development only. Never add secrets.
6
+ API_URL=https://management-api-qat.intellifend.ai
7
+ OAUTH_ISSUER=https://incongruous-cherry-0283.customers.stytch.dev
8
+ OAUTH_AUTHORIZATION_ISSUER=stytch.com/project-test-968146e2-6f34-4936-9d1c-a7e966813c70
9
+ OAUTH_CLIENT_ID=connected-app-test-5ff62ca4-c0eb-48c3-84e5-06ae8f669998
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "requestshield",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Customer CLI for IntelliFend RequestShield.",
5
5
  "type": "module",
6
6
  "bin": {