-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cc6f0d
commit af01d14
Showing
4 changed files
with
38 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,5 +122,10 @@ | |
"prebuilds/win32-arm64-wireguard-go" | ||
], | ||
"provenance": true | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@effect/[email protected]": "patches/@[email protected]" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/main.js b/main.js | ||
index febfc0769239db5f0c95a6f80620241b9866c298..adc7f793b7b330a4471d3cdd01750fb53169c626 100755 | ||
--- a/main.js | ||
+++ b/main.js | ||
@@ -32030,6 +32030,10 @@ var _PackageJson = class _PackageJson extends Class3("PackageJson")({ | ||
provenance: optionalWith(Boolean$, { default: () => false }), | ||
executableFiles: optional(Array$(String$)) | ||
})), | ||
+ homepage: optional(String$), | ||
+ keywords: optional(Array$(String$)), | ||
+ bugs: optional(Record(String$, String$)), | ||
+ engines: optional(Record(String$, String$)), | ||
license: String$, | ||
author: optional(String$), | ||
repository: Union2( | ||
@@ -32168,6 +32172,10 @@ var run10 = gen2(function* (_) { | ||
addOptional("optionalDependencies"); | ||
addOptional("gitHead"); | ||
addOptional("bin"); | ||
+ addOptional("keywords"); | ||
+ addOptional("homepage"); | ||
+ addOptional("bugs"); | ||
+ addOptional("engines"); | ||
if (ctx.hasMain) { | ||
out.exports["."] = {}; | ||
if (ctx.hasMainMjs) { |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.