@ctx-core/auth0-management 9.2.140 → 9.2.142

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 +36 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.142
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dev-tools: 8.1.105 -> 8.1.106
8
+ - @ctx-core/build: 1.0.293 -> 1.0.294
9
+ - @ctx-core/ctx-core-package-tools: 8.0.186 -> 8.0.187
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/auth0@38.0.52
14
+ - @ctx-core/env@17.2.76
15
+ - @ctx-core/error@12.3.20
16
+ - @ctx-core/fetch-undici@2.6.30
17
+ - @ctx-core/nanostores@3.2.16
18
+ - @ctx-core/object@27.4.17
19
+ - @ctx-core/uri@12.4.32
20
+
21
+ ## 9.2.141
22
+
23
+ ### Patch Changes
24
+
25
+ - @ctx-core/build: 1.0.292 -> 1.0.293
26
+ - @ctx-core/dev-tools: 8.1.104 -> 8.1.105
27
+ - @ctx-core/ctx-core-package-tools: 8.0.185 -> 8.0.186
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/auth0@38.0.51
32
+ - @ctx-core/env@17.2.75
33
+ - @ctx-core/error@12.3.19
34
+ - @ctx-core/fetch-undici@2.6.29
35
+ - @ctx-core/nanostores@3.2.15
36
+ - @ctx-core/object@27.4.16
37
+ - @ctx-core/uri@12.4.31
38
+
3
39
  ## 9.2.140
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.140",
3
+ "version": "9.2.142",
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.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",
31
+ "@ctx-core/auth0": "^38.0.52",
32
+ "@ctx-core/env": "^17.2.76",
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",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {