@wcstack/router 1.26.0 → 1.27.0

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/README.ja.md CHANGED
@@ -167,7 +167,7 @@
167
167
  - 判定関数は `Promise<boolean>` を返すことも可能(非同期チェック対応)
168
168
  - `<wcs-route>` の外に配置された `<wcs-guard-handler>` は無視される
169
169
  - `<script type="module">` がない場合、`guardHandler` は設定されない
170
- - **Content-Security-Policy 下では**、ガードスクリプトは `blob:` URL 経由で評価されるため `script-src blob:` が必要。ガードはインライン専用で、`<wcs-state>` のような `src=` 退避経路は存在しない。詳細は [docs/csp.md](../../docs/csp.md)
170
+ - **Content-Security-Policy 下では**、ガードスクリプトは `blob:` URL 経由で評価されるため `script-src blob:` が必要。ガードはインライン専用で、`<wcs-state>` のような `src=` 退避経路は存在しない。詳細は [docs/csp.ja.md](../../docs/csp.ja.md)
171
171
 
172
172
  #### 型付きパラメータ
173
173
 
package/dist/index.esm.js CHANGED
@@ -2319,7 +2319,7 @@ function bootstrapRouter(config) {
2319
2319
  registerComponents();
2320
2320
  }
2321
2321
 
2322
- var version = "1.26.0";
2322
+ var version = "1.27.0";
2323
2323
  var pkg = {
2324
2324
  version: version};
2325
2325
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/router",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "description": "Declarative SPA routing for Web Components with Navigation API support. Zero dependencies, buildless.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",