@ctx-core/auth0-management 6.0.111 → 6.0.115

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,44 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 6.0.115
4
+
5
+ ### Patch Changes
6
+
7
+ - package.json: - "main": explicitly not support cjs
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@26.0.13
10
+ - @ctx-core/fetch@11.0.90
11
+ - @ctx-core/store@27.0.45
12
+
13
+ ## 6.0.114
14
+
15
+ ### Patch Changes
16
+
17
+ - update dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/auth0@26.0.12
20
+ - @ctx-core/fetch@11.0.89
21
+ - @ctx-core/store@27.0.44
22
+
23
+ ## 6.0.113
24
+
25
+ ### Patch Changes
26
+
27
+ - update dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/auth0@26.0.10
30
+
31
+ ## 6.0.112
32
+
33
+ ### Patch Changes
34
+
35
+ - @swc/core: ^1.2.117 -> ^1.2.118
36
+ - Updated dependencies
37
+ - @ctx-core/auth0@26.0.9
38
+ - @ctx-core/fetch@11.0.88
39
+ - @ctx-core/object@21.0.29
40
+ - @ctx-core/store@27.0.43
41
+
3
42
  ## 6.0.111
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "6.0.111",
3
+ "version": "6.0.115",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,7 +17,6 @@
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "main": "./dist/index.js",
21
20
  "module": "./dist/index.js",
22
21
  "types": "./src/index.ts",
23
22
  "exports": {
@@ -33,18 +32,18 @@
33
32
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
34
33
  },
35
34
  "dependencies": {
36
- "@ctx-core/auth0": "^26.0.8",
37
- "@ctx-core/fetch": "^11.0.87",
38
- "@ctx-core/object": "^21.0.28",
39
- "@ctx-core/store": "^27.0.42",
35
+ "@ctx-core/auth0": "^26.0.13",
36
+ "@ctx-core/fetch": "^11.0.90",
37
+ "@ctx-core/object": "^21.0.30",
38
+ "@ctx-core/store": "^27.0.45",
40
39
  "auth0": "^2.37.0",
41
40
  "svelte": "3.44.2"
42
41
  },
43
42
  "devDependencies": {
44
- "@ctx-core/dev-tools": "^7.2.6",
45
- "@ctx-core/uri": "^12.0.22",
43
+ "@ctx-core/dev-tools": "^7.2.9",
44
+ "@ctx-core/uri": "^12.0.25",
46
45
  "@swc/cli": "^0.1.52",
47
- "@swc/core": "^1.2.117",
46
+ "@swc/core": "^1.2.118",
48
47
  "typescript": "next"
49
48
  },
50
49
  "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,