@rspress/shared 0.0.0-next-20230815071650 → 0.0.0-next-20230824072138

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Rspress
3
+ Copyright (c) 2023-present Bytedance, Inc. and its affiliates.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.d.ts CHANGED
@@ -486,6 +486,7 @@ interface PageData {
486
486
  description?: string;
487
487
  pageType: PageType;
488
488
  _relativePath: string;
489
+ [key: string]: unknown;
489
490
  };
490
491
  }
491
492
  interface RouteOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/shared",
3
- "version": "0.0.0-next-20230815071650",
3
+ "version": "0.0.0-next-20230824072138",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",