@ctx-core/auth0-ui 11.0.17 → 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,23 @@
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
+
3
21
  ## 11.0.17
4
22
 
5
23
  ### 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.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,25 +27,25 @@
28
27
  "./package.json": "./package.json"
29
28
  },
30
29
  "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",
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",
37
36
  "@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",
37
+ "@ctx-core/http": "^9.0.9",
38
+ "@ctx-core/jwt": "^10.0.37",
39
+ "@ctx-core/logger": "^9.0.27",
41
40
  "@ctx-core/object": "^21.0.30",
42
- "@ctx-core/store": "^27.0.44",
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
47
  "@ctx-core/ctx-core-package-tools": "^8.0.83",
49
- "@ctx-core/dev-tools": "^7.2.7",
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/COMMIT_EDITMSG DELETED
@@ -1,2 +0,0 @@
1
-
2
-