-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into feat/add-iana-ipfs
- Loading branch information
Showing
22 changed files
with
775 additions
and
597 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "10:00" | ||
open-pull-requests-limit: 20 | ||
commit-message: | ||
prefix: "deps" | ||
prefix-development: "deps(dev)" |
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,27 @@ | ||
name: test & maybe release | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
id-token: write | ||
packages: write | ||
pull-requests: write | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
js-test-and-release: | ||
uses: pl-strflt/uci/.github/workflows/[email protected] | ||
secrets: | ||
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }} | ||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }} |
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 @@ | ||
name: Semantic PR | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
- edited | ||
- synchronize | ||
|
||
jobs: | ||
main: | ||
uses: pl-strflt/.github/.github/workflows/[email protected] |
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,13 @@ | ||
name: Close and mark stale issue | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
stale: | ||
uses: pl-strflt/.github/.github/workflows/[email protected] |
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,41 +1,9 @@ | ||
package-lock.json | ||
yarn.lock | ||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
node_modules | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
build | ||
dist | ||
lib | ||
docs | ||
.docs | ||
.coverage | ||
node_modules | ||
package-lock.json | ||
yarn.lock | ||
.vscode |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 |
---|---|---|
@@ -1,3 +1,83 @@ | ||
## [8.0.4](https://github.com/ipfs-shipyard/is-ipfs/compare/v8.0.3...v8.0.4) (2024-02-06) | ||
|
||
|
||
### Dependencies | ||
|
||
* bump multiformats from 11.0.2 to 13.0.1 ([#92](https://github.com/ipfs-shipyard/is-ipfs/issues/92)) ([552d1e6](https://github.com/ipfs-shipyard/is-ipfs/commit/552d1e6f89107776451e158b52e3e901c96be999)) | ||
* bump uint8arrays from 4.0.10 to 5.0.1 ([#93](https://github.com/ipfs-shipyard/is-ipfs/issues/93)) ([3cb3722](https://github.com/ipfs-shipyard/is-ipfs/commit/3cb3722972d8613234826d6848a878030b262e89)) | ||
|
||
## [8.0.3](https://github.com/ipfs-shipyard/is-ipfs/compare/v8.0.2...v8.0.3) (2024-02-06) | ||
|
||
|
||
### Dependencies | ||
|
||
* **dev:** bump aegir from 37.12.1 to 42.2.3 ([#90](https://github.com/ipfs-shipyard/is-ipfs/issues/90)) ([555e75f](https://github.com/ipfs-shipyard/is-ipfs/commit/555e75fdfafa094fd94fb2c6336f74c9b809facc)) | ||
|
||
## [8.0.2](https://github.com/ipfs-shipyard/is-ipfs/compare/v8.0.1...v8.0.2) (2024-02-06) | ||
|
||
|
||
### Trivial Changes | ||
|
||
* add or force update .github/workflows/js-test-and-release.yml ([#87](https://github.com/ipfs-shipyard/is-ipfs/issues/87)) ([a0c32d5](https://github.com/ipfs-shipyard/is-ipfs/commit/a0c32d5da7c586c373384d707a4f159621081c75)) | ||
* delete templates [skip ci] ([#86](https://github.com/ipfs-shipyard/is-ipfs/issues/86)) ([6bc0a79](https://github.com/ipfs-shipyard/is-ipfs/commit/6bc0a7943073b8d06f74569e9130148783c10fbe)) | ||
|
||
|
||
### Dependencies | ||
|
||
* bump @multiformats/mafmt from 11.1.2 to 12.1.6 ([#91](https://github.com/ipfs-shipyard/is-ipfs/issues/91)) ([9be42f1](https://github.com/ipfs-shipyard/is-ipfs/commit/9be42f1c23c4861f545110b624c952b741f40ecf)) | ||
* bump @multiformats/multiaddr from 11.6.1 to 12.1.14 ([#89](https://github.com/ipfs-shipyard/is-ipfs/issues/89)) ([6b1a651](https://github.com/ipfs-shipyard/is-ipfs/commit/6b1a65187f02ce523ff41370edec748fa736fa56)) | ||
|
||
## [8.0.1](https://github.com/ipfs-shipyard/is-ipfs/compare/v8.0.0...v8.0.1) (2023-01-07) | ||
|
||
|
||
### Documentation | ||
|
||
* publish api docs ([#68](https://github.com/ipfs-shipyard/is-ipfs/issues/68)) ([310dbf6](https://github.com/ipfs-shipyard/is-ipfs/commit/310dbf6870e64172c2e5bc5e610bb0514e59f3c9)) | ||
|
||
## [8.0.0](https://github.com/ipfs-shipyard/is-ipfs/compare/v7.0.3...v8.0.0) (2023-01-07) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* bump multiformats from 10.0.3 to 11.0.0 (#67) | ||
|
||
### Dependencies | ||
|
||
* bump multiformats from 10.0.3 to 11.0.0 ([#67](https://github.com/ipfs-shipyard/is-ipfs/issues/67)) ([680dcd4](https://github.com/ipfs-shipyard/is-ipfs/commit/680dcd4ecbb32a1b5c26814a00baf79c0e9ef496)) | ||
|
||
## [7.0.3](https://github.com/ipfs-shipyard/is-ipfs/compare/v7.0.2...v7.0.3) (2022-10-18) | ||
|
||
|
||
### Dependencies | ||
|
||
* bump multiformats from 9.9.0 to 10.0.1 ([#60](https://github.com/ipfs-shipyard/is-ipfs/issues/60)) ([ff0933b](https://github.com/ipfs-shipyard/is-ipfs/commit/ff0933beb4325ef1303813634a2ebdf3a08ec350)) | ||
* bump uint8arrays from 3.1.1 to 4.0.2 ([#59](https://github.com/ipfs-shipyard/is-ipfs/issues/59)) ([5e9af3d](https://github.com/ipfs-shipyard/is-ipfs/commit/5e9af3de48dda65d0213872e591596143ccd4386)) | ||
|
||
## [7.0.2](https://github.com/ipfs-shipyard/is-ipfs/compare/v7.0.1...v7.0.2) (2022-09-21) | ||
|
||
|
||
### Documentation | ||
|
||
* update readme toc ([#56](https://github.com/ipfs-shipyard/is-ipfs/issues/56)) ([fb97e30](https://github.com/ipfs-shipyard/is-ipfs/commit/fb97e30a09d76e38512c48ff36857242bb5f8260)) | ||
|
||
## [7.0.1](https://github.com/ipfs-shipyard/is-ipfs/compare/v7.0.0...v7.0.1) (2022-09-21) | ||
|
||
|
||
### Documentation | ||
|
||
* update readme examples to be esm ([#55](https://github.com/ipfs-shipyard/is-ipfs/issues/55)) ([e0d1353](https://github.com/ipfs-shipyard/is-ipfs/commit/e0d13534ec18d4290aa4293669c469a56bd7d8b6)) | ||
|
||
## [7.0.0](https://github.com/ipfs-shipyard/is-ipfs/compare/v6.0.2...v7.0.0) (2022-09-21) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* this module is now ESM only | ||
|
||
### Features | ||
|
||
* convert to typescript ([#53](https://github.com/ipfs-shipyard/is-ipfs/issues/53)) ([bc9cd3e](https://github.com/ipfs-shipyard/is-ipfs/commit/bc9cd3ecb875aa23a5d3dd1612822fe09ef8b382)) | ||
|
||
## [6.0.2](https://github.com/ipfs/is-ipfs/compare/v6.0.1...v6.0.2) (2021-08-23) | ||
|
||
|
||
|
@@ -302,6 +382,3 @@ Signed-off-by: Marcin Rataj <[email protected]> | |
|
||
<a name="0.0.2"></a> | ||
## 0.0.2 (2016-02-02) | ||
|
||
|
||
|
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,21 +1,4 @@ | ||
The MIT License (MIT) | ||
This project is dual licensed under MIT and Apache-2.0. | ||
|
||
Copyright (c) 2018 Protocol Labs, Inc. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
MIT: https://www.opensource.org/licenses/mit | ||
Apache-2.0: https://www.apache.org/licenses/license-2.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,5 @@ | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |
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,19 @@ | ||
The MIT License (MIT) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
Oops, something went wrong.