@ctx-core/auth0-management 9.0.144 → 9.0.145

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,13 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.0.145
4
+
5
+ ### Patch Changes
6
+
7
+ - auth0*management*: import type { AppMetadata, ManagementClient, UserMetadata } from 'auth0'
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@35.0.88
10
+
3
11
  ## 9.0.144
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.0.144",
3
+ "version": "9.0.145",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,7 +28,7 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^35.0.87",
31
+ "@ctx-core/auth0": "^35.0.88",
32
32
  "@ctx-core/fetch-undici": "^2.3.63",
33
33
  "@ctx-core/object": "^24.1.2",
34
34
  "@ctx-core/uri": "^12.0.67",
@@ -1,7 +1,7 @@
1
- import type { ManagementClient } from 'auth0'
1
+ import type { AppMetadata, ManagementClient, UserMetadata } from 'auth0'
2
2
  export declare function auth0_management_(
3
3
  params?:auth0_management_params_I
4
- ):ManagementClient<import('auth0').AppMetadata, import('auth0').UserMetadata>
4
+ ):ManagementClient<AppMetadata, UserMetadata>
5
5
  export interface auth0_management_params_I {
6
6
  domain?:string
7
7
  clientId?:string