@axinom/mosaic-user-auth 0.29.0 → 0.29.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-user-auth",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
4
4
  "description": "Integration utilities from user-service for application frontends",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -37,7 +37,7 @@
37
37
  "test:ci": "vitest run --coverage"
38
38
  },
39
39
  "dependencies": {
40
- "@axinom/mosaic-user-auth-utils": "^0.9.0",
40
+ "@axinom/mosaic-user-auth-utils": "^0.9.1",
41
41
  "@graphql-typed-document-node/core": "^3.1.1",
42
42
  "graphql": "^15.4.0",
43
43
  "graphql-tag": "^2.11.0"
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "083814ceecc8fa2672930b9ffbf21b544a8b89c8"
77
+ "gitHead": "63298eed8d0346dc72f612faecc8203e424d7f47"
78
78
  }
@@ -252,8 +252,7 @@ describe('user-auth', () => {
252
252
  const mockResponse: WellKnownEndpointResponse = {
253
253
  axAuthEndpoint: 'https://axauth.axinom.com',
254
254
  axAuthManagementGQL: 'https://management.axauth.axinom.com',
255
- jwks: 'https://user.axinom.com/jwks',
256
- userServiceAdminGQL: 'https://admin.user.axinom.com',
255
+ userServiceManagementGQL: 'https://management.user.axinom.com',
257
256
  userServiceEndUserGQL: 'https://user.axinom.com',
258
257
  };
259
258