@ctx-core/auth0-management 9.2.146 → 9.2.148

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.148
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/monorepo: ^20.3.1 -> ^20.3.2
8
+ - @ctx-core/dev-tools: 8.1.111 -> 8.1.112
9
+ - @ctx-core/function: ^21.17.16 -> ^21.17.17
10
+ - @ctx-core/queue: ^7.5.18 -> ^7.5.19
11
+ - @ctx-core/git-tools: ^7.0.61 -> ^7.0.62
12
+ - @ctx-core/build: 1.0.299 -> 1.0.300
13
+ - @ctx-core/ctx-core-package-tools: ^8.0.191 -> ^8.0.192
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.58
22
+ - @ctx-core/env@17.2.82
23
+ - @ctx-core/error@12.3.25
24
+ - @ctx-core/fetch-undici@2.6.35
25
+ - @ctx-core/nanostores@3.2.21
26
+ - @ctx-core/object@27.4.22
27
+ - @ctx-core/uri@12.4.37
28
+
29
+ ## 9.2.147
30
+
31
+ ### Patch Changes
32
+
33
+ - @ctx-core/monorepo: ^20.3.0 -> ^20.3.1
34
+ - @ctx-core/git-tools: ^7.0.60 -> ^7.0.61
35
+ - @ctx-core/function: ^21.17.15 -> ^21.17.16
36
+ - @ctx-core/dev-tools: 8.1.110 -> 8.1.111
37
+ - @ctx-core/build: 1.0.298 -> 1.0.299
38
+ - @ctx-core/ctx-core-package-tools: ^8.0.190 -> ^8.0.191
39
+ - @ctx-core/queue: ^7.5.17 -> ^7.5.18
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.57
48
+ - @ctx-core/env@17.2.81
49
+ - @ctx-core/error@12.3.24
50
+ - @ctx-core/fetch-undici@2.6.34
51
+ - @ctx-core/nanostores@3.2.20
52
+ - @ctx-core/object@27.4.21
53
+ - @ctx-core/uri@12.4.36
54
+
3
55
  ## 9.2.146
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.146",
3
+ "version": "9.2.148",
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.56",
32
- "@ctx-core/env": "^17.2.80",
33
- "@ctx-core/error": "^12.3.23",
34
- "@ctx-core/fetch-undici": "^2.6.33",
35
- "@ctx-core/nanostores": "3.2.19",
36
- "@ctx-core/object": "^27.4.20",
37
- "@ctx-core/uri": "^12.4.35",
31
+ "@ctx-core/auth0": "^38.0.58",
32
+ "@ctx-core/env": "^17.2.82",
33
+ "@ctx-core/error": "^12.3.25",
34
+ "@ctx-core/fetch-undici": "^2.6.35",
35
+ "@ctx-core/nanostores": "3.2.21",
36
+ "@ctx-core/object": "^27.4.22",
37
+ "@ctx-core/uri": "^12.4.37",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {