Skip to content

Commit 5fd5a42

Browse files
authored
Merge pull request #7 from fastly/sdk-3-4-0
SDK 3.4.0
2 parents b2e2c85 + 521ee93 commit 5fd5a42

File tree

3 files changed

+30
-53
lines changed

3 files changed

+30
-53
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

npm-shrinkwrap.json

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

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"name": "compute-starter-kit-javascript-openapi-validation",
3-
"version": "0.5.0",
4-
"main": "src/index.js",
5-
"author": "oss@fastly.com",
6-
"license": "MIT",
72
"engines": {
83
"node": "^18"
94
},
@@ -19,7 +14,7 @@
1914
"webpack-cli": "^5.0.1"
2015
},
2116
"dependencies": {
22-
"@fastly/js-compute": "^3.0.0"
17+
"@fastly/js-compute": "^3.4.0"
2318
},
2419
"scripts": {
2520
"prebuild": "webpack",

0 commit comments

Comments
 (0)