@ctx-core/auth0-management 6.0.113 → 6.0.117

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,37 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 6.0.117
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 6.0.116
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 6.0.115
16
+
17
+ ### Patch Changes
18
+
19
+ - package.json: - "main": explicitly not support cjs
20
+ - Updated dependencies
21
+ - @ctx-core/auth0@26.0.13
22
+ - @ctx-core/fetch@11.0.90
23
+ - @ctx-core/store@27.0.45
24
+
25
+ ## 6.0.114
26
+
27
+ ### Patch Changes
28
+
29
+ - update dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/auth0@26.0.12
32
+ - @ctx-core/fetch@11.0.89
33
+ - @ctx-core/store@27.0.44
34
+
3
35
  ## 6.0.113
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "6.0.113",
3
+ "version": "6.0.117",
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.10",
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.15",
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/COMMIT_EDITMSG DELETED
@@ -1 +0,0 @@
1
-