@ctx-core/auth0-management 9.0.4 → 9.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 9.0.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/auth0@32.0.0
16
+
17
+ ## 9.0.7
18
+
19
+ ### Patch Changes
20
+
21
+ - update dependencies
22
+ - Updated dependencies
23
+ - @ctx-core/fetch-undici@1.1.4
24
+
25
+ ## 9.0.6
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @ctx-core/auth0@31.0.0
31
+
32
+ ## 9.0.5
33
+
34
+ ### Patch Changes
35
+
36
+ - update dependencies
37
+
3
38
  ## 9.0.4
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.0.4",
3
+ "version": "9.0.9",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -30,8 +30,8 @@
30
30
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
31
  },
32
32
  "dependencies": {
33
- "@ctx-core/auth0": "^30.0.3",
34
- "@ctx-core/fetch-undici": "^1.1.3",
33
+ "@ctx-core/auth0": "^32.0.0",
34
+ "@ctx-core/fetch-undici": "^1.1.4",
35
35
  "@ctx-core/object": "^22.0.13",
36
36
  "@ctx-core/uri": "^12.0.38",
37
37
  "auth0": "^2.39.0"
@@ -6,7 +6,6 @@ import { auth0_management_client_credentials_body_ } from './auth0_management_cl
6
6
  */
7
7
  export async function auth0_management_token_(ctx) {
8
8
  const [token_response] = await post_auth0_oauth_token(
9
- ctx, auth0_management_client_credentials_body_(ctx)
10
- )
9
+ ctx, auth0_management_client_credentials_body_(ctx))
11
10
  return token_response
12
11
  }
@@ -1,5 +1,5 @@
1
1
  /// <reference lib="dom" />
2
- import { B, Ctx } from '@ctx-core/object'
2
+ import { Ctx } from '@ctx-core/object'
3
3
  import type { UserData, UpdateUserData } from 'auth0'
4
4
  import type { Auth0Error } from 'auth0-js'
5
5
  export declare function patch_auth0_v2_user(