@ctx-core/auth0-management 6.0.108 → 6.0.113

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,54 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 6.0.113
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@26.0.10
10
+
11
+ ## 6.0.112
12
+
13
+ ### Patch Changes
14
+
15
+ - @swc/core: ^1.2.117 -> ^1.2.118
16
+ - Updated dependencies
17
+ - @ctx-core/auth0@26.0.9
18
+ - @ctx-core/fetch@11.0.88
19
+ - @ctx-core/object@21.0.29
20
+ - @ctx-core/store@27.0.43
21
+
22
+ ## 6.0.111
23
+
24
+ ### Patch Changes
25
+
26
+ - update dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/auth0@26.0.8
29
+
30
+ ## 6.0.110
31
+
32
+ ### Patch Changes
33
+
34
+ - @swc/core: ^1.2.116 -> ^1.2.117
35
+ - Updated dependencies
36
+ - @ctx-core/auth0@26.0.7
37
+ - @ctx-core/fetch@11.0.87
38
+ - @ctx-core/object@21.0.28
39
+ - @ctx-core/store@27.0.42
40
+
41
+ ## 6.0.109
42
+
43
+ ### Patch Changes
44
+
45
+ - @swc/core: ^1.2.113 -> ^1.2.116
46
+ - Updated dependencies
47
+ - @ctx-core/auth0@26.0.6
48
+ - @ctx-core/fetch@11.0.86
49
+ - @ctx-core/object@21.0.27
50
+ - @ctx-core/store@27.0.41
51
+
3
52
  ## 6.0.108
4
53
 
5
54
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "6.0.108",
3
+ "version": "6.0.113",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -33,18 +33,18 @@
33
33
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
34
34
  },
35
35
  "dependencies": {
36
- "@ctx-core/auth0": "^26.0.5",
37
- "@ctx-core/fetch": "^11.0.85",
38
- "@ctx-core/object": "^21.0.26",
39
- "@ctx-core/store": "^27.0.40",
36
+ "@ctx-core/auth0": "^26.0.10",
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
41
  "svelte": "3.44.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@ctx-core/dev-tools": "^7.2.4",
45
- "@ctx-core/uri": "^12.0.20",
44
+ "@ctx-core/dev-tools": "^7.2.7",
45
+ "@ctx-core/uri": "^12.0.23",
46
46
  "@swc/cli": "^0.1.52",
47
- "@swc/core": "^1.2.113",
47
+ "@swc/core": "^1.2.118",
48
48
  "typescript": "next"
49
49
  },
50
50
  "publishConfig": {
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compileOnSave": true,
3
3
  "compilerOptions": {
4
- "target": "ES2019",
4
+ "target": "ES2020",
5
5
  "composite": true,
6
6
  "declaration": true,
7
7
  "sourceMap": true,