We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cae3646 + 06ba61a commit bca3a30Copy full SHA for bca3a30
package.json
@@ -1,9 +1,11 @@
1
{
2
+ "type": "module",
3
+ "private": true,
4
"dependencies": {
- "@fastly/js-compute": "^3.30.1"
5
+ "@fastly/js-compute": "^3.33.2"
6
},
7
"devDependencies": {
- "@fastly/cli": "^10.14.0"
8
+ "@fastly/cli": "^11.0.0"
9
10
"scripts": {
11
"build": "js-compute-runtime src/index.js bin/main.wasm",
0 commit comments