@ctx-core/auth0-management 9.2.86 → 9.2.88

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/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.88
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - Updated dependencies
14
+ - @ctx-core/auth0@38.0.0
15
+
16
+ ## 9.2.87
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - Updated dependencies
44
+ - Updated dependencies
45
+ - Updated dependencies
46
+ - Updated dependencies
47
+ - @ctx-core/error@12.0.0
48
+ - @ctx-core/auth0@37.8.21
49
+ - @ctx-core/env@17.2.44
50
+ - @ctx-core/fetch-undici@2.3.170
51
+
3
52
  ## 9.2.86
4
53
 
5
54
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.86",
3
+ "version": "9.2.88",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,10 +28,10 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^37.8.20",
32
- "@ctx-core/env": "^17.2.43",
33
- "@ctx-core/error": "^11.7.0",
34
- "@ctx-core/fetch-undici": "^2.3.169",
31
+ "@ctx-core/auth0": "^38.0.0",
32
+ "@ctx-core/env": "^17.2.44",
33
+ "@ctx-core/error": "^12.0.0",
34
+ "@ctx-core/fetch-undici": "^2.3.170",
35
35
  "@ctx-core/nanostores": "3.1.13",
36
36
  "@ctx-core/object": "^27.3.1",
37
37
  "@ctx-core/uri": "^12.4.12",
@@ -15,7 +15,7 @@ export async function auth0_management__token_(ctx) {
15
15
  /** @type {Auth0Error} */
16
16
  const auth0_error = payload
17
17
  http_error__throw({
18
- http_status: response.status,
18
+ http__status: response.status,
19
19
  error_message: `${auth0_error.error}: ${auth0_error.error_description}`,
20
20
  })
21
21
  }