@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 +20 -0
- package/COMMIT_EDITMSG +1 -0
- package/dist/lib/index.js +0 -1
- package/dist/lib/index.js.map +1 -1
- package/package.json +12 -14
- package/src/lib/index.ts +0 -1
- package/dist/lib/auth0_ui_Ctx.js +0 -3
- package/dist/lib/auth0_ui_Ctx.js.map +0 -1
- package/src/lib/auth0_ui_Ctx.ts +0 -10
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
package/dist/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/lib/index.ts"],"sourcesContent":["export * from './
|
|
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.
|
|
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": "^
|
|
31
|
-
"@ctx-core/auth0-management": "^
|
|
32
|
-
"@ctx-core/dialog": "^
|
|
33
|
-
"@ctx-core/dom": "^11.0.
|
|
34
|
-
"@ctx-core/error": "^11.1.
|
|
35
|
-
"@ctx-core/fetch": "^11.0.
|
|
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.
|
|
38
|
-
"@ctx-core/jwt": "^10.0.
|
|
39
|
-
"@ctx-core/logger": "^9.0.
|
|
40
|
-
"@ctx-core/object": "^
|
|
41
|
-
"@ctx-core/store": "^27.0.
|
|
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
package/dist/lib/auth0_ui_Ctx.js
DELETED
|
@@ -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"}
|
package/src/lib/auth0_ui_Ctx.ts
DELETED
|
@@ -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
|
-
}
|