-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
f9a9bf5
commit d23e471
Showing
13 changed files
with
84 additions
and
10 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
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,7 @@ | ||
# @foxify/config | ||
|
||
## 1.1.1-beta.0 | ||
|
||
### Patch Changes | ||
|
||
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@foxify/config", | ||
"version": "1.1.0", | ||
"version": "1.1.1-beta.0", | ||
"description": "Foxify framework config", | ||
"homepage": "https://foxify.js.org", | ||
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)", | ||
|
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,14 @@ | ||
# foxify | ||
|
||
## 1.0.0-beta.1 | ||
|
||
### Patch Changes | ||
|
||
- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports | ||
|
||
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md | ||
|
||
- Updated dependencies [[`a482dac`](https://github.com/foxifyjs/foxify/commit/a482dacdb63fc61c6b380e3fdfcca3b0f5d54a35), [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4), [`cc4d60c`](https://github.com/foxifyjs/foxify/commit/cc4d60c3b075a440eb49f3637be215d142fc7fa5), [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4), [`6c2f50e`](https://github.com/foxifyjs/foxify/commit/6c2f50e80f905cdb6fb0f7b0546086e5fc71348d)]: | ||
- @foxify/http@1.0.0-beta.4 | ||
- @foxify/inject@1.1.1-beta.0 | ||
- @foxify/router@1.0.0-beta.4 |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "foxify", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "The fast, easy to use & typescript ready web framework for Node.js", | ||
"homepage": "https://foxify.js.org", | ||
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)", | ||
|
@@ -66,8 +66,8 @@ | |
"./package.json": "./package.json" | ||
}, | ||
"peerDependencies": { | ||
"@foxify/http": "^1", | ||
"@foxify/router": "^1", | ||
"@foxify/http": "^1.0.0-beta.4", | ||
"@foxify/router": "^1.0.0-beta.4", | ||
"@types/node": ">=16", | ||
"prototyped.js": "^1" | ||
}, | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@foxify/fresh", | ||
"version": "1.2.0-beta.0", | ||
"version": "1.2.0-beta.1", | ||
"description": "HTTP response freshness testing", | ||
"homepage": "https://foxify.js.org", | ||
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@foxify/http", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "Foxify HTTP module", | ||
"homepage": "https://foxify.js.org", | ||
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)", | ||
|
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,9 @@ | ||
# @foxify/inject | ||
|
||
## 1.1.1-beta.0 | ||
|
||
### Patch Changes | ||
|
||
- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports | ||
|
||
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@foxify/inject", | ||
"version": "1.1.0", | ||
"version": "1.1.1-beta.0", | ||
"description": "Fake HTTP injection library", | ||
"homepage": "https://foxify.js.org", | ||
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)", | ||
|
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,12 @@ | ||
# @foxify/router | ||
|
||
## 1.0.0-beta.4 | ||
|
||
### Patch Changes | ||
|
||
- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports | ||
|
||
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md | ||
|
||
- Updated dependencies [[`a482dac`](https://github.com/foxifyjs/foxify/commit/a482dacdb63fc61c6b380e3fdfcca3b0f5d54a35), [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4), [`cc4d60c`](https://github.com/foxifyjs/foxify/commit/cc4d60c3b075a440eb49f3637be215d142fc7fa5), [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4), [`6c2f50e`](https://github.com/foxifyjs/foxify/commit/6c2f50e80f905cdb6fb0f7b0546086e5fc71348d)]: | ||
- @foxify/http@1.0.0-beta.4 |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@foxify/router", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "Foxify HTTP router", | ||
"homepage": "https://foxify.js.org", | ||
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)", | ||
|
@@ -54,7 +54,7 @@ | |
"./package.json": "./package.json" | ||
}, | ||
"peerDependencies": { | ||
"@foxify/http": "^1", | ||
"@foxify/http": "^1.0.0-beta.4", | ||
"@types/node": ">=16", | ||
"prototyped.js": "^3" | ||
}, | ||
|