@ctx-core/auth0-management 6.0.106 → 6.0.112

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 (3) hide show
  1. package/.swcrc +1 -1
  2. package/CHANGELOG.md +67 -0
  3. package/package.json +11 -11
package/.swcrc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "jsc": {
3
- "target": "es2019",
3
+ "target": "es2020",
4
4
  "parser": {
5
5
  "syntax": "typescript",
6
6
  "tsx": true,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 6.0.112
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.117 -> ^1.2.118
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@26.0.9
10
+ - @ctx-core/fetch@11.0.88
11
+ - @ctx-core/object@21.0.29
12
+ - @ctx-core/store@27.0.43
13
+
14
+ ## 6.0.111
15
+
16
+ ### Patch Changes
17
+
18
+ - update dependencies
19
+ - Updated dependencies
20
+ - @ctx-core/auth0@26.0.8
21
+
22
+ ## 6.0.110
23
+
24
+ ### Patch Changes
25
+
26
+ - @swc/core: ^1.2.116 -> ^1.2.117
27
+ - Updated dependencies
28
+ - @ctx-core/auth0@26.0.7
29
+ - @ctx-core/fetch@11.0.87
30
+ - @ctx-core/object@21.0.28
31
+ - @ctx-core/store@27.0.42
32
+
33
+ ## 6.0.109
34
+
35
+ ### Patch Changes
36
+
37
+ - @swc/core: ^1.2.113 -> ^1.2.116
38
+ - Updated dependencies
39
+ - @ctx-core/auth0@26.0.6
40
+ - @ctx-core/fetch@11.0.86
41
+ - @ctx-core/object@21.0.27
42
+ - @ctx-core/store@27.0.41
43
+
44
+ ## 6.0.108
45
+
46
+ ### Patch Changes
47
+
48
+ - @swc/cli: ^0.1.51 -> ^0.1.52
49
+ - @swc/core: ^1.2.111 -> ^1.2.113
50
+ - Updated dependencies
51
+ - Updated dependencies
52
+ - @ctx-core/auth0@26.0.5
53
+ - @ctx-core/fetch@11.0.85
54
+ - @ctx-core/object@21.0.26
55
+ - @ctx-core/store@27.0.40
56
+
57
+ ## 6.0.107
58
+
59
+ ### Patch Changes
60
+
61
+ - svelte: 3.44.1 -> 3.44.2
62
+ - @swc/core: ^1.2.110 -> ^1.2.111
63
+ - Updated dependencies
64
+ - Updated dependencies
65
+ - @ctx-core/auth0@26.0.4
66
+ - @ctx-core/store@27.0.39
67
+ - @ctx-core/fetch@11.0.84
68
+ - @ctx-core/object@21.0.25
69
+
3
70
  ## 6.0.106
4
71
 
5
72
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "6.0.106",
3
+ "version": "6.0.112",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -33,19 +33,19 @@
33
33
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
34
34
  },
35
35
  "dependencies": {
36
- "@ctx-core/auth0": "^26.0.3",
37
- "@ctx-core/fetch": "^11.0.83",
38
- "@ctx-core/object": "^21.0.24",
39
- "@ctx-core/store": "^27.0.38",
36
+ "@ctx-core/auth0": "^26.0.9",
37
+ "@ctx-core/fetch": "^11.0.88",
38
+ "@ctx-core/object": "^21.0.29",
39
+ "@ctx-core/store": "^27.0.43",
40
40
  "auth0": "^2.37.0",
41
- "svelte": "3.44.1"
41
+ "svelte": "3.44.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@ctx-core/dev-tools": "^7.2.2",
45
- "@ctx-core/uri": "^12.0.18",
46
- "@swc/cli": "^0.1.51",
47
- "@swc/core": "^1.2.110",
48
- "typescript": "^4.5.2"
44
+ "@ctx-core/dev-tools": "^7.2.7",
45
+ "@ctx-core/uri": "^12.0.23",
46
+ "@swc/cli": "^0.1.52",
47
+ "@swc/core": "^1.2.118",
48
+ "typescript": "next"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public",