-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected] - @imho/[email protected]
- Loading branch information
xzhavilla
committed
Jul 28, 2023
1 parent
f03204e
commit b134d3c
Showing
15 changed files
with
113 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2023-07-28) | ||
|
||
|
||
### Features | ||
|
||
* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) |
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": "@imho/http-effect-ts-axios", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -18,12 +18,12 @@ | |
"prepack": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@imho/http-fp-ts-axios": "*" | ||
"@imho/http-fp-ts-axios": "^0.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@effect-ts/core": "^0.60.5", | ||
"@imho/clock-effect-ts": "^0.1.1", | ||
"@imho/http-effect-ts": "*", | ||
"@imho/http-effect-ts": "^0.1.0", | ||
"@imho/log-effect-ts": "^0.3.1", | ||
"axios": "^1.4.0" | ||
}, | ||
|
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,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2023-07-28) | ||
|
||
|
||
### Features | ||
|
||
* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) |
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": "@imho/http-effect-ts", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -23,8 +23,8 @@ | |
"peerDependencies": { | ||
"@effect-ts/core": "^0.60.5", | ||
"@imho/effect-effect-ts": "^0.3.2 || ^0.4.0", | ||
"@imho/http": "*", | ||
"@imho/http-fp-ts": "*" | ||
"@imho/http": "^0.1.0", | ||
"@imho/http-fp-ts": "^0.1.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
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,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2023-07-28) | ||
|
||
|
||
### Features | ||
|
||
* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) |
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": "@imho/http-fp-ts-axios", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -19,8 +19,8 @@ | |
}, | ||
"peerDependencies": { | ||
"@imho/clock-fp-ts": "^0.1.0", | ||
"@imho/http": "*", | ||
"@imho/http-fp-ts": "*", | ||
"@imho/http": "^0.1.0", | ||
"@imho/http-fp-ts": "^0.1.0", | ||
"@imho/log-fp-ts": "^0.3.0", | ||
"axios": "^1.4.0", | ||
"fp-ts": "^2.16.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2023-07-28) | ||
|
||
|
||
### Features | ||
|
||
* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) |
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": "@imho/http-fp-ts", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -19,7 +19,7 @@ | |
}, | ||
"peerDependencies": { | ||
"@imho/effect-fp-ts": "^0.3.2", | ||
"@imho/http": "*", | ||
"@imho/http": "^0.1.0", | ||
"fp-ts": "^2.16.0" | ||
}, | ||
"publishConfig": { | ||
|
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,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2023-07-28) | ||
|
||
|
||
### Features | ||
|
||
* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) |
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": "@imho/http-raw-axios", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -18,11 +18,11 @@ | |
"prepack": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@imho/http-fp-ts-axios": "*" | ||
"@imho/http-fp-ts-axios": "^0.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@imho/clock-raw": "^0.1.1", | ||
"@imho/http-raw": "*", | ||
"@imho/http-raw": "^0.1.0", | ||
"@imho/log-raw": "^0.3.0", | ||
"axios": "^1.4.0" | ||
}, | ||
|
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,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2023-07-28) | ||
|
||
|
||
### Features | ||
|
||
* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) |
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": "@imho/http-raw", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|
@@ -22,8 +22,8 @@ | |
}, | ||
"peerDependencies": { | ||
"@imho/effect-raw": "^0.3.2", | ||
"@imho/http": "*", | ||
"@imho/http-fp-ts": "*" | ||
"@imho/http": "^0.1.0", | ||
"@imho/http-fp-ts": "^0.1.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
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,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2023-07-28) | ||
|
||
|
||
### Features | ||
|
||
* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) |
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": "@imho/http", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "", | ||
"license": "MIT", | ||
"author": "Alberto Villa <[email protected]>", | ||
|