@ctx-core/auth0-management 9.2.147 → 9.2.149

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 +40 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.149
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/monorepo: ^20.3.3 -> ^20.3.4
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@38.0.59
10
+ - @ctx-core/env@17.2.83
11
+ - @ctx-core/error@12.3.26
12
+ - @ctx-core/fetch-undici@2.6.36
13
+ - @ctx-core/nanostores@3.2.22
14
+ - @ctx-core/object@27.4.23
15
+ - @ctx-core/uri@12.4.38
16
+
17
+ ## 9.2.148
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/monorepo: ^20.3.1 -> ^20.3.2
22
+ - @ctx-core/dev-tools: 8.1.111 -> 8.1.112
23
+ - @ctx-core/function: ^21.17.16 -> ^21.17.17
24
+ - @ctx-core/queue: ^7.5.18 -> ^7.5.19
25
+ - @ctx-core/git-tools: ^7.0.61 -> ^7.0.62
26
+ - @ctx-core/build: 1.0.299 -> 1.0.300
27
+ - @ctx-core/ctx-core-package-tools: ^8.0.191 -> ^8.0.192
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - @ctx-core/auth0@38.0.58
36
+ - @ctx-core/env@17.2.82
37
+ - @ctx-core/error@12.3.25
38
+ - @ctx-core/fetch-undici@2.6.35
39
+ - @ctx-core/nanostores@3.2.21
40
+ - @ctx-core/object@27.4.22
41
+ - @ctx-core/uri@12.4.37
42
+
3
43
  ## 9.2.147
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.147",
3
+ "version": "9.2.149",
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.57",
32
- "@ctx-core/env": "^17.2.81",
33
- "@ctx-core/error": "^12.3.24",
34
- "@ctx-core/fetch-undici": "^2.6.34",
35
- "@ctx-core/nanostores": "3.2.20",
36
- "@ctx-core/object": "^27.4.21",
37
- "@ctx-core/uri": "^12.4.36",
31
+ "@ctx-core/auth0": "^38.0.59",
32
+ "@ctx-core/env": "^17.2.83",
33
+ "@ctx-core/error": "^12.3.26",
34
+ "@ctx-core/fetch-undici": "^2.6.36",
35
+ "@ctx-core/nanostores": "3.2.22",
36
+ "@ctx-core/object": "^27.4.23",
37
+ "@ctx-core/uri": "^12.4.38",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {