@ctx-core/auth0-management 6.0.102 → 6.0.108

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/.swcrc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "jsc": {
3
- "target": "es2019",
3
+ "target": "es2020",
4
4
  "parser": {
5
5
  "syntax": "typescript",
6
6
  "tsx": true,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 6.0.108
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/cli: ^0.1.51 -> ^0.1.52
8
+ - @swc/core: ^1.2.111 -> ^1.2.113
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @ctx-core/auth0@26.0.5
12
+ - @ctx-core/fetch@11.0.85
13
+ - @ctx-core/object@21.0.26
14
+ - @ctx-core/store@27.0.40
15
+
16
+ ## 6.0.107
17
+
18
+ ### Patch Changes
19
+
20
+ - svelte: 3.44.1 -> 3.44.2
21
+ - @swc/core: ^1.2.110 -> ^1.2.111
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - @ctx-core/auth0@26.0.4
25
+ - @ctx-core/store@27.0.39
26
+ - @ctx-core/fetch@11.0.84
27
+ - @ctx-core/object@21.0.25
28
+
29
+ ## 6.0.106
30
+
31
+ ### Patch Changes
32
+
33
+ - update dependencies
34
+ - Updated dependencies
35
+ - @ctx-core/auth0@26.0.3
36
+
37
+ ## 6.0.105
38
+
39
+ ### Patch Changes
40
+
41
+ - typescript: ^4.4.4 -> ^4.5.2
42
+ - @swc/core: ^1.2.108 -> ^1.2.110
43
+ - Updated dependencies
44
+ - Updated dependencies
45
+ - Updated dependencies
46
+ - @ctx-core/auth0@26.0.2
47
+ - @ctx-core/fetch@11.0.83
48
+ - @ctx-core/object@21.0.24
49
+ - @ctx-core/store@27.0.38
50
+
51
+ ## 6.0.104
52
+
53
+ ### Patch Changes
54
+
55
+ - version bump: fix published dependencies
56
+
57
+ ## 6.0.105
58
+
59
+ ### Patch Changes
60
+
61
+ - version bump
62
+
63
+ ## 6.0.104
64
+
65
+ ### Patch Changes
66
+
67
+ - version bump
68
+
69
+ ## 6.0.103
70
+
71
+ ### Patch Changes
72
+
73
+ - @swc/core: ^1.2.107 -> ^1.2.108
74
+ - Updated dependencies
75
+ - Updated dependencies
76
+ - @ctx-core/auth0@26.0.1
77
+ - @ctx-core/fetch@11.0.81
78
+ - @ctx-core/object@21.0.23
79
+ - @ctx-core/store@27.0.37
80
+
3
81
  ## 6.0.102
4
82
 
5
83
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- export * from './auth0_management_Ctx.js';
2
- export * from './auth0_management_ctx_I.generated.js';
3
1
  export * from './auth0_audience__b.js';
4
2
  export * from './auth0_management_.js';
5
3
  export * from './auth0_management_client_credentials_body__b.js';
4
+ export * from './auth0_management_Ctx.js';
5
+ export * from './auth0_management_ctx_I.generated.js';
6
6
  export * from './auth0_management_token__b.js';
7
7
  export * from './get_auth0_v2_client_grants_b.js';
8
8
  export * from './get_auth0_v2_user_b.js';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './auth0_management_Ctx.js'\nexport * from './auth0_management_ctx_I.generated.js'\nexport * from './auth0_audience__b.js'\nexport * from './auth0_management_.js'\nexport * from './auth0_management_client_credentials_body__b.js'\nexport * from './auth0_management_token__b.js'\nexport * from './get_auth0_v2_client_grants_b.js'\nexport * from './get_auth0_v2_user_b.js'\nexport * from './get_auth0_v2_users_by_email_b.js'\nexport * from './patch_auth0_v2_client_b.js'\nexport * from './patch_auth0_v2_user_b.js'\n"],"names":[],"mappings":"cAAc,CAA2B;cAC3B,CAAuC;cACvC,CAAwB;cACxB,CAAwB;cACxB,CAAkD;cAClD,CAAgC;cAChC,CAAmC;cACnC,CAA0B;cAC1B,CAAoC;cACpC,CAA8B;cAC9B,CAA4B"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './auth0_audience__b.js'\nexport * from './auth0_management_.js'\nexport * from './auth0_management_client_credentials_body__b.js'\nexport * from './auth0_management_Ctx.js'\nexport * from './auth0_management_ctx_I.generated.js'\nexport * from './auth0_management_token__b.js'\nexport * from './get_auth0_v2_client_grants_b.js'\nexport * from './get_auth0_v2_user_b.js'\nexport * from './get_auth0_v2_users_by_email_b.js'\nexport * from './patch_auth0_v2_client_b.js'\nexport * from './patch_auth0_v2_user_b.js'\n"],"names":[],"mappings":"cAAc,CAAwB;cACxB,CAAwB;cACxB,CAAkD;cAClD,CAA2B;cAC3B,CAAuC;cACvC,CAAgC;cAChC,CAAmC;cACnC,CAA0B;cAC1B,CAAoC;cACpC,CAA8B;cAC9B,CAA4B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "6.0.102",
3
+ "version": "6.0.108",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -33,19 +33,19 @@
33
33
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
34
34
  },
35
35
  "dependencies": {
36
- "@ctx-core/auth0": "^26.0.0",
37
- "@ctx-core/fetch": "^11.0.80",
38
- "@ctx-core/object": "^21.0.22",
39
- "@ctx-core/store": "^27.0.36",
36
+ "@ctx-core/auth0": "^26.0.5",
37
+ "@ctx-core/fetch": "^11.0.85",
38
+ "@ctx-core/object": "^21.0.26",
39
+ "@ctx-core/store": "^27.0.40",
40
40
  "auth0": "^2.37.0",
41
- "svelte": "3.44.1"
41
+ "svelte": "3.44.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@ctx-core/dev-tools": "^7.2.0",
45
- "@ctx-core/uri": "^12.0.16",
46
- "@swc/cli": "^0.1.51",
47
- "@swc/core": "^1.2.107",
48
- "typescript": "^4.4.4"
44
+ "@ctx-core/dev-tools": "^7.2.4",
45
+ "@ctx-core/uri": "^12.0.20",
46
+ "@swc/cli": "^0.1.52",
47
+ "@swc/core": "^1.2.113",
48
+ "typescript": "next"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public",
package/src/index.ts CHANGED
@@ -1,8 +1,8 @@
1
- export * from './auth0_management_Ctx.js'
2
- export * from './auth0_management_ctx_I.generated.js'
3
1
  export * from './auth0_audience__b.js'
4
2
  export * from './auth0_management_.js'
5
3
  export * from './auth0_management_client_credentials_body__b.js'
4
+ export * from './auth0_management_Ctx.js'
5
+ export * from './auth0_management_ctx_I.generated.js'
6
6
  export * from './auth0_management_token__b.js'
7
7
  export * from './get_auth0_v2_client_grants_b.js'
8
8
  export * from './get_auth0_v2_user_b.js'