@ctx-core/auth0-ui 12.1.0 → 12.1.1

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,25 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - package.json: - module
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @ctx-core/object@22.0.0
12
+ - @ctx-core/auth0@27.0.0
13
+ - @ctx-core/auth0-management@7.0.0
14
+ - @ctx-core/dialog@16.0.0
15
+ - @ctx-core/dom@11.0.40
16
+ - @ctx-core/error@11.1.9
17
+ - @ctx-core/http@9.0.10
18
+ - @ctx-core/jwt@10.0.38
19
+ - @ctx-core/logger@9.0.32
20
+ - @ctx-core/store@27.0.46
21
+ - @ctx-core/fetch@11.0.93
22
+
3
23
  ## 12.1.0
4
24
 
5
25
  ### Minor Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/dist/lib/index.js CHANGED
@@ -1,4 +1,3 @@
1
- export * from './auth0_ui_Ctx.js';
2
1
  export * from './auth0_ui_ctx_key.js';
3
2
  export * from './auth_script_html_.js';
4
3
  export * from './getContext_auth0_ui_ctx.js';
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/lib/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"}
1
+ {"version":3,"sources":["../../src/lib/index.ts"],"sourcesContent":["export * 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,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": "12.1.0",
3
+ "version": "12.1.1",
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
- "module": "./dist/index.js",
21
20
  "types": "./src/index.ts",
22
21
  "svelte": "./src/index.js",
23
22
  "exports": {
@@ -27,25 +26,24 @@
27
26
  "./package.json": "./package.json"
28
27
  },
29
28
  "dependencies": {
30
- "@ctx-core/auth0": "^26.0.16",
31
- "@ctx-core/auth0-management": "^6.0.118",
32
- "@ctx-core/dialog": "^15.0.88",
33
- "@ctx-core/dom": "^11.0.39",
34
- "@ctx-core/error": "^11.1.8",
35
- "@ctx-core/fetch": "^11.0.92",
29
+ "@ctx-core/auth0": "^27.0.0",
30
+ "@ctx-core/auth0-management": "^7.0.0",
31
+ "@ctx-core/dialog": "^16.0.0",
32
+ "@ctx-core/dom": "^11.0.40",
33
+ "@ctx-core/error": "^11.1.9",
34
+ "@ctx-core/fetch": "^11.0.93",
36
35
  "@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.31",
40
- "@ctx-core/object": "^21.0.30",
41
- "@ctx-core/store": "^27.0.45",
36
+ "@ctx-core/http": "^9.0.10",
37
+ "@ctx-core/jwt": "^10.0.38",
38
+ "@ctx-core/logger": "^9.0.32",
39
+ "@ctx-core/object": "^22.0.0",
40
+ "@ctx-core/store": "^27.0.46",
42
41
  "auth0-js": "^9.18.0",
43
42
  "jsonwebtoken": "^8.5.1",
44
43
  "polka": "^0.5.2"
45
44
  },
46
45
  "devDependencies": {
47
46
  "@ctx-core/ctx-core-package-tools": "^8.0.85",
48
- "@ctx-core/dev-tools": "^7.2.9",
49
47
  "@sveltejs/adapter-auto": "next",
50
48
  "@sveltejs/kit": "next",
51
49
  "@swc/cli": "^0.1.52",
package/src/lib/index.ts CHANGED
@@ -1,4 +1,3 @@
1
- export * from './auth0_ui_Ctx.js'
2
1
  export * from './auth0_ui_ctx_key.js'
3
2
  export * from './auth_script_html_.js'
4
3
  export * from './getContext_auth0_ui_ctx.js'
@@ -1,3 +0,0 @@
1
- export { };
2
-
3
- //# sourceMappingURL=auth0_ui_Ctx.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/lib/auth0_ui_Ctx.ts"],"sourcesContent":["import type { auth0_body__T, auth0_Ctx, password_realm_body__T } from '@ctx-core/auth0'\nimport type {\n\tlogin_data_password_realm_body_I, signup_data_password_realm_body_I\n} from './ui/Auth0_c.js'\nexport interface auth0_ui_Ctx extends auth0_Ctx {\n\tlogin_auth0_body_:auth0_body__T<login_data_password_realm_body_I>\n\tlogin_password_realm_body_:password_realm_body__T<login_data_password_realm_body_I>\n\tsignup_auth0_body_:auth0_body__T<signup_data_password_realm_body_I>\n\tsignup_password_realm_body_fn:password_realm_body__T<signup_data_password_realm_body_I>\n}\n"],"names":[],"mappings":"AAAA,MAAM"}
@@ -1,10 +0,0 @@
1
- import type { auth0_body__T, auth0_Ctx, password_realm_body__T } from '@ctx-core/auth0'
2
- import type {
3
- login_data_password_realm_body_I, signup_data_password_realm_body_I
4
- } from './ui/Auth0_c.js'
5
- export interface auth0_ui_Ctx extends auth0_Ctx {
6
- login_auth0_body_:auth0_body__T<login_data_password_realm_body_I>
7
- login_password_realm_body_:password_realm_body__T<login_data_password_realm_body_I>
8
- signup_auth0_body_:auth0_body__T<signup_data_password_realm_body_I>
9
- signup_password_realm_body_fn:password_realm_body__T<signup_data_password_realm_body_I>
10
- }