@ctx-core/auth0-management 9.0.29 → 9.0.32

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,29 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.0.32
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@33.2.4
10
+
11
+ ## 9.0.31
12
+
13
+ ### Patch Changes
14
+
15
+ - fix: revert headers\_ for fetch calls
16
+ - Updated dependencies
17
+ - @ctx-core/auth0@33.2.3
18
+
19
+ ## 9.0.30
20
+
21
+ ### Patch Changes
22
+
23
+ - fix: get*auth0_v2_client_grants,get_auth0_v2_user,get_auth0_v2_users_by_email,patch_auth0_v2_client,patch_auth0_v2_user: headers*
24
+ - Updated dependencies
25
+ - @ctx-core/auth0@33.2.2
26
+
3
27
  ## 9.0.29
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,62 +1,63 @@
1
1
  {
2
- "name": "@ctx-core/auth0-management",
3
- "version": "9.0.29",
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
- ".": {
23
- "import": "./src/index.js"
24
- },
25
- "./package.json": "./package.json"
26
- },
27
- "bin": {
28
- "add-grant-password-auth0": "./bin/add-grant-password-auth0.mjs",
29
- "auth0": "./bin/auth0.mjs",
30
- "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
- },
32
- "dependencies": {
33
- "@ctx-core/auth0": "^33.2.1",
34
- "@ctx-core/fetch-undici": "^1.2.4",
35
- "@ctx-core/object": "*",
36
- "@ctx-core/uri": "^12.0.39",
37
- "auth0": "^2.40.0"
38
- },
39
- "devDependencies": {
40
- "@types/auth0": "^2.34.13",
41
- "@types/auth0-js": "^9.14.6",
42
- "c8": "^7.11.0",
43
- "check-dts": "^0.6.6",
44
- "tsm": "^2.2.1",
45
- "typescript": "next",
46
- "uvu": "^0.5.3"
47
- },
48
- "publishConfig": {
49
- "access": "public",
50
- "cache": "~/.npm"
51
- },
52
- "svelte": "./src/index.js",
53
- "sideEffects": false,
54
- "scripts": {
55
- "build": ":",
56
- "clean": ":",
57
- "exec": "$@",
58
- "test": "pnpm test-unit && check-dts",
59
- "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
60
- "test-unit-coverage": "c8 pnpm test-unit"
61
- }
2
+ "name": "@ctx-core/auth0-management",
3
+ "version": "9.0.32",
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
+ ".": {
23
+ "import": "./src/index.js"
24
+ },
25
+ "./package.json": "./package.json"
26
+ },
27
+ "bin": {
28
+ "add-grant-password-auth0": "./bin/add-grant-password-auth0.mjs",
29
+ "auth0": "./bin/auth0.mjs",
30
+ "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
+ },
32
+ "scripts": {
33
+ "build": ":",
34
+ "clean": ":",
35
+ "exec": "$@",
36
+ "prepublishOnly": "npm run clean && npm run build && npm run test",
37
+ "test": "pnpm test-unit && check-dts",
38
+ "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
39
+ "test-unit-coverage": "c8 pnpm test-unit"
40
+ },
41
+ "dependencies": {
42
+ "@ctx-core/auth0": "^33.2.4",
43
+ "@ctx-core/fetch-undici": "^1.2.5",
44
+ "@ctx-core/object": "*",
45
+ "@ctx-core/uri": "^12.0.39",
46
+ "auth0": "^2.40.0"
47
+ },
48
+ "devDependencies": {
49
+ "@types/auth0": "^2.34.13",
50
+ "@types/auth0-js": "^9.14.6",
51
+ "c8": "^7.11.0",
52
+ "check-dts": "^0.6.6",
53
+ "tsm": "^2.2.1",
54
+ "typescript": "next",
55
+ "uvu": "^0.5.3"
56
+ },
57
+ "publishConfig": {
58
+ "access": "public",
59
+ "cache": "~/.npm"
60
+ },
61
+ "svelte": "./src/index.js",
62
+ "sideEffects": false
62
63
  }