@ctx-core/auth0-ui 11.0.17 → 11.0.22

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,53 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 11.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0-management@6.0.117
10
+
11
+ ## 11.0.21
12
+
13
+ ### Patch Changes
14
+
15
+ - update dependencies
16
+
17
+ ## 11.0.20
18
+
19
+ ### Patch Changes
20
+
21
+ - update dependencies
22
+ - Updated dependencies
23
+ - @ctx-core/auth0@26.0.14
24
+ - @ctx-core/dialog@15.0.88
25
+ - @ctx-core/fetch@11.0.91
26
+
27
+ ## 11.0.19
28
+
29
+ ### Patch Changes
30
+
31
+ - update dependencies
32
+
33
+ ## 11.0.18
34
+
35
+ ### Patch Changes
36
+
37
+ - package.json: - "main": explicitly not support cjs
38
+ - fix: import
39
+ - Updated dependencies
40
+ - @ctx-core/auth0@26.0.13
41
+ - @ctx-core/auth0-management@6.0.115
42
+ - @ctx-core/dialog@15.0.87
43
+ - @ctx-core/dom@11.0.39
44
+ - @ctx-core/error@11.1.8
45
+ - @ctx-core/fetch@11.0.90
46
+ - @ctx-core/http@9.0.9
47
+ - @ctx-core/jwt@10.0.37
48
+ - @ctx-core/logger@9.0.27
49
+ - @ctx-core/store@27.0.45
50
+
3
51
  ## 11.0.17
4
52
 
5
53
  ### 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.17",
3
+ "version": "11.0.22",
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.12",
32
- "@ctx-core/auth0-management": "^6.0.114",
33
- "@ctx-core/dialog": "^15.0.86",
34
- "@ctx-core/dom": "^11.0.38",
35
- "@ctx-core/error": "^11.1.7",
36
- "@ctx-core/fetch": "^11.0.89",
29
+ "@ctx-core/auth0": "^26.0.15",
30
+ "@ctx-core/auth0-management": "^6.0.117",
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",
37
35
  "@ctx-core/function": "^20.2.12",
38
- "@ctx-core/http": "^9.0.8",
39
- "@ctx-core/jwt": "^10.0.36",
40
- "@ctx-core/logger": "^9.0.26",
36
+ "@ctx-core/http": "^9.0.9",
37
+ "@ctx-core/jwt": "^10.0.37",
38
+ "@ctx-core/logger": "^9.0.28",
41
39
  "@ctx-core/object": "^21.0.30",
42
- "@ctx-core/store": "^27.0.44",
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.83",
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'
package/COMMIT_EDITMSG DELETED
@@ -1,2 +0,0 @@
1
-
2
-