Skip to content

Commit

Permalink
Update @astrojs/node (fork) dependency (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz authored Dec 20, 2023
1 parent 72cfe83 commit 7f73b12
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 49 deletions.
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.5

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.5

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.5

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.0.4

### 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.4",
"version": "0.0.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"turbo": "^1.11.2"
},
"pnpm": {
"patchedDependencies": {
"@astrojs/[email protected]": "patches/@[email protected]"
}
}
}
6 changes: 6 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-aws-amplify

## 0.0.8

### Patch Changes

- Update @astrojs/node (fork) dependency

## 0.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.0.8",
"private": false,
"description": "Deploy Astro to AWS Amplify (SSR)",
"keywords": [
Expand All @@ -24,11 +24,11 @@
"./server": "./src/server.ts"
},
"peerDependencies": {
"@astrojs/node": "^7.0.1",
"astrojs-node-aws-amplify": "^7.0.1",
"astro": "^4.0.0"
},
"dependencies": {
"@astrojs/node": "^7.0.1",
"astrojs-node-aws-amplify": "^7.0.1",
"astro": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { SSRManifest } from "astro";
import { NodeApp, applyPolyfills } from "astro/app/node";

import startServer from "@astrojs/node/standalone.js";
import type { Options } from "@astrojs/node/types.js";
import startServer from "astrojs-node-aws-amplify/standalone.js";
import type { Options } from "astrojs-node-aws-amplify/types.js";

applyPolyfills();
export function createExports(manifest: SSRManifest, options: Options) {
Expand Down
15 changes: 0 additions & 15 deletions patches/@[email protected]

This file was deleted.

36 changes: 15 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f73b12

Please sign in to comment.