Alpha 0.2.12 (#2382)

* pnpm

* alpha 0.2.12

* make pnpm version non strict
This commit is contained in:
Utku 2024-04-24 10:25:22 -04:00 committed by GitHub
parent 0b6bd050a0
commit 3bed56d4d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15977 additions and 12417 deletions

View file

@ -11,7 +11,7 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9.0.2
version: 9.0.6
- name: Install Node.js
uses: actions/setup-node@v4

View file

@ -91,7 +91,7 @@ If you encounter any issues, ensure that you are using the following versions of
- Rust version: **1.75**
- Node version: **18.18**
- Pnpm version: **9.0.2**
- Pnpm version: **9.0.6**
After cleaning out your build artifacts using `pnpm clean`, `git clean`, or `cargo clean`, it is necessary to re-run the `setup-system` script.

4
Cargo.lock generated
View file

@ -8514,7 +8514,7 @@ dependencies = [
[[package]]
name = "sd-core"
version = "0.2.11"
version = "0.2.12"
dependencies = [
"aovec",
"async-channel",
@ -8763,7 +8763,7 @@ dependencies = [
[[package]]
name = "sd-desktop"
version = "0.2.11"
version = "0.2.12"
dependencies = [
"axum",
"directories 5.0.1",

View file

@ -1,6 +1,6 @@
[package]
name = "sd-desktop"
version = "0.2.11"
version = "0.2.12"
description = "The universal file manager."
authors = ["Spacedrive Technology Inc <support@spacedrive.com>"]
default-run = "sd-desktop"

View file

@ -1,6 +1,6 @@
[package]
name = "sd-core"
version = "0.2.11"
version = "0.2.12"
description = "Virtual distributed filesystem engine that powers Spacedrive."
authors = ["Spacedrive Technology Inc."]
rust-version = "1.75.0"

View file

@ -67,5 +67,6 @@
"eslintConfig": {
"root": true
},
"packageManager": "pnpm@9.0.2"
"packageManager": "pnpm@9.0.6",
"engineStrict": false
}

File diff suppressed because it is too large Load diff