Skip to content

Commit

Permalink
bump version numbers and clean up package-lock.json in examples
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
  • Loading branch information
karthik2804 committed Aug 1, 2024
1 parent 6b4ba12 commit fd5e56a
Show file tree
Hide file tree
Showing 35 changed files with 23 additions and 35,967 deletions.
3,951 changes: 0 additions & 3,951 deletions examples/aws/s3/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/aws/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.600.0",
"@fermyon/spin-sdk": "^2.0.0-alpha.3"
"@fermyon/spin-sdk": "^2.0.0"
}
}
3,608 changes: 0 additions & 3,608 deletions examples/aws/sqs/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/aws/sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.600.0",
"@fermyon/spin-sdk": "^2.0.0-alpha.3"
"@fermyon/spin-sdk": "^2.0.0"
}
}
3,971 changes: 0 additions & 3,971 deletions examples/blob-storage/backblaze/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/blob-storage/backblaze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.600.0",
"@fermyon/spin-sdk": "^2.0.0-alpha.3",
"@fermyon/spin-sdk": "^2.0.0",
"uuid": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/common-patterns/outbound-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.0.0-alpha.3"
"@fermyon/spin-sdk": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/common-patterns/routing-requests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fermyon/spin-sdk": "^2.0.0-alpha.3"
"@fermyon/spin-sdk": "^2.0.0"
}
}
Loading

0 comments on commit fd5e56a

Please sign in to comment.