@ctx-core/auth0-management 6.0.112 → 6.0.116

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