Skip to content

Commit

Permalink
updating templates and 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 Sep 13, 2023
1 parent 39efd1f commit aafcf95
Show file tree
Hide file tree
Showing 27 changed files with 76 additions and 74 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- "v*"
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
CARGO_TERM_COLOR: always

Expand Down
14 changes: 7 additions & 7 deletions examples/javascript/hello_world/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 examples/javascript/hello_world/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"
}
}
14 changes: 7 additions & 7 deletions examples/javascript/outbound-http/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 examples/javascript/outbound-http/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"
}
}
14 changes: 7 additions & 7 deletions examples/javascript/planetscale/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 examples/javascript/planetscale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"dependencies": {
"@planetscale/database": "^1.4.0",
"@fermyon/spin-sdk": "^0.5.0"
"@fermyon/spin-sdk": "^0.6.0"
}
}
14 changes: 7 additions & 7 deletions examples/javascript/simple_ssr/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 examples/javascript/simple_ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@fermyon/spin-sdk": "^0.5.0"
"@fermyon/spin-sdk": "^0.6.0"
}
}
8 changes: 4 additions & 4 deletions examples/javascript/sqlite/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 examples/javascript/sqlite/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"
}
}
8 changes: 4 additions & 4 deletions examples/typescript/hello_world/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 examples/typescript/hello_world/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"
}
}
8 changes: 4 additions & 4 deletions examples/typescript/outbound_http/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 examples/typescript/outbound_http/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"
}
}
8 changes: 4 additions & 4 deletions examples/typescript/outbound_mysql/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 examples/typescript/outbound_mysql/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"
}
}
8 changes: 4 additions & 4 deletions examples/typescript/outbound_pg/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 examples/typescript/outbound_pg/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"
}
}
8 changes: 4 additions & 4 deletions examples/typescript/outbound_redis/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 examples/typescript/outbound_redis/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"
}
}
8 changes: 4 additions & 4 deletions examples/typescript/planetscale/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 examples/typescript/planetscale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"@planetscale/database": "^1.3.0",
"@fermyon/spin-sdk": "^0.5.0"
"@fermyon/spin-sdk": "^0.6.0"
}
}
Loading

0 comments on commit aafcf95

Please sign in to comment.