@ctx-core/auth0-management 7.0.18 → 7.0.22

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,38 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 7.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/fetch@11.0.113
10
+
11
+ ## 7.0.21
12
+
13
+ ### Patch Changes
14
+
15
+ - update dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/auth0@28.0.21
18
+ - @ctx-core/fetch@11.0.112
19
+
20
+ ## 7.0.20
21
+
22
+ ### Patch Changes
23
+
24
+ - 738370415: svelte: ^3.45.0 -> ^3.46.1
25
+ - Updated dependencies [738370415]
26
+ - @ctx-core/auth0@28.0.19
27
+
28
+ ## 7.0.19
29
+
30
+ ### Patch Changes
31
+
32
+ - update dependencies
33
+ - Updated dependencies
34
+ - @ctx-core/fetch@11.0.111
35
+
3
36
  ## 7.0.18
4
37
 
5
38
  ### 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": "7.0.18",
3
+ "version": "7.0.22",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -30,16 +30,16 @@
30
30
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
31
  },
32
32
  "dependencies": {
33
- "@ctx-core/auth0": "^28.0.17",
34
- "@ctx-core/fetch": "^11.0.110",
33
+ "@ctx-core/auth0": "^28.0.23",
34
+ "@ctx-core/fetch": "^11.0.113",
35
35
  "@ctx-core/object": "^22.0.12",
36
36
  "auth0": "^2.37.0",
37
- "svelte": "^3.45.0"
37
+ "svelte": "^3.46.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@ctx-core/uri": "^12.0.38",
41
41
  "@swc/cli": "^0.1.55",
42
- "@swc/core": "^1.2.128",
42
+ "@swc/core": "^1.2.133",
43
43
  "rimraf": "^3.0.2",
44
44
  "typescript": "next"
45
45
  },