Skip to content

Commit

Permalink
Merge pull request #109 from hearchco/as/chore/external-npm-sveltejs-kit
Browse files Browse the repository at this point in the history
fix(esbuild): external npm:@sveltejs/kit
  • Loading branch information
aleksasiriski authored Jul 8, 2024
2 parents 06a3f6b + 1edce08 commit 87db54e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function (options = {}) {
platform: 'node',
target: 'esnext',
format: 'esm',
external: ['aws-sdk', '@sveltejs/kit'],
external: ['aws-sdk', '@sveltejs/kit', 'npm:@sveltejs/kit'],
banner: {
js: edgeBanner
},
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hearchco/sveltekit-adapter-aws",
"version": "0.1.8",
"version": "0.1.9",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hearchco/sveltekit-adapter-aws",
"version": "0.1.8",
"version": "0.1.9",
"description": "SvelteKit AWS universal adapter for creating necessary assets and code which can later be deployed using a custom IaC pipeline",
"repository": {
"type": "git",
Expand Down

0 comments on commit 87db54e

Please sign in to comment.