@ctx-core/auth0-management 9.2.134 → 9.2.136

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 +50 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.136
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dev-tools: 8.1.99 -> 8.1.100
8
+ - @ctx-core/monorepo: ^20.1.9 -> ^20.1.10
9
+ - @ctx-core/queue: ^7.5.6 -> ^7.5.7
10
+ - @ctx-core/git-tools: ^7.0.50 -> ^7.0.51
11
+ - @ctx-core/function: ^21.17.5 -> ^21.17.6
12
+ - @ctx-core/build: 1.0.287 -> 1.0.288
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/auth0@38.0.46
20
+ - @ctx-core/env@17.2.70
21
+ - @ctx-core/error@12.3.14
22
+ - @ctx-core/fetch-undici@2.6.24
23
+ - @ctx-core/nanostores@3.2.10
24
+ - @ctx-core/object@27.4.11
25
+ - @ctx-core/uri@12.4.26
26
+
27
+ ## 9.2.135
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/git-tools: ^7.0.49 -> ^7.0.50
32
+ - @ctx-core/function: ^21.17.4 -> ^21.17.5
33
+ - @ctx-core/dev-tools: 8.1.98 -> 8.1.99
34
+ - @ctx-core/build: 1.0.286 -> 1.0.287
35
+ - @ctx-core/monorepo: ^20.1.8 -> ^20.1.9
36
+ - @ctx-core/ctx-core-package-tools: 8.0.179 -> 8.0.180
37
+ - @ctx-core/queue: ^7.5.5 -> ^7.5.6
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - Updated dependencies
44
+ - Updated dependencies
45
+ - @ctx-core/auth0@38.0.45
46
+ - @ctx-core/env@17.2.69
47
+ - @ctx-core/error@12.3.13
48
+ - @ctx-core/fetch-undici@2.6.23
49
+ - @ctx-core/nanostores@3.2.9
50
+ - @ctx-core/object@27.4.10
51
+ - @ctx-core/uri@12.4.25
52
+
3
53
  ## 9.2.134
4
54
 
5
55
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.134",
3
+ "version": "9.2.136",
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.44",
32
- "@ctx-core/env": "^17.2.68",
33
- "@ctx-core/error": "^12.3.12",
34
- "@ctx-core/fetch-undici": "^2.6.22",
35
- "@ctx-core/nanostores": "3.2.8",
36
- "@ctx-core/object": "^27.4.9",
37
- "@ctx-core/uri": "^12.4.24",
31
+ "@ctx-core/auth0": "^38.0.46",
32
+ "@ctx-core/env": "^17.2.70",
33
+ "@ctx-core/error": "^12.3.14",
34
+ "@ctx-core/fetch-undici": "^2.6.24",
35
+ "@ctx-core/nanostores": "3.2.10",
36
+ "@ctx-core/object": "^27.4.11",
37
+ "@ctx-core/uri": "^12.4.26",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {