@ctx-core/auth0-management 9.1.82 → 9.1.84

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 +35 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.1.84
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/object: ^25.0.0 -> ^25.0.1
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/fetch-undici@2.3.100
14
+ - @ctx-core/auth0@36.7.7
15
+ - @ctx-core/uri@12.1.6
16
+
17
+ ## 9.1.83
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - @ctx-core/object@25.0.0
34
+ - @ctx-core/auth0@36.7.6
35
+ - @ctx-core/fetch-undici@2.3.99
36
+ - @ctx-core/uri@12.1.5
37
+
3
38
  ## 9.1.82
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.1.82",
3
+ "version": "9.1.84",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,10 +28,10 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^36.7.5",
32
- "@ctx-core/fetch-undici": "^2.3.98",
33
- "@ctx-core/object": "^24.1.8",
34
- "@ctx-core/uri": "^12.1.4",
31
+ "@ctx-core/auth0": "^36.7.7",
32
+ "@ctx-core/fetch-undici": "^2.3.100",
33
+ "@ctx-core/object": "^25.0.1",
34
+ "@ctx-core/uri": "^12.1.6",
35
35
  "auth0": "^3.2.0"
36
36
  },
37
37
  "devDependencies": {