diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-08-02 13:39:11 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2026-08-02 13:39:11 -0400 |
| commit | 85eced27815c7f80872b7a2b8e9e668b3a4e3ef9 (patch) | |
| tree | 68db57d647242f8c7cfd5cc7e8c44734ffbbe592 | |
| parent | 45cd2d4ef7bf38ecd8d1d57c4170b9dbaa912c8c (diff) | |
| download | decky-lsfg-vk-85eced27815c7f80872b7a2b8e9e668b3a4e3ef9.tar.gz decky-lsfg-vk-85eced27815c7f80872b7a2b8e9e668b3a4e3ef9.zip | |
chore: prepare v0.13.0 pre-releasev0.13.0
| -rw-r--r-- | package.json | 9 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json index 36bf105..47c5e8c 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,10 @@ "react-icons": "^5.3.0", "tslib": "^2.7.0" }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.22.5", + "@rollup/rollup-linux-x64-musl": "4.22.5" + }, "remote_binary_bundling" : true, "remote_binary": [ { @@ -71,6 +75,11 @@ } ], "pnpm": { + "supportedArchitectures": { + "cpu": ["arm64", "x64"], + "libc": ["glibc", "musl"], + "os": ["darwin", "linux"] + }, "peerDependencyRules": { "ignoreMissing": [ "react", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f954a4..cad45b2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,13 @@ importers: tslib: specifier: ^2.7.0 version: 2.7.0 + optionalDependencies: + '@rollup/rollup-linux-x64-gnu': + specifier: 4.22.5 + version: 4.22.5 + '@rollup/rollup-linux-x64-musl': + specifier: 4.22.5 + version: 4.22.5 devDependencies: '@decky/rollup': specifier: ^1.0.1 |
