@ctx-core/auth0-management 6.0.95 → 6.0.100

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 (2) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 6.0.100
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 6.0.99
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 6.0.98
16
+
17
+ ### Patch Changes
18
+
19
+ - svelte: 3.44.0 -> 3.44.1
20
+ - Updated dependencies [undefined]
21
+ - @ctx-core/auth0@25.0.100
22
+ - @ctx-core/store@27.0.35
23
+
24
+ ## 6.0.97
25
+
26
+ ### Patch Changes
27
+
28
+ - typescript: ^4.4.3 -> ^4.4.4
29
+ - svelte: 3.43.1 -> 3.44.0
30
+ - auth0: ^2.36.2 -> ^2.37.0
31
+ - Updated dependencies [undefined]
32
+ - Updated dependencies [undefined]
33
+ - Updated dependencies [undefined]
34
+ - Updated dependencies [undefined]
35
+ - @ctx-core/auth0@25.0.99
36
+ - @ctx-core/fetch@11.0.77
37
+ - @ctx-core/object@21.0.21
38
+ - @ctx-core/store@27.0.34
39
+
40
+ ## 6.0.96
41
+
42
+ ### Patch Changes
43
+
44
+ - update dependencies
45
+ - Updated dependencies [undefined]
46
+ - @ctx-core/auth0@25.0.98
47
+
3
48
  ## 6.0.95
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "6.0.95",
3
+ "version": "6.0.100",
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": "^25.0.97",
37
- "@ctx-core/fetch": "^11.0.75",
38
- "@ctx-core/object": "^21.0.20",
39
- "@ctx-core/store": "^27.0.33",
40
- "auth0": "^2.36.2",
36
+ "@ctx-core/auth0": "^25.0.102",
37
+ "@ctx-core/fetch": "^11.0.79",
38
+ "@ctx-core/object": "^21.0.21",
39
+ "@ctx-core/store": "^27.0.35",
40
+ "auth0": "^2.37.0",
41
41
  "esm": "^3.2.25",
42
- "svelte": "3.43.1"
42
+ "svelte": "3.44.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@ctx-core/dev-tools": "^7.1.3",
46
- "@ctx-core/uri": "^12.0.14",
47
- "typescript": "^4.4.3"
45
+ "@ctx-core/dev-tools": "^7.1.4",
46
+ "@ctx-core/uri": "^12.0.15",
47
+ "typescript": "^4.4.4"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public",