@ctx-core/auth0-management 6.0.94 → 6.0.99

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.99
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 6.0.98
10
+
11
+ ### Patch Changes
12
+
13
+ - svelte: 3.44.0 -> 3.44.1
14
+ - Updated dependencies [undefined]
15
+ - @ctx-core/auth0@25.0.100
16
+ - @ctx-core/store@27.0.35
17
+
18
+ ## 6.0.97
19
+
20
+ ### Patch Changes
21
+
22
+ - typescript: ^4.4.3 -> ^4.4.4
23
+ - svelte: 3.43.1 -> 3.44.0
24
+ - auth0: ^2.36.2 -> ^2.37.0
25
+ - Updated dependencies [undefined]
26
+ - Updated dependencies [undefined]
27
+ - Updated dependencies [undefined]
28
+ - Updated dependencies [undefined]
29
+ - @ctx-core/auth0@25.0.99
30
+ - @ctx-core/fetch@11.0.77
31
+ - @ctx-core/object@21.0.21
32
+ - @ctx-core/store@27.0.34
33
+
34
+ ## 6.0.96
35
+
36
+ ### Patch Changes
37
+
38
+ - update dependencies
39
+ - Updated dependencies [undefined]
40
+ - @ctx-core/auth0@25.0.98
41
+
42
+ ## 6.0.95
43
+
44
+ ### Patch Changes
45
+
46
+ - svelte: 3.43.0 -> 3.43.1
47
+ - Updated dependencies [undefined]
48
+ - Updated dependencies [undefined]
49
+ - @ctx-core/auth0@25.0.97
50
+ - @ctx-core/store@27.0.33
51
+
3
52
  ## 6.0.94
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.94",
3
+ "version": "6.0.99",
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.96",
37
- "@ctx-core/fetch": "^11.0.75",
38
- "@ctx-core/object": "^21.0.20",
39
- "@ctx-core/store": "^27.0.32",
40
- "auth0": "^2.36.2",
36
+ "@ctx-core/auth0": "^25.0.101",
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.0"
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",