@ctx-core/auth0-management 9.0.7 → 9.0.12

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,37 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 9.0.11
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 9.0.10
16
+
17
+ ### Patch Changes
18
+
19
+ - update dependencies
20
+
21
+ ## 9.0.9
22
+
23
+ ### Patch Changes
24
+
25
+ - update dependencies
26
+
27
+ ## 9.0.8
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - @ctx-core/auth0@32.0.0
34
+
3
35
  ## 9.0.7
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.0.7",
3
+ "version": "9.0.12",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -30,14 +30,14 @@
30
30
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
31
  },
32
32
  "dependencies": {
33
- "@ctx-core/auth0": "^31.0.1",
33
+ "@ctx-core/auth0": "^32.0.3",
34
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"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/auth0": "^2.34.11",
40
+ "@types/auth0": "^2.34.12",
41
41
  "@types/auth0-js": "^9.14.5",
42
42
  "c8": "^7.11.0",
43
43
  "check-dts": "^0.6.6",
@@ -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
  }
package/COMMIT_EDITMSG DELETED
@@ -1,2 +0,0 @@
1
-
2
-