Skip to content

Commit fad4c71

Browse files
committed
Sync
1 parent 84c14f7 commit fad4c71

File tree

5 files changed

+187
-33
lines changed

5 files changed

+187
-33
lines changed

cli/.changeset/heavy-hairs-suffer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"open-next": patch
3+
---
4+
5+
Sync
File renamed without changes.

cli/package-lock.json

Lines changed: 161 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "open-next",
3-
"version": "0.0.0-20221205225535",
4-
"description": "",
3+
"version": "0.0.1",
4+
"description": "Open source Next.js serverless adapter",
55
"homepage": "https://open-next.js.org",
66
"type": "module",
77
"main": "src/build",
@@ -16,18 +16,28 @@
1616
},
1717
"keywords": [],
1818
"author": "",
19-
"license": "ISC",
19+
"license": "MIT",
2020
"dependencies": {
2121
"@changesets/changelog-github": "^0.4.4",
2222
"@changesets/cli": "^2.22.0",
2323
"@tsconfig/node16": "^1.0.3",
2424
"@vercel/build-utils": "^5.7.0",
2525
"@vercel/next": "^3.3.2",
2626
"esbuild": "^0.15.18",
27+
"node-fetch": "^3.3.0",
28+
"serverless-http": "^3.1.0",
2729
"yargs": "^17.6.2"
2830
},
2931
"devDependencies": {
3032
"@types/node": "^18.11.10",
3133
"typescript": "^4.9.3"
34+
},
35+
"bugs": {
36+
"url": "https://github.com/serverless-stack/open-next/issues"
37+
},
38+
"repository": {
39+
"type": "git",
40+
"url": "git+https://github.com/serverless-stack/open-next.git",
41+
"directory": "cli"
3242
}
3343
}

0 commit comments

Comments
 (0)