@zlooks.cn/password-auth-server 1.0.3 → 1.0.5
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/.hile-rsc/{build-mtsn68qv-a841a566/client-browser/chunks/chunk-CZF5VGOJ.js → build-mtwvmb9w-8d24cd70/client-browser/chunks/chunk-Q4E7K4YZ.js} +22 -70
- package/.hile-rsc/{build-mtsn68qv-a841a566/client-browser/src-plugin-page-frame-07c4de56a6-C2WHPDGD.js → build-mtwvmb9w-8d24cd70/client-browser/src-plugin-page-frame-07c4de56a6-3RB2NF7F.js} +1 -1
- package/.hile-rsc/{build-mtsn68qv-a841a566/client-browser/src-plugin-password-form-3bd63d69e5-G5UQAB5W.js → build-mtwvmb9w-8d24cd70/client-browser/src-plugin-password-form-3bd63d69e5-LHEMP4OP.js} +388 -134
- package/.hile-rsc/{build-mtsn68qv-a841a566/client-ssr/chunks/chunk-RMKQVF3F.js → build-mtwvmb9w-8d24cd70/client-ssr/chunks/chunk-IR7T4YHX.js} +21 -69
- package/.hile-rsc/{build-mtsn68qv-a841a566/client-ssr/src-plugin-page-frame-07c4de56a6-ICZZGKBP.js → build-mtwvmb9w-8d24cd70/client-ssr/src-plugin-page-frame-07c4de56a6-5ALGD76V.js} +1 -1
- package/.hile-rsc/{build-mtsn68qv-a841a566/client-ssr/src-plugin-password-form-3bd63d69e5-UV3K6EC6.js → build-mtwvmb9w-8d24cd70/client-ssr/src-plugin-password-form-3bd63d69e5-TF7ZOD75.js} +593 -339
- package/.hile-rsc/{build-mtsn68qv-a841a566 → build-mtwvmb9w-8d24cd70}/plugin.json +18 -18
- package/.hile-rsc/{build-mtsn68qv-a841a566 → build-mtwvmb9w-8d24cd70}/server-rsc/index.js +308 -156
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/config/schema.js +37 -6
- package/dist/config/schema.js.map +1 -1
- package/dist/messages/auth-extension/begin.msg.js +6 -5
- package/dist/messages/auth-extension/begin.msg.js.map +1 -1
- package/dist/messages/auth-extension/complete.msg.js +6 -5
- package/dist/messages/auth-extension/complete.msg.js.map +1 -1
- package/dist/models/begin-authentication.model.d.ts +22 -0
- package/dist/models/begin-authentication.model.d.ts.map +1 -0
- package/dist/models/begin-authentication.model.js +13 -0
- package/dist/models/begin-authentication.model.js.map +1 -0
- package/dist/models/complete-authentication.model.d.ts +35 -0
- package/dist/models/complete-authentication.model.d.ts.map +1 -0
- package/dist/models/complete-authentication.model.js +13 -0
- package/dist/models/complete-authentication.model.js.map +1 -0
- package/dist/runtime/password-state-store.d.ts.map +1 -1
- package/dist/runtime/password-state-store.js +23 -10
- package/dist/runtime/password-state-store.js.map +1 -1
- package/package.json +26 -25
- /package/.hile-rsc/{build-mtsn68qv-a841a566 → build-mtwvmb9w-8d24cd70}/client-browser/src-plugin-page-frame-07c4de56a6-3F24AYCH.css +0 -0
- /package/.hile-rsc/{build-mtsn68qv-a841a566 → build-mtwvmb9w-8d24cd70}/client-browser/src-plugin-password-form-3bd63d69e5-TRYMJX4F.css +0 -0
- /package/.hile-rsc/{build-mtsn68qv-a841a566 → build-mtwvmb9w-8d24cd70}/styles/4b3193c4f2b317ffed425ccf401342a4bdd6ccfd5f9c42def3315e776f166975.css +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"protocolVersion": 1,
|
|
3
3
|
"pluginId": "auth.password",
|
|
4
|
-
"buildId": "build-
|
|
4
|
+
"buildId": "build-mtwvmb9w-8d24cd70",
|
|
5
5
|
"runtime": {
|
|
6
6
|
"react": "19.2.8",
|
|
7
7
|
"reactDom": "19.2.8",
|
|
@@ -9,49 +9,49 @@
|
|
|
9
9
|
},
|
|
10
10
|
"server": {
|
|
11
11
|
"entry": "server-rsc/index.js",
|
|
12
|
-
"integrity": "sha256-
|
|
12
|
+
"integrity": "sha256-ghaavppJqYoxk2g3+JKwUqJj4S9Lds4+cBTx3DSzVno="
|
|
13
13
|
},
|
|
14
14
|
"serverFunctions": [],
|
|
15
15
|
"clients": [
|
|
16
16
|
{
|
|
17
17
|
"id": "auth.password/src/plugin/page-frame#default",
|
|
18
|
-
"module": "client-browser/src-plugin-page-frame-07c4de56a6-
|
|
19
|
-
"ssrModule": "client-ssr/src-plugin-page-frame-07c4de56a6-
|
|
18
|
+
"module": "client-browser/src-plugin-page-frame-07c4de56a6-3RB2NF7F.js",
|
|
19
|
+
"ssrModule": "client-ssr/src-plugin-page-frame-07c4de56a6-5ALGD76V.js",
|
|
20
20
|
"exportName": "default",
|
|
21
21
|
"chunks": [
|
|
22
22
|
{
|
|
23
|
-
"path": "client-browser/chunks/chunk-
|
|
24
|
-
"integrity": "sha256-
|
|
23
|
+
"path": "client-browser/chunks/chunk-Q4E7K4YZ.js",
|
|
24
|
+
"integrity": "sha256-QUq0reujN6ZytvyHH1HRSspjEJDyvWMg8qwigVTNM3Q="
|
|
25
25
|
}
|
|
26
26
|
],
|
|
27
27
|
"ssrChunks": [
|
|
28
28
|
{
|
|
29
|
-
"path": "client-ssr/chunks/chunk-
|
|
30
|
-
"integrity": "sha256-
|
|
29
|
+
"path": "client-ssr/chunks/chunk-IR7T4YHX.js",
|
|
30
|
+
"integrity": "sha256-oEYJqziDicGRVntNZM3V3mdyg1144EUaLmKD5ji/VFA="
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
|
-
"integrity": "sha256-
|
|
34
|
-
"ssrIntegrity": "sha256-
|
|
33
|
+
"integrity": "sha256-U9Adqlo/PtnGZjHYhs52YnQZqXEPmEinEYUOFchW1zI=",
|
|
34
|
+
"ssrIntegrity": "sha256-r4hzXP5XNnca0Z1QibcVWrDsXigravzjeVNC/RHcjqU="
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"id": "auth.password/src/plugin/password-form#default",
|
|
38
|
-
"module": "client-browser/src-plugin-password-form-3bd63d69e5-
|
|
39
|
-
"ssrModule": "client-ssr/src-plugin-password-form-3bd63d69e5-
|
|
38
|
+
"module": "client-browser/src-plugin-password-form-3bd63d69e5-LHEMP4OP.js",
|
|
39
|
+
"ssrModule": "client-ssr/src-plugin-password-form-3bd63d69e5-TF7ZOD75.js",
|
|
40
40
|
"exportName": "default",
|
|
41
41
|
"chunks": [
|
|
42
42
|
{
|
|
43
|
-
"path": "client-browser/chunks/chunk-
|
|
44
|
-
"integrity": "sha256-
|
|
43
|
+
"path": "client-browser/chunks/chunk-Q4E7K4YZ.js",
|
|
44
|
+
"integrity": "sha256-QUq0reujN6ZytvyHH1HRSspjEJDyvWMg8qwigVTNM3Q="
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"ssrChunks": [
|
|
48
48
|
{
|
|
49
|
-
"path": "client-ssr/chunks/chunk-
|
|
50
|
-
"integrity": "sha256-
|
|
49
|
+
"path": "client-ssr/chunks/chunk-IR7T4YHX.js",
|
|
50
|
+
"integrity": "sha256-oEYJqziDicGRVntNZM3V3mdyg1144EUaLmKD5ji/VFA="
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
|
-
"integrity": "sha256-
|
|
54
|
-
"ssrIntegrity": "sha256-
|
|
53
|
+
"integrity": "sha256-Mxk43aNBjMMHJmz65vkDHujQKrHdCUWdSLwcbtThyVM=",
|
|
54
|
+
"ssrIntegrity": "sha256-F8cppYTDE645YsEvPBkyCFCI5OxSLaB9+pklbBCuElQ="
|
|
55
55
|
}
|
|
56
56
|
],
|
|
57
57
|
"styles": [
|