@ctx-core/auth0-management 9.2.139 → 9.2.141

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.141
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/build: 1.0.292 -> 1.0.293
8
+ - @ctx-core/dev-tools: 8.1.104 -> 8.1.105
9
+ - @ctx-core/ctx-core-package-tools: 8.0.185 -> 8.0.186
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/auth0@38.0.51
14
+ - @ctx-core/env@17.2.75
15
+ - @ctx-core/error@12.3.19
16
+ - @ctx-core/fetch-undici@2.6.29
17
+ - @ctx-core/nanostores@3.2.15
18
+ - @ctx-core/object@27.4.16
19
+ - @ctx-core/uri@12.4.31
20
+
21
+ ## 9.2.140
22
+
23
+ ### Patch Changes
24
+
25
+ - @ctx-core/build: 1.0.291 -> 1.0.292
26
+ - @ctx-core/ctx-core-package-tools: 8.0.184 -> 8.0.185
27
+ - @ctx-core/dev-tools: 8.1.103 -> 8.1.104
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated 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
38
+
3
39
  ## 9.2.139
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.139",
3
+ "version": "9.2.141",
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.49",
32
- "@ctx-core/env": "^17.2.73",
33
- "@ctx-core/error": "^12.3.17",
34
- "@ctx-core/fetch-undici": "^2.6.27",
35
- "@ctx-core/nanostores": "3.2.13",
36
- "@ctx-core/object": "^27.4.14",
37
- "@ctx-core/uri": "^12.4.29",
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
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {