@savvy-web/rspress-builder 1.1.11 → 1.1.13

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/env.d.ts +0 -1
  2. package/package.json +2 -2
package/env.d.ts CHANGED
@@ -99,7 +99,6 @@ interface ImportMetaEnv {
99
99
  readonly DEV: boolean;
100
100
  }
101
101
 
102
- // biome-ignore lint/correctness/noUnusedVariables: ImportMeta is used by TypeScript but may appear unused to the linter
103
102
  interface ImportMeta {
104
103
  /**
105
104
  * The `import.meta` object contains metadata about the current module. It is a standard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/rspress-builder",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "private": false,
5
5
  "description": "RSPress plugin builder for the Silk Suite, built on @savvy-web/bundler",
6
6
  "homepage": "https://github.com/savvy-web/systems/tree/main/packages/rspress-builder",
@@ -33,7 +33,7 @@
33
33
  "./package.json": "./package.json"
34
34
  },
35
35
  "dependencies": {
36
- "@savvy-web/bundler": "2.1.11",
36
+ "@savvy-web/bundler": "2.1.12",
37
37
  "@tsdown/css": "^0.22.14"
38
38
  },
39
39
  "peerDependencies": {