Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added @astrojs/node (patched) dependency #12

Merged
merged 2 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/pink-snakes-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-boxes-juggle.md

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use-node-version=18.14.1
publish-branch=main
save-prefix=""
link-workspace-packages=false
7 changes: 7 additions & 0 deletions demos/base-path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# base-path

## 0.0.4

### Patch Changes

- Updated dependencies [[`f719462`](https://github.com/alexnguyennz/astro-aws-amplify/commit/f71946256dd1b62896bd49458eb9860f2da9ac94), [`22731af`](https://github.com/alexnguyennz/astro-aws-amplify/commit/22731af0794e054be7e55680f1bfe8d1c7dde7e0)]:
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/base-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "base-path",
"type": "module",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions demos/blog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# blog

## 0.0.4

### Patch Changes

- Updated dependencies [[`f719462`](https://github.com/alexnguyennz/astro-aws-amplify/commit/f71946256dd1b62896bd49458eb9860f2da9ac94), [`22731af`](https://github.com/alexnguyennz/astro-aws-amplify/commit/22731af0794e054be7e55680f1bfe8d1c7dde7e0)]:
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blog",
"type": "module",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions demos/hybrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hybrid

## 0.0.4

### Patch Changes

- Updated dependencies [[`f719462`](https://github.com/alexnguyennz/astro-aws-amplify/commit/f71946256dd1b62896bd49458eb9860f2da9ac94), [`22731af`](https://github.com/alexnguyennz/astro-aws-amplify/commit/22731af0794e054be7e55680f1bfe8d1c7dde7e0)]:
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demos/hybrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hybrid",
"type": "module",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"turbo": "^1.11.2"
},
"pnpm": {
"patchedDependencies": {
"@astrojs/[email protected]": "patches/@[email protected]"
}
}
}
10 changes: 10 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# astro-aws-amplify

## 0.0.7

### Patch Changes

- [#10](https://github.com/alexnguyennz/astro-aws-amplify/pull/10) [`f719462`](https://github.com/alexnguyennz/astro-aws-amplify/commit/f71946256dd1b62896bd49458eb9860f2da9ac94) Thanks [@alexnguyennz](https://github.com/alexnguyennz)! - Added deployment build specifications

- [#11](https://github.com/alexnguyennz/astro-aws-amplify/pull/11) [`22731af`](https://github.com/alexnguyennz/astro-aws-amplify/commit/22731af0794e054be7e55680f1bfe8d1c7dde7e0) Thanks [@alexnguyennz](https://github.com/alexnguyennz)! - Update features description (middleware)

---

## 0.0.6

### Patch Changes
Expand Down
15 changes: 5 additions & 10 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-aws-amplify",
"version": "0.0.6",
"version": "0.0.7",
"private": false,
"description": "Deploy Astro to AWS Amplify (SSR)",
"keywords": [
Expand All @@ -24,16 +24,11 @@
"./server": "./src/server.ts"
},
"peerDependencies": {
"astro": "^4.0.3"
"@astrojs/node": "^7.0.1",
"astro": "^4.0.0"
},
"dependencies": {
"astro": "^4.0.3",
"send": "^0.18.0",
"server-destroy": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/send": "^0.17.4",
"@types/server-destroy": "^1.0.3"
"@astrojs/node": "^7.0.1",
"astro": "^4.0.0"
}
}
36 changes: 0 additions & 36 deletions packages/adapter/src/node/createOutgoingHttpHeaders.ts

This file was deleted.

54 changes: 0 additions & 54 deletions packages/adapter/src/node/get-network-address.ts

This file was deleted.

141 changes: 0 additions & 141 deletions packages/adapter/src/node/http-server.ts

This file was deleted.

Loading