-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
258 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"svelte-adapter-fastly": minor | ||
--- | ||
|
||
- Added Build step for custom entry files. entry files can now be written in Typescript and handle relative imports. | ||
- Added `experimentalTopLevelAwait` flag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,9 +40,10 @@ | |
"release": "changeset publish" | ||
}, | ||
"dependencies": { | ||
"@fastly/compute-js-static-publish": "^6.1.0", | ||
"@fastly/compute-js-static-publish": "^6.2.0", | ||
"@iarna/toml": "^2.2.5", | ||
"@fastly/js-compute": "^3.7.0" | ||
"@fastly/js-compute": "^3.29.2", | ||
"esbuild": "^0.24.2" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.8", | ||
|
@@ -54,8 +55,5 @@ | |
"peerDependencies": { | ||
"@sveltejs/kit": "^2.0.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"pnpm": "^9.0.0" | ||
} | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.