@x-otto/provider 0.1.0-alpha.5 → 0.1.0-alpha.6

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -580,7 +580,7 @@ declare function buildRequestHeaders(sources: RequestHeaderSources): Record<stri
580
580
  *
581
581
  * 提取规则:
582
582
  * - 先查命名空间 `claims[namespace]?.[claim]`,未命中回退顶层 `claims[claim]`
583
- * - 按 `tokenSources` 数组顺序逐个 token 尝试,任一命中即返回
583
+ * - 按 `tokens` 数组顺序逐个 token 尝试,任一命中即返回
584
584
  * - 解析失败(非 JWT 格式/不透明 token)静默返回 `undefined`
585
585
  *
586
586
  * @param tokens - 待扫描的 JWT token 数组(如 `[idToken, accessToken]`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-otto/provider",
3
- "version": "0.1.0-alpha.5",
3
+ "version": "0.1.0-alpha.6",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -19,7 +19,7 @@
19
19
  "tag": "alpha"
20
20
  },
21
21
  "dependencies": {
22
- "@x-otto/interchange": "0.1.0-alpha.3",
22
+ "@x-otto/interchange": "0.1.0-alpha.5",
23
23
  "@x-otto/shared": "0.1.0-alpha.6"
24
24
  },
25
25
  "scripts": {