We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3541581 commit c4986ceCopy full SHA for c4986ce
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@marcus-rise/next-api-interceptor",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"license": "MIT",
5
"description": "Interceptor for serverless nextjs api",
6
"author": {
@@ -52,13 +52,13 @@
52
"eslint-config-prettier": "^8.5.0",
53
"eslint-plugin-prettier": "^4.2.1",
54
"jest": "^28.1.3",
55
+ "next": "^12.2.5",
56
"prettier": "^2.7.1",
57
"rimraf": "^3.0.2",
58
"rollup": "^2.77.0",
59
"rollup-plugin-dts": "^4.2.2",
60
"rollup-plugin-terser": "^7.0.2",
61
"ts-jest": "^28.0.8",
- "typescript": "^4.7.4",
62
- "next": "^12.2.5"
+ "typescript": "^4.7.4"
63
}
64
0 commit comments