@ctx-core/auth0-management 9.2.176 → 9.2.178

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.178
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^38.2.1 -> ^38.2.2
8
+ - @ctx-core/env: ^17.2.88 -> ^17.2.89
9
+
10
+ ## 9.2.177
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - @ctx-core/nanostores@3.4.2
17
+
3
18
  ## 9.2.176
4
19
 
5
20
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.176",
3
+ "version": "9.2.178",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,11 +28,11 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^38.2.1",
32
- "@ctx-core/env": "^17.2.88",
31
+ "@ctx-core/auth0": "^38.2.2",
32
+ "@ctx-core/env": "^17.2.89",
33
33
  "@ctx-core/error": "^12.3.28",
34
34
  "@ctx-core/fetch-undici": "^2.6.50",
35
- "@ctx-core/nanostores": "3.4.1",
35
+ "@ctx-core/nanostores": "3.4.2",
36
36
  "@ctx-core/object": "^27.4.25",
37
37
  "@ctx-core/uri": "^12.4.40",
38
38
  "auth0": "^3.3.0"