@ctx-core/auth0-management 6.0.109 → 6.0.114

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,53 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 6.0.114
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@26.0.12
10
+ - @ctx-core/fetch@11.0.89
11
+ - @ctx-core/store@27.0.44
12
+
13
+ ## 6.0.113
14
+
15
+ ### Patch Changes
16
+
17
+ - update dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/auth0@26.0.10
20
+
21
+ ## 6.0.112
22
+
23
+ ### Patch Changes
24
+
25
+ - @swc/core: ^1.2.117 -> ^1.2.118
26
+ - Updated dependencies
27
+ - @ctx-core/auth0@26.0.9
28
+ - @ctx-core/fetch@11.0.88
29
+ - @ctx-core/object@21.0.29
30
+ - @ctx-core/store@27.0.43
31
+
32
+ ## 6.0.111
33
+
34
+ ### Patch Changes
35
+
36
+ - update dependencies
37
+ - Updated dependencies
38
+ - @ctx-core/auth0@26.0.8
39
+
40
+ ## 6.0.110
41
+
42
+ ### Patch Changes
43
+
44
+ - @swc/core: ^1.2.116 -> ^1.2.117
45
+ - Updated dependencies
46
+ - @ctx-core/auth0@26.0.7
47
+ - @ctx-core/fetch@11.0.87
48
+ - @ctx-core/object@21.0.28
49
+ - @ctx-core/store@27.0.42
50
+
3
51
  ## 6.0.109
4
52
 
5
53
  ### 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": "6.0.109",
3
+ "version": "6.0.114",
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.6",
37
- "@ctx-core/fetch": "^11.0.86",
38
- "@ctx-core/object": "^21.0.27",
39
- "@ctx-core/store": "^27.0.41",
36
+ "@ctx-core/auth0": "^26.0.12",
37
+ "@ctx-core/fetch": "^11.0.89",
38
+ "@ctx-core/object": "^21.0.30",
39
+ "@ctx-core/store": "^27.0.44",
40
40
  "auth0": "^2.37.0",
41
41
  "svelte": "3.44.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@ctx-core/dev-tools": "^7.2.5",
45
- "@ctx-core/uri": "^12.0.21",
44
+ "@ctx-core/dev-tools": "^7.2.7",
45
+ "@ctx-core/uri": "^12.0.24",
46
46
  "@swc/cli": "^0.1.52",
47
- "@swc/core": "^1.2.116",
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,