@savvy-web/rspress-builder 1.1.11 → 1.1.12
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/env.d.ts +0 -1
- package/package.json +1 -1
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.
|
|
3
|
+
"version": "1.1.12",
|
|
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",
|