File tree Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change 11{
2- 3- "bugs" : {
4- "url" : " https://github.com/fastly/compute-starter-kit-javascript-queue/issues"
5- },
2+ "type" : " commonjs" ,
3+ "private" : true ,
64 "dependencies" : {
7- "@fastly/js-compute" : " ^3.0.0 " ,
5+ "@fastly/js-compute" : " ^3.33.2 " ,
86 "@upstash/redis" : " ^1.23.4" ,
97 "jws" : " ^4.0.0"
108 },
119 "devDependencies" : {
12- "@fastly/cli" : " ^10.14 .0" ,
10+ "@fastly/cli" : " ^11.0 .0" ,
1311 "buffer" : " ^6.0.3" ,
1412 "node-polyfill-webpack-plugin" : " ^2.0.1" ,
15- "webpack" : " ^5.89 .0" ,
13+ "webpack" : " ^5.98 .0" ,
1614 "webpack-cli" : " ^5.1.4"
1715 },
18- "engines" : {
19- "node" : " ^18.0.0"
20- },
21- "homepage" : " https://developer.fastly.com/solutions/starters/compute-starter-kit-javascript-queue" ,
22- "license" : " MIT" ,
23- "main" : " src/index.js" ,
24- "name" : " compute-starter-kit-javascript-queue" ,
25- "repository" : {
26- "type" : " git" ,
27- "url" : " git+https://github.com/fastly/compute-starter-kit-javascript-queue.git"
28- },
2916 "scripts" : {
3017 "prebuild" : " webpack" ,
3118 "build" : " js-compute-runtime bin/index.js bin/main.wasm" ,
3219 "start" : " fastly compute serve" ,
3320 "deploy" : " fastly compute publish"
34- },
35- "version" : " 1.0.0-pre"
21+ }
3622}
You can’t perform that action at this time.
0 commit comments