@ctx-core/auth0-management 9.0.5 → 9.0.10
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 +35 -0
- package/package.json +3 -3
- package/src/auth0_management_token_.js +1 -2
- package/src/patch_auth0_v2_user.d.ts +1 -1
- package/COMMIT_EDITMSG +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @ctx-core/auth0-management
|
|
2
2
|
|
|
3
|
+
## 9.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update dependencies
|
|
8
|
+
|
|
9
|
+
## 9.0.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- update dependencies
|
|
14
|
+
|
|
15
|
+
## 9.0.8
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @ctx-core/auth0@32.0.0
|
|
22
|
+
|
|
23
|
+
## 9.0.7
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- update dependencies
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
- @ctx-core/fetch-undici@1.1.4
|
|
30
|
+
|
|
31
|
+
## 9.0.6
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
- @ctx-core/auth0@31.0.0
|
|
37
|
+
|
|
3
38
|
## 9.0.5
|
|
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.
|
|
3
|
+
"version": "9.0.10",
|
|
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": "^
|
|
34
|
-
"@ctx-core/fetch-undici": "^1.1.
|
|
33
|
+
"@ctx-core/auth0": "^32.0.1",
|
|
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
|
}
|
package/COMMIT_EDITMSG
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|