@ctx-core/auth0-ui 11.0.13 → 11.0.18

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,75 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 11.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - package.json: - "main": explicitly not support cjs
8
+ - fix: import
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@26.0.13
11
+ - @ctx-core/auth0-management@6.0.115
12
+ - @ctx-core/dialog@15.0.87
13
+ - @ctx-core/dom@11.0.39
14
+ - @ctx-core/error@11.1.8
15
+ - @ctx-core/fetch@11.0.90
16
+ - @ctx-core/http@9.0.9
17
+ - @ctx-core/jwt@10.0.37
18
+ - @ctx-core/logger@9.0.27
19
+ - @ctx-core/store@27.0.45
20
+
21
+ ## 11.0.17
22
+
23
+ ### Patch Changes
24
+
25
+ - update dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/auth0@26.0.12
28
+ - @ctx-core/auth0-management@6.0.114
29
+ - @ctx-core/dialog@15.0.86
30
+ - @ctx-core/dom@11.0.38
31
+ - @ctx-core/error@11.1.7
32
+ - @ctx-core/fetch@11.0.89
33
+ - @ctx-core/http@9.0.8
34
+ - @ctx-core/jwt@10.0.36
35
+ - @ctx-core/store@27.0.44
36
+
37
+ ## 11.0.16
38
+
39
+ ### Patch Changes
40
+
41
+ - update dependencies
42
+ - Updated dependencies
43
+ - @ctx-core/auth0@26.0.11
44
+
45
+ ## 11.0.15
46
+
47
+ ### Patch Changes
48
+
49
+ - update dependencies
50
+ - Updated dependencies
51
+ - @ctx-core/auth0@26.0.10
52
+ - @ctx-core/auth0-management@6.0.113
53
+
54
+ ## 11.0.14
55
+
56
+ ### Patch Changes
57
+
58
+ - @swc/core: ^1.2.117 -> ^1.2.118
59
+ - Updated dependencies
60
+ - @ctx-core/auth0@26.0.9
61
+ - @ctx-core/auth0-management@6.0.112
62
+ - @ctx-core/dialog@15.0.85
63
+ - @ctx-core/dom@11.0.37
64
+ - @ctx-core/error@11.1.6
65
+ - @ctx-core/fetch@11.0.88
66
+ - @ctx-core/function@20.2.10
67
+ - @ctx-core/http@9.0.7
68
+ - @ctx-core/jwt@10.0.35
69
+ - @ctx-core/logger@9.0.26
70
+ - @ctx-core/object@21.0.29
71
+ - @ctx-core/store@27.0.43
72
+
3
73
  ## 11.0.13
4
74
 
5
75
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2,7 +2,6 @@ export * from './auth0_ui_Ctx.js';
2
2
  export * from './auth0_ui_ctx_key.js';
3
3
  export * from './auth_script_html_.js';
4
4
  export * from './getContext_auth0_ui_ctx.js';
5
- export * from './node/index.js';
6
5
  export * from './ui/index.js';
7
6
 
8
7
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './auth0_ui_Ctx.js'\nexport * from './auth0_ui_ctx_key.js'\nexport * from './auth_script_html_.js'\nexport * from './getContext_auth0_ui_ctx.js'\nexport * from './node/index.js'\nexport * from './ui/index.js'\n"],"names":[],"mappings":"cAAc,CAAmB;cACnB,CAAuB;cACvB,CAAwB;cACxB,CAA8B;cAC9B,CAAiB;cACjB,CAAe"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './auth0_ui_Ctx.js'\nexport * from './auth0_ui_ctx_key.js'\nexport * from './auth_script_html_.js'\nexport * from './getContext_auth0_ui_ctx.js'\nexport * from './ui/index.js'\n"],"names":[],"mappings":"cAAc,CAAmB;cACnB,CAAuB;cACvB,CAAwB;cACxB,CAA8B;cAC9B,CAAe"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "11.0.13",
3
+ "version": "11.0.18",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,7 +17,6 @@
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": {
@@ -28,27 +27,27 @@
28
27
  "./package.json": "./package.json"
29
28
  },
30
29
  "dependencies": {
31
- "@ctx-core/auth0": "^26.0.8",
32
- "@ctx-core/auth0-management": "^6.0.111",
33
- "@ctx-core/dialog": "^15.0.84",
34
- "@ctx-core/dom": "^11.0.36",
35
- "@ctx-core/error": "^11.1.5",
36
- "@ctx-core/fetch": "^11.0.87",
37
- "@ctx-core/function": "^20.2.9",
38
- "@ctx-core/http": "^9.0.6",
39
- "@ctx-core/jwt": "^10.0.34",
40
- "@ctx-core/logger": "^9.0.25",
41
- "@ctx-core/object": "^21.0.28",
42
- "@ctx-core/store": "^27.0.42",
30
+ "@ctx-core/auth0": "^26.0.13",
31
+ "@ctx-core/auth0-management": "^6.0.115",
32
+ "@ctx-core/dialog": "^15.0.87",
33
+ "@ctx-core/dom": "^11.0.39",
34
+ "@ctx-core/error": "^11.1.8",
35
+ "@ctx-core/fetch": "^11.0.90",
36
+ "@ctx-core/function": "^20.2.12",
37
+ "@ctx-core/http": "^9.0.9",
38
+ "@ctx-core/jwt": "^10.0.37",
39
+ "@ctx-core/logger": "^9.0.27",
40
+ "@ctx-core/object": "^21.0.30",
41
+ "@ctx-core/store": "^27.0.45",
43
42
  "auth0-js": "^9.18.0",
44
43
  "jsonwebtoken": "^8.5.1",
45
44
  "polka": "^0.5.2"
46
45
  },
47
46
  "devDependencies": {
48
- "@ctx-core/ctx-core-package-tools": "^8.0.81",
49
- "@ctx-core/dev-tools": "^7.2.6",
47
+ "@ctx-core/ctx-core-package-tools": "^8.0.83",
48
+ "@ctx-core/dev-tools": "^7.2.9",
50
49
  "@swc/cli": "^0.1.52",
51
- "@swc/core": "^1.2.117",
50
+ "@swc/core": "^1.2.118",
52
51
  "@types/jsonwebtoken": "^8.5.6",
53
52
  "@types/polka": "^0.5.3",
54
53
  "@types/trouter": "^3.1.0",
package/src/index.ts CHANGED
@@ -2,5 +2,4 @@ export * from './auth0_ui_Ctx.js'
2
2
  export * from './auth0_ui_ctx_key.js'
3
3
  export * from './auth_script_html_.js'
4
4
  export * from './getContext_auth0_ui_ctx.js'
5
- export * from './node/index.js'
6
5
  export * from './ui/index.js'
package/tsconfig.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "sourceMap": true,
24
24
  "strict": true,
25
25
  "strictFunctionTypes": true,
26
- "target": "ES2019",
26
+ "target": "ES2020",
27
27
  "typeRoots": [
28
28
  "../../../node_modules/@types",
29
29
  "../../node_modules/@types",