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 1
1
{
2
- "author" : " oss@fastly.com" ,
3
- "bugs" : {
4
- "url" : " https://github.com/fastly/compute-starter-kit-javascript-queue/issues"
5
- },
2
+ "type" : " commonjs" ,
3
+ "private" : true ,
6
4
"dependencies" : {
7
- "@fastly/js-compute" : " ^3.0.0 " ,
5
+ "@fastly/js-compute" : " ^3.33.2 " ,
8
6
"@upstash/redis" : " ^1.23.4" ,
9
7
"jws" : " ^4.0.0"
10
8
},
11
9
"devDependencies" : {
12
- "@fastly/cli" : " ^10.14 .0" ,
10
+ "@fastly/cli" : " ^11.0 .0" ,
13
11
"buffer" : " ^6.0.3" ,
14
12
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
15
- "webpack" : " ^5.89 .0" ,
13
+ "webpack" : " ^5.98 .0" ,
16
14
"webpack-cli" : " ^5.1.4"
17
15
},
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
- },
29
16
"scripts" : {
30
17
"prebuild" : " webpack" ,
31
18
"build" : " js-compute-runtime bin/index.js bin/main.wasm" ,
32
19
"start" : " fastly compute serve" ,
33
20
"deploy" : " fastly compute publish"
34
- },
35
- "version" : " 1.0.0-pre"
21
+ }
36
22
}
You can’t perform that action at this time.
0 commit comments