-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add] GitHub PR badges [optimize] support Custom Base URLs for GitHub OAuth 2 [optimize] update Upstream packages & support NPM provenance
- Loading branch information
Showing
7 changed files
with
195 additions
and
142 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- icon: visualstudio | ||
label: 'GitHub.dev' | ||
message: 'PR-$prNumber' | ||
color: 'blue' | ||
url: 'https://github.dev/$owner/$repo/pull/$prNumber' | ||
|
||
- icon: github | ||
label: 'GitHub codespaces' | ||
message: 'PR-$prNumber' | ||
color: 'black' | ||
url: 'https://codespaces.new/$owner/$repo/pull/$prNumber' | ||
|
||
- icon: git | ||
label: 'GitPod.io' | ||
message: 'PR-$prNumber' | ||
color: 'orange' | ||
url: 'https://gitpod.io/?autostart=true#https://github.com/$owner/$repo/pull/$prNumber' |
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
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
provenance = true | ||
auto-install-peers = false |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "next-ssr-middleware", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"license": "LGPL-3.0-or-later", | ||
"author": "[email protected]", | ||
"description": "Koa-like middlewares for Next.js Server Side Rendering", | ||
|
@@ -32,15 +32,15 @@ | |
}, | ||
"devDependencies": { | ||
"@types/jsonwebtoken": "^9.0.6", | ||
"@types/node": "^18.19.39", | ||
"husky": "^9.0.11", | ||
"koajax": "^1.1.2", | ||
"lint-staged": "^15.2.7", | ||
"@types/node": "^18.19.45", | ||
"husky": "^9.1.5", | ||
"koajax": "^2.0.0", | ||
"lint-staged": "^15.2.9", | ||
"next": "^14.2.5", | ||
"open-cli": "^8.0.0", | ||
"prettier": "^3.3.3", | ||
"typedoc": "^0.26.4", | ||
"typescript": "~5.5.3" | ||
"typedoc": "^0.26.6", | ||
"typescript": "~5.5.4" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
|
Oops, something went wrong.