Skip to content

Commit c1f74e0

Browse files
author
James Bray
committed
Update for 1.0.0-next.380
1 parent 0e2b082 commit c1f74e0

File tree

4 files changed

+65
-60
lines changed

4 files changed

+65
-60
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const config = {
2626

2727
export default config;
2828
```
29-
Copy `serverless.yml` from the root of this repo to the root of your project, make sure to change the service name in `serverless.yml`.
29+
Copy `serverless.yml` from the root of this repo to the root of your project, make sure to change the service name.
3030

3131
After building your app run `sls deploy` to deploy code to AWS using the build tool [serverless](https://www.serverless.com/).
3232

@@ -41,6 +41,7 @@ As SvelteKit is still in early development, there are often breaking changes mad
4141
## Versions
4242
| Adapter Version| Sveltekit Version |
4343
| ---------------| ----------------- |
44+
| 0.10.x | 1.0.0-next.380 |
4445
| 0.9.x | 1.0.0-next.348 |
4546
| 0.6.x - 0.8.x | 1.0.0-next.301 |
4647
| 0.5.x | 1.0.0-next.286 |

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ module.exports = function ({ out = 'build' } = {}) {
3838

3939
builder.log.minor('Copying assets');
4040
builder.writeClient(static_directory);
41-
builder.writeStatic(static_directory);
42-
4341

4442
builder.log.minor('Copying server');
4543
builder.writeServer(out);

package-lock.json

+62-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarbsemaj/adapter-lambda",
3-
"version": "0.9.4",
3+
"version": "0.10.0",
44
"license": "MIT",
55
"description": "An adapter for [SvelteKit](https://kit.svelte.dev/) for AWS Lambda via Lambda Proxy and API Gateway. [Serverless](https://www.serverless.com/) deployment.",
66
"repository": {

0 commit comments

Comments
 (0)