Skip to content

Commit

Permalink
chore(main): release iso-web 1.0.6 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored May 16, 2024
1 parent 71562ae commit 0c1fe1a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/iso-passkeys": "0.2.2",
"packages/iso-did": "1.6.0",
"packages/iso-signatures": "0.3.2",
"packages/iso-web": "1.0.5",
"packages/iso-web": "1.0.6",
"packages/iso-kv": "3.0.3",
"packages/iso-websocket": "0.2.0",
"packages/configs": "0.1.7"
Expand Down
7 changes: 7 additions & 0 deletions packages/iso-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.6](https://github.com/hugomrdias/iso-repo/compare/iso-web-v1.0.5...iso-web-v1.0.6) (2024-05-16)


### Bug Fixes

* update readme and descriptions ([5c9c2cc](https://github.com/hugomrdias/iso-repo/commit/5c9c2cca303efa513be94a45ff10e5e5b9ea4a06))

## [1.0.5](https://github.com/hugomrdias/iso-repo/compare/iso-web-v1.0.4...iso-web-v1.0.5) (2024-03-25)


Expand Down
40 changes: 30 additions & 10 deletions packages/iso-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iso-web",
"type": "module",
"version": "1.0.5",
"version": "1.0.6",
"description": "Isomorphic web apis utilities for fetch, signals, crypto and doh.",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
"license": "MIT",
Expand Down Expand Up @@ -68,13 +68,27 @@
},
"typesVersions": {
"*": {
"crypto": ["dist/src/crypto"],
"signals": ["dist/src/signals"],
"http": ["dist/src/http"],
"doh": ["dist/src/doh/index"],
"msw": ["dist/src/msw/msw"],
"dnslink": ["dist/src/doh/dnslink"],
"types": ["dist/src/types"]
"crypto": [
"dist/src/crypto"
],
"signals": [
"dist/src/signals"
],
"http": [
"dist/src/http"
],
"doh": [
"dist/src/doh/index"
],
"msw": [
"dist/src/msw/msw"
],
"dnslink": [
"dist/src/doh/dnslink"
],
"types": [
"dist/src/types"
]
}
},
"files": [
Expand Down Expand Up @@ -110,8 +124,14 @@
"provenance": true
},
"depcheck": {
"specials": ["bin"],
"ignores": ["@types/*", "assert", "type-fest"]
"specials": [
"bin"
],
"ignores": [
"@types/*",
"assert",
"type-fest"
]
},
"msw": {
"workerDirectory": "test/mocks"
Expand Down

0 comments on commit 0c1fe1a

Please sign in to comment.