@xyd-js/plugins 0.0.0-build-294eaf4-20250911201553 → 0.0.0-build-6d83665-20250917173505

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 CHANGED
@@ -1,10 +1,10 @@
1
1
  # @xyd-js/plugins
2
2
 
3
- ## 0.0.0-build-294eaf4-20250911201553
3
+ ## 0.0.0-build-6d83665-20250917173505
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - update all packages
8
8
  - Updated dependencies
9
- - @xyd-js/framework@0.0.0-build-294eaf4-20250911201553
10
- - @xyd-js/uniform@0.0.0-build-294eaf4-20250911201553
9
+ - @xyd-js/framework@0.0.0-build-6d83665-20250917173505
10
+ - @xyd-js/uniform@0.0.0-build-6d83665-20250917173505
package/dist/index.d.ts CHANGED
@@ -44,6 +44,10 @@ interface Settings {
44
44
  * SEO configuration
45
45
  */
46
46
  seo?: SEO;
47
+ /**
48
+ * Advanced configuration
49
+ */
50
+ advanced?: Advanced;
47
51
  /**
48
52
  * @internal
49
53
  *
@@ -1000,6 +1004,15 @@ interface SEO {
1000
1004
  [tag: string]: string;
1001
1005
  };
1002
1006
  }
1007
+ /**
1008
+ * Advanced configuration
1009
+ */
1010
+ interface Advanced {
1011
+ /**
1012
+ * basename
1013
+ */
1014
+ basename?: string;
1015
+ }
1003
1016
  /**
1004
1017
  * Engine configuration
1005
1018
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/plugins",
3
- "version": "0.0.0-build-294eaf4-20250911201553",
3
+ "version": "0.0.0-build-6d83665-20250917173505",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -11,10 +11,10 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@xyd-js/uniform": "0.0.0-build-294eaf4-20250911201553"
14
+ "@xyd-js/uniform": "0.0.0-build-6d83665-20250917173505"
15
15
  },
16
16
  "peerDependencies": {
17
- "@xyd-js/framework": "0.0.0-build-294eaf4-20250911201553"
17
+ "@xyd-js/framework": "0.0.0-build-6d83665-20250917173505"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^1.3.1",