Skip to content

Commit

Permalink
Merge pull request #188 from karthik2804/update-template_and_version
Browse files Browse the repository at this point in the history
update npm package version and templates
  • Loading branch information
karthik2804 committed Sep 5, 2023
2 parents 5caf421 + f41a89d commit 30eaa97
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/spin-js-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spin-js-cli"
version = "0.5.1"
version = "0.6.0"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/spin-js-engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spin-js-engine"
version = "0.5.1"
version = "0.6.0"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions spin-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spin-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fermyon/spin-sdk",
"version": "0.5.0",
"version": "0.6.0-rc.0",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion templates/http-js/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fermyon/spin-sdk": "^0.5.0"
"@fermyon/spin-sdk": "0.6.0-rc.0"
}
}
2 changes: 1 addition & 1 deletion templates/http-ts/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fermyon/spin-sdk": "^0.5.0"
"@fermyon/spin-sdk": "0.6.0-rc.0"
}
}

0 comments on commit 30eaa97

Please sign in to comment.