@ctx-core/auth0-management 9.2.143 → 9.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.145
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/git-tools: ^7.0.58 -> ^7.0.59
8
+ - @ctx-core/queue: ^7.5.15 -> ^7.5.16
9
+ - @ctx-core/build: 1.0.296 -> 1.0.297
10
+ - @ctx-core/monorepo: ^20.2.2 -> ^20.2.3
11
+ - @ctx-core/ctx-core-package-tools: ^8.0.188 -> ^8.0.189
12
+ - @ctx-core/dev-tools: 8.1.108 -> 8.1.109
13
+ - @ctx-core/function: ^21.17.13 -> ^21.17.14
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/auth0@38.0.55
22
+ - @ctx-core/env@17.2.79
23
+ - @ctx-core/error@12.3.22
24
+ - @ctx-core/fetch-undici@2.6.32
25
+ - @ctx-core/nanostores@3.2.18
26
+ - @ctx-core/object@27.4.19
27
+ - @ctx-core/uri@12.4.34
28
+
29
+ ## 9.2.144
30
+
31
+ ### Patch Changes
32
+
33
+ - @ctx-core/dev-tools: 8.1.107 -> 8.1.108
34
+ - @ctx-core/build: 1.0.295 -> 1.0.296
35
+ - @ctx-core/git-tools: ^7.0.57 -> ^7.0.58
36
+ - @ctx-core/ctx-core-package-tools: ^8.0.187 -> ^8.0.188
37
+ - @ctx-core/monorepo: ^20.2.1 -> ^20.2.2
38
+ - @ctx-core/function: ^21.17.12 -> ^21.17.13
39
+ - @ctx-core/queue: ^7.5.13 -> ^7.5.15
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - Updated dependencies
44
+ - Updated dependencies
45
+ - Updated dependencies
46
+ - Updated dependencies
47
+ - @ctx-core/auth0@38.0.54
48
+ - @ctx-core/env@17.2.78
49
+ - @ctx-core/error@12.3.21
50
+ - @ctx-core/fetch-undici@2.6.31
51
+ - @ctx-core/nanostores@3.2.17
52
+ - @ctx-core/object@27.4.18
53
+ - @ctx-core/uri@12.4.33
54
+
3
55
  ## 9.2.143
4
56
 
5
57
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.143",
3
+ "version": "9.2.145",
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.53",
32
- "@ctx-core/env": "^17.2.77",
33
- "@ctx-core/error": "^12.3.20",
34
- "@ctx-core/fetch-undici": "^2.6.30",
35
- "@ctx-core/nanostores": "3.2.16",
36
- "@ctx-core/object": "^27.4.17",
37
- "@ctx-core/uri": "^12.4.32",
31
+ "@ctx-core/auth0": "^38.0.55",
32
+ "@ctx-core/env": "^17.2.79",
33
+ "@ctx-core/error": "^12.3.22",
34
+ "@ctx-core/fetch-undici": "^2.6.32",
35
+ "@ctx-core/nanostores": "3.2.18",
36
+ "@ctx-core/object": "^27.4.19",
37
+ "@ctx-core/uri": "^12.4.34",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {