@ctx-core/auth0-ui 11.0.14 → 11.0.19

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,62 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 11.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 11.0.18
10
+
11
+ ### Patch Changes
12
+
13
+ - package.json: - "main": explicitly not support cjs
14
+ - fix: import
15
+ - Updated dependencies
16
+ - @ctx-core/auth0@26.0.13
17
+ - @ctx-core/auth0-management@6.0.115
18
+ - @ctx-core/dialog@15.0.87
19
+ - @ctx-core/dom@11.0.39
20
+ - @ctx-core/error@11.1.8
21
+ - @ctx-core/fetch@11.0.90
22
+ - @ctx-core/http@9.0.9
23
+ - @ctx-core/jwt@10.0.37
24
+ - @ctx-core/logger@9.0.27
25
+ - @ctx-core/store@27.0.45
26
+
27
+ ## 11.0.17
28
+
29
+ ### Patch Changes
30
+
31
+ - update dependencies
32
+ - Updated dependencies
33
+ - @ctx-core/auth0@26.0.12
34
+ - @ctx-core/auth0-management@6.0.114
35
+ - @ctx-core/dialog@15.0.86
36
+ - @ctx-core/dom@11.0.38
37
+ - @ctx-core/error@11.1.7
38
+ - @ctx-core/fetch@11.0.89
39
+ - @ctx-core/http@9.0.8
40
+ - @ctx-core/jwt@10.0.36
41
+ - @ctx-core/store@27.0.44
42
+
43
+ ## 11.0.16
44
+
45
+ ### Patch Changes
46
+
47
+ - update dependencies
48
+ - Updated dependencies
49
+ - @ctx-core/auth0@26.0.11
50
+
51
+ ## 11.0.15
52
+
53
+ ### Patch Changes
54
+
55
+ - update dependencies
56
+ - Updated dependencies
57
+ - @ctx-core/auth0@26.0.10
58
+ - @ctx-core/auth0-management@6.0.113
59
+
3
60
  ## 11.0.14
4
61
 
5
62
  ### 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.14",
3
+ "version": "11.0.19",
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,25 +27,25 @@
28
27
  "./package.json": "./package.json"
29
28
  },
30
29
  "dependencies": {
31
- "@ctx-core/auth0": "^26.0.9",
32
- "@ctx-core/auth0-management": "^6.0.112",
33
- "@ctx-core/dialog": "^15.0.85",
34
- "@ctx-core/dom": "^11.0.37",
35
- "@ctx-core/error": "^11.1.6",
36
- "@ctx-core/fetch": "^11.0.88",
37
- "@ctx-core/function": "^20.2.10",
38
- "@ctx-core/http": "^9.0.7",
39
- "@ctx-core/jwt": "^10.0.35",
40
- "@ctx-core/logger": "^9.0.26",
41
- "@ctx-core/object": "^21.0.29",
42
- "@ctx-core/store": "^27.0.43",
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.28",
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.7",
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
50
  "@swc/core": "^1.2.118",
52
51
  "@types/jsonwebtoken": "^8.5.6",
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",