@ctx-core/auth0-management 7.0.6 → 7.0.10

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,46 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 7.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ctx-core/auth0@28.0.0
9
+ - @ctx-core/fetch@11.0.102
10
+
11
+ ## 7.0.9
12
+
13
+ ### Patch Changes
14
+
15
+ - fix: error TS6059: \* is not under 'rootDir': package.json: types: ./dist/index.d.ts
16
+ - Updated dependencies
17
+ - @ctx-core/auth0@27.0.9
18
+ - @ctx-core/fetch@11.0.101
19
+ - @ctx-core/object@22.0.8
20
+ - @ctx-core/store@27.0.55
21
+
22
+ ## 7.0.8
23
+
24
+ ### Patch Changes
25
+
26
+ - tsconfig.json: "target": "ES2021"
27
+ - Updated dependencies
28
+ - @ctx-core/auth0@27.0.8
29
+ - @ctx-core/fetch@11.0.100
30
+ - @ctx-core/object@22.0.7
31
+ - @ctx-core/store@27.0.54
32
+
33
+ ## 7.0.7
34
+
35
+ ### Patch Changes
36
+
37
+ - package.json: "types": "./src/index.ts": better editing experience
38
+ - Updated dependencies
39
+ - @ctx-core/auth0@27.0.7
40
+ - @ctx-core/fetch@11.0.99
41
+ - @ctx-core/object@22.0.6
42
+ - @ctx-core/store@27.0.53
43
+
3
44
  ## 7.0.6
4
45
 
5
46
  ### 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": "7.0.6",
3
+ "version": "7.0.10",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -30,17 +30,16 @@
30
30
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
31
  },
32
32
  "dependencies": {
33
- "@ctx-core/auth0": "^27.0.6",
34
- "@ctx-core/fetch": "^11.0.98",
35
- "@ctx-core/object": "^22.0.5",
36
- "@ctx-core/store": "^27.0.52",
33
+ "@ctx-core/auth0": "^28.0.0",
34
+ "@ctx-core/fetch": "^11.0.102",
35
+ "@ctx-core/object": "^22.0.8",
37
36
  "auth0": "^2.37.0",
38
37
  "svelte": "^3.44.3"
39
38
  },
40
39
  "devDependencies": {
41
- "@ctx-core/uri": "^12.0.31",
40
+ "@ctx-core/uri": "^12.0.34",
42
41
  "@swc/cli": "^0.1.55",
43
- "@swc/core": "^1.2.120",
42
+ "@swc/core": "^1.2.121",
44
43
  "rimraf": "^3.0.2",
45
44
  "typescript": "next"
46
45
  },
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compileOnSave": true,
3
3
  "compilerOptions": {
4
- "target": "ES2020",
4
+ "target": "ES2021",
5
5
  "composite": true,
6
6
  "declaration": true,
7
7
  "sourceMap": true,