@ctx-core/auth0-management 9.0.7 → 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,19 @@
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
+
3
17
  ## 9.0.7
4
18
 
5
19
  ### 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.9",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -30,7 +30,7 @@
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.0",
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",
@@ -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
-