+89
-3
| { | ||
| "name": "it-first", | ||
| "version": "3.0.6", | ||
| "version": "3.0.7", | ||
| "description": "Returns the first result from an async iterator", | ||
@@ -40,2 +40,87 @@ "author": "Alex Potsides <alex@achingbrain.net>", | ||
| }, | ||
| "release": { | ||
| "branches": [ | ||
| "main" | ||
| ], | ||
| "plugins": [ | ||
| [ | ||
| "@semantic-release/commit-analyzer", | ||
| { | ||
| "preset": "conventionalcommits", | ||
| "releaseRules": [ | ||
| { | ||
| "breaking": true, | ||
| "release": "major" | ||
| }, | ||
| { | ||
| "revert": true, | ||
| "release": "patch" | ||
| }, | ||
| { | ||
| "type": "feat", | ||
| "release": "minor" | ||
| }, | ||
| { | ||
| "type": "fix", | ||
| "release": "patch" | ||
| }, | ||
| { | ||
| "type": "docs", | ||
| "release": "patch" | ||
| }, | ||
| { | ||
| "type": "test", | ||
| "release": "patch" | ||
| }, | ||
| { | ||
| "type": "deps", | ||
| "release": "patch" | ||
| }, | ||
| { | ||
| "scope": "no-release", | ||
| "release": false | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| [ | ||
| "@semantic-release/release-notes-generator", | ||
| { | ||
| "preset": "conventionalcommits", | ||
| "presetConfig": { | ||
| "types": [ | ||
| { | ||
| "type": "feat", | ||
| "section": "Features" | ||
| }, | ||
| { | ||
| "type": "fix", | ||
| "section": "Bug Fixes" | ||
| }, | ||
| { | ||
| "type": "chore", | ||
| "section": "Trivial Changes" | ||
| }, | ||
| { | ||
| "type": "docs", | ||
| "section": "Documentation" | ||
| }, | ||
| { | ||
| "type": "deps", | ||
| "section": "Dependencies" | ||
| }, | ||
| { | ||
| "type": "test", | ||
| "section": "Tests" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ], | ||
| "@semantic-release/changelog", | ||
| "@semantic-release/npm", | ||
| "@semantic-release/github", | ||
| "@semantic-release/git" | ||
| ] | ||
| }, | ||
| "scripts": { | ||
@@ -51,7 +136,8 @@ "build": "aegir build", | ||
| "test:firefox": "aegir test -t browser -- --browser firefox", | ||
| "test:firefox-webworker": "aegir test -t webworker -- --browser firefox" | ||
| "test:firefox-webworker": "aegir test -t webworker -- --browser firefox", | ||
| "release": "aegir release" | ||
| }, | ||
| "devDependencies": { | ||
| "aegir": "^42.2.5" | ||
| "aegir": "^45.1.2" | ||
| } | ||
| } |
+1
-1
@@ -62,3 +62,3 @@ # it-first | ||
| Loading this module through a script tag will make it's exports available as `ItFirst` in the global namespace. | ||
| Loading this module through a script tag will make its exports available as `ItFirst` in the global namespace. | ||
@@ -65,0 +65,0 @@ ```html |
| { | ||
| "default": "https://achingbrain.github.io/it/functions/it_first.default.html", | ||
| ".:default": "https://achingbrain.github.io/it/functions/it_first.default.html" | ||
| } |
-4
| This project is dual licensed under MIT and Apache-2.0. | ||
| MIT: https://www.opensource.org/licenses/mit | ||
| Apache-2.0: https://www.apache.org/licenses/license-2.0 |
Mixed license
LicensePackage contains multiple licenses.
Found 1 instance in 1 package
10813
18.23%0
-100%8
-20%150
-1.96%