@ctx-core/auth0-management 9.2.129 → 9.2.130

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -14
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,23 +1,18 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
- ## 9.2.129
3
+ ## 9.2.130
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @ctx-core/fetch-undici: ^2.6.16 -> ^2.6.17
7
+ - @ctx-core/monorepo: ^20.1.1 -> ^20.1.3
8
8
  - Updated dependencies
9
- - @ctx-core/auth0@38.0.39
10
-
11
- ## 9.2.128
12
-
13
- ### Patch Changes
14
-
15
- - @ctx-core/nanostores: 3.2.2 -> 3.2.3
16
- - Updated dependencies
17
- - Updated dependencies
18
- - @ctx-core/nanostores@3.2.3
19
- - @ctx-core/auth0@38.0.38
20
- - @ctx-core/env@17.2.63
9
+ - @ctx-core/auth0@38.0.40
10
+ - @ctx-core/env@17.2.64
11
+ - @ctx-core/error@12.3.8
12
+ - @ctx-core/fetch-undici@2.6.18
13
+ - @ctx-core/nanostores@3.2.4
14
+ - @ctx-core/object@27.4.5
15
+ - @ctx-core/uri@12.4.20
21
16
 
22
17
  ## 9.2.127
23
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.129",
3
+ "version": "9.2.130",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,13 +28,13 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^38.0.39",
32
- "@ctx-core/env": "^17.2.63",
33
- "@ctx-core/error": "^12.3.7",
34
- "@ctx-core/fetch-undici": "^2.6.17",
35
- "@ctx-core/nanostores": "3.2.3",
36
- "@ctx-core/object": "^27.4.4",
37
- "@ctx-core/uri": "^12.4.19",
31
+ "@ctx-core/auth0": "^38.0.40",
32
+ "@ctx-core/env": "^17.2.64",
33
+ "@ctx-core/error": "^12.3.8",
34
+ "@ctx-core/fetch-undici": "^2.6.18",
35
+ "@ctx-core/nanostores": "3.2.4",
36
+ "@ctx-core/object": "^27.4.5",
37
+ "@ctx-core/uri": "^12.4.20",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {