@ctx-core/auth0-ui 11.0.16 → 11.0.21

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,61 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 11.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 11.0.20
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/auth0@26.0.14
16
+ - @ctx-core/dialog@15.0.88
17
+ - @ctx-core/fetch@11.0.91
18
+
19
+ ## 11.0.19
20
+
21
+ ### Patch Changes
22
+
23
+ - update dependencies
24
+
25
+ ## 11.0.18
26
+
27
+ ### Patch Changes
28
+
29
+ - package.json: - "main": explicitly not support cjs
30
+ - fix: import
31
+ - Updated dependencies
32
+ - @ctx-core/auth0@26.0.13
33
+ - @ctx-core/auth0-management@6.0.115
34
+ - @ctx-core/dialog@15.0.87
35
+ - @ctx-core/dom@11.0.39
36
+ - @ctx-core/error@11.1.8
37
+ - @ctx-core/fetch@11.0.90
38
+ - @ctx-core/http@9.0.9
39
+ - @ctx-core/jwt@10.0.37
40
+ - @ctx-core/logger@9.0.27
41
+ - @ctx-core/store@27.0.45
42
+
43
+ ## 11.0.17
44
+
45
+ ### Patch Changes
46
+
47
+ - update dependencies
48
+ - Updated dependencies
49
+ - @ctx-core/auth0@26.0.12
50
+ - @ctx-core/auth0-management@6.0.114
51
+ - @ctx-core/dialog@15.0.86
52
+ - @ctx-core/dom@11.0.38
53
+ - @ctx-core/error@11.1.7
54
+ - @ctx-core/fetch@11.0.89
55
+ - @ctx-core/http@9.0.8
56
+ - @ctx-core/jwt@10.0.36
57
+ - @ctx-core/store@27.0.44
58
+
3
59
  ## 11.0.16
4
60
 
5
61
  ### 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.16",
3
+ "version": "11.0.21",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,36 +17,34 @@
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": {
24
23
  ".": {
25
- "require": "./dist/index.cjs",
26
24
  "import": "./dist/index.js"
27
25
  },
28
26
  "./package.json": "./package.json"
29
27
  },
30
28
  "dependencies": {
31
- "@ctx-core/auth0": "^26.0.11",
32
- "@ctx-core/auth0-management": "^6.0.113",
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.11",
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",
29
+ "@ctx-core/auth0": "^26.0.14",
30
+ "@ctx-core/auth0-management": "^6.0.116",
31
+ "@ctx-core/dialog": "^15.0.88",
32
+ "@ctx-core/dom": "^11.0.39",
33
+ "@ctx-core/error": "^11.1.8",
34
+ "@ctx-core/fetch": "^11.0.91",
35
+ "@ctx-core/function": "^20.2.12",
36
+ "@ctx-core/http": "^9.0.9",
37
+ "@ctx-core/jwt": "^10.0.37",
38
+ "@ctx-core/logger": "^9.0.28",
39
+ "@ctx-core/object": "^21.0.30",
40
+ "@ctx-core/store": "^27.0.45",
43
41
  "auth0-js": "^9.18.0",
44
42
  "jsonwebtoken": "^8.5.1",
45
43
  "polka": "^0.5.2"
46
44
  },
47
45
  "devDependencies": {
48
- "@ctx-core/ctx-core-package-tools": "^8.0.81",
49
- "@ctx-core/dev-tools": "^7.2.7",
46
+ "@ctx-core/ctx-core-package-tools": "^8.0.85",
47
+ "@ctx-core/dev-tools": "^7.2.9",
50
48
  "@swc/cli": "^0.1.52",
51
49
  "@swc/core": "^1.2.118",
52
50
  "@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'