Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/pnpm
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sprout-workspace",
"private": true,
"packageManager": "pnpm@10.33.4",
"packageManager": "pnpm@11.1.3",
"scripts": {
"check": "pnpm -r check"
},
Expand Down
21 changes: 0 additions & 21 deletions patches/isomorphic-git.patch

This file was deleted.

23 changes: 23 additions & 0 deletions patches/isomorphic-git@1.38.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
diff --git a/package.json b/package.json
index 330b0513126e2ace570d8ba5664b49a2903a9b37..46e5b3e5fa7297e2cd6c47eb8eb4f4de504e4c5d 100644
--- a/package.json
+++ b/package.json
@@ -8,13 +8,13 @@
"module": "./index.js",
"exports": {
".": {
- "node": {
- "types": "./index.d.cts",
- "default": "./index.cjs"
- },
- "default": {
+ "import": {
"types": "./index.d.ts",
"default": "./index.js"
+ },
+ "require": {
+ "types": "./index.d.cts",
+ "default": "./index.cjs"
}
},
"./http/node": {
13 changes: 4 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- "desktop"
- "web"
allowBuilds:
esbuild: true
patchedDependencies:
isomorphic-git: patches/isomorphic-git.patch
isomorphic-git@1.38.1: patches/isomorphic-git@1.38.1.patch
Loading