@ctx-core/auth0-management 9.2.138 → 9.2.140

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 +44 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.140
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/build: 1.0.291 -> 1.0.292
8
+ - @ctx-core/ctx-core-package-tools: 8.0.184 -> 8.0.185
9
+ - @ctx-core/dev-tools: 8.1.103 -> 8.1.104
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/auth0@38.0.50
14
+ - @ctx-core/env@17.2.74
15
+ - @ctx-core/error@12.3.18
16
+ - @ctx-core/fetch-undici@2.6.28
17
+ - @ctx-core/nanostores@3.2.14
18
+ - @ctx-core/object@27.4.15
19
+ - @ctx-core/uri@12.4.30
20
+
21
+ ## 9.2.139
22
+
23
+ ### Patch Changes
24
+
25
+ - @ctx-core/queue: ^7.5.9 -> ^7.5.10
26
+ - @ctx-core/dev-tools: 8.1.102 -> 8.1.103
27
+ - @ctx-core/git-tools: ^7.0.53 -> ^7.0.54
28
+ - @ctx-core/ctx-core-package-tools: 8.0.183 -> 8.0.184
29
+ - @ctx-core/function: ^21.17.8 -> ^21.17.9
30
+ - @ctx-core/monorepo: ^20.1.13 -> ^20.1.14
31
+ - @ctx-core/build: 1.0.290 -> 1.0.291
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - @ctx-core/auth0@38.0.49
40
+ - @ctx-core/env@17.2.73
41
+ - @ctx-core/error@12.3.17
42
+ - @ctx-core/fetch-undici@2.6.27
43
+ - @ctx-core/nanostores@3.2.13
44
+ - @ctx-core/object@27.4.14
45
+ - @ctx-core/uri@12.4.29
46
+
3
47
  ## 9.2.138
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.138",
3
+ "version": "9.2.140",
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.48",
32
- "@ctx-core/env": "^17.2.72",
33
- "@ctx-core/error": "^12.3.16",
34
- "@ctx-core/fetch-undici": "^2.6.26",
35
- "@ctx-core/nanostores": "3.2.12",
36
- "@ctx-core/object": "^27.4.13",
37
- "@ctx-core/uri": "^12.4.28",
31
+ "@ctx-core/auth0": "^38.0.50",
32
+ "@ctx-core/env": "^17.2.74",
33
+ "@ctx-core/error": "^12.3.18",
34
+ "@ctx-core/fetch-undici": "^2.6.28",
35
+ "@ctx-core/nanostores": "3.2.14",
36
+ "@ctx-core/object": "^27.4.15",
37
+ "@ctx-core/uri": "^12.4.30",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {