@ctx-core/auth0-management 9.0.53 → 9.0.56

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
+ ## 9.0.56
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^34.2.17 -> ^34.2.18
8
+ - @ctx-core/object: ^22.1.9 -> ^22.1.10
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @ctx-core/fetch-undici@2.1.6
12
+ - @ctx-core/uri@12.0.48
13
+
14
+ ## 9.0.55
15
+
16
+ ### Patch Changes
17
+
18
+ - update dependencies
19
+ - Updated dependencies
20
+ - @ctx-core/auth0@34.2.16
21
+ - @ctx-core/fetch-undici@2.1.4
22
+ - @ctx-core/uri@12.0.47
23
+
24
+ ## 9.0.54
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/function: 20.7.1
29
+ - Updated dependencies
30
+ - @ctx-core/auth0@34.2.15
31
+ - @ctx-core/fetch-undici@2.1.3
32
+ - @ctx-core/object@22.1.8
33
+ - @ctx-core/uri@12.0.46
34
+
3
35
  ## 9.0.53
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,61 +1,60 @@
1
1
  {
2
- "name": "@ctx-core/auth0-management",
3
- "version": "9.0.53",
4
- "description": "ctx-core auth0 management api",
5
- "keywords": [
6
- "ctx-core",
7
- "auth0"
8
- ],
9
- "homepage": "https://github.com/ctx-core/auth0-management#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/auth0-management/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/auth0-management.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "types": "./src/index.d.ts",
21
- "exports": {
22
- ".": "./src/index.js",
23
- "./package.json": "./package.json"
24
- },
25
- "bin": {
26
- "add-grant-password-auth0": "./bin/add-grant-password-auth0.mjs",
27
- "auth0": "./bin/auth0.mjs",
28
- "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
- },
30
- "scripts": {
31
- "build": ":",
32
- "clean": ":",
33
- "exec": "$@",
34
- "prepublishOnly": "npm run clean && npm run build && npm run test",
35
- "test": "pnpm test-unit && check-dts",
36
- "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
37
- "test-unit-coverage": "c8 pnpm test-unit"
38
- },
39
- "dependencies": {
40
- "@ctx-core/auth0": "workspace:^34.2.14",
41
- "@ctx-core/fetch-undici": "workspace:^2.1.2",
42
- "@ctx-core/object": "workspace:^22.1.7",
43
- "@ctx-core/uri": "workspace:^12.0.45",
44
- "auth0": "^2.40.0"
45
- },
46
- "devDependencies": {
47
- "@types/auth0": "^2.34.19",
48
- "@types/auth0-js": "^9.14.6",
49
- "c8": "^7.11.2",
50
- "check-dts": "^0.6.7",
51
- "tsm": "^2.2.1",
52
- "typescript": "next",
53
- "uvu": "^0.5.3"
54
- },
55
- "publishConfig": {
56
- "access": "public",
57
- "cache": "~/.npm"
58
- },
59
- "svelte": "./src/index.js",
60
- "sideEffects": false
2
+ "name": "@ctx-core/auth0-management",
3
+ "version": "9.0.56",
4
+ "description": "ctx-core auth0 management api",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "auth0"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/auth0-management#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/auth0-management/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/auth0-management.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "types": "./src/index.d.ts",
21
+ "exports": {
22
+ ".": "./src/index.js",
23
+ "./package.json": "./package.json"
24
+ },
25
+ "bin": {
26
+ "add-grant-password-auth0": "./bin/add-grant-password-auth0.mjs",
27
+ "auth0": "./bin/auth0.mjs",
28
+ "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
+ },
30
+ "dependencies": {
31
+ "@ctx-core/auth0": "^34.2.18",
32
+ "@ctx-core/fetch-undici": "^2.1.6",
33
+ "@ctx-core/object": "^22.1.10",
34
+ "@ctx-core/uri": "^12.0.48",
35
+ "auth0": "^2.40.0"
36
+ },
37
+ "devDependencies": {
38
+ "@types/auth0": "^2.34.19",
39
+ "@types/auth0-js": "^9.14.6",
40
+ "c8": "^7.11.2",
41
+ "check-dts": "^0.6.7",
42
+ "tsm": "^2.2.1",
43
+ "typescript": "next",
44
+ "uvu": "^0.5.3"
45
+ },
46
+ "publishConfig": {
47
+ "access": "public",
48
+ "cache": "~/.npm"
49
+ },
50
+ "svelte": "./src/index.js",
51
+ "sideEffects": false,
52
+ "scripts": {
53
+ "build": ":",
54
+ "clean": ":",
55
+ "exec": "$@",
56
+ "test": "pnpm test-unit && check-dts",
57
+ "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
58
+ "test-unit-coverage": "c8 pnpm test-unit"
59
+ }
61
60
  }