Comparing version 6.19.0 to 6.20.0-next.1703661403.5744b9c48f81996c2d6f5655a926b260d444e10a
// Imports | ||
import { resolve } from 'node:path' | ||
import matchRange from 'https://unpkg.com/version-range@^4.11.0/edition-deno/index.ts' | ||
import matchRange from 'https://unpkg.com/version-range@^4.12.0/edition-deno/index.ts' | ||
import { errtion, Errtion } from './util.ts' | ||
@@ -5,0 +5,0 @@ import { versions as processVersions } from 'node:process' |
<!-- LICENSEFILE/ --> | ||
<h1>License</h1> | ||
# License | ||
Unless stated otherwise all works are: | ||
<ul><li>Copyright © 2016+ <a href="http://bevry.me">Bevry Pty Ltd</a></li></ul> | ||
- Copyright © [Benjamin Lupton](https://balupton.com) | ||
and licensed under: | ||
<ul><li><a href="http://spdx.org/licenses/Artistic-2.0.html">Artistic License 2.0</a></li></ul> | ||
- [Artistic License 2.0](http://spdx.org/licenses/Artistic-2.0.html) | ||
<h2>The Artistic License 2.0</h2> | ||
## The Artistic License 2.0 | ||
@@ -15,0 +15,0 @@ <pre> |
107
package.json
{ | ||
"name": "editions", | ||
"version": "6.19.0", | ||
"version": "6.20.0-next.1703661403.5744b9c48f81996c2d6f5655a926b260d444e10a", | ||
"license": "Artistic-2.0", | ||
"description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)", | ||
"homepage": "https://github.com/bevry/editions", | ||
"license": "Artistic-2.0", | ||
"funding": "https://bevry.me/fund", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bevry/editions.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bevry/editions/issues" | ||
}, | ||
"keywords": [ | ||
@@ -67,18 +75,38 @@ "allow-env", | ||
}, | ||
"funding": "https://bevry.me/fund", | ||
"author": "2016+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)", | ||
"author": "Benjamin Lupton <b@lupton.cc> (https://balupton.com) (https://github.com/balupton)", | ||
"authors": [ | ||
"Benjamin Lupton <b@lupton.cc> (https://balupton.com) (https://github.com/balupton): Accelerating collaborative wisdom." | ||
], | ||
"maintainers": [ | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
"Benjamin Lupton <b@lupton.cc> (https://balupton.com) (https://github.com/balupton): Accelerating collaborative wisdom." | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)", | ||
"Benjamin Lupton <b@lupton.cc> (https://balupton.com) (https://github.com/balupton)", | ||
"Zlatan Vasović <zlatanvasovic@gmail.com> (https://github.com/zlatanvasovic)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/bevry/editions/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bevry/editions.git" | ||
}, | ||
"sponsors": [ | ||
"Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew): Software engineer and researcher", | ||
"Balsa <hello@balsa.com> (https://balsa.com) (https://github.com/balsa): We're Balsa, and we're building tools for builders.", | ||
"Codecov <hello-codecov@sentry.io> (https://codecov.io/) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.", | ||
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)", | ||
"Rob Morris <rob@prismatik.com.au> (https://github.com/Rob-Morris)", | ||
"Sentry (https://sentry.io) (https://github.com/getsentry): Real-time crash reporting for your web apps, mobile apps, and games.", | ||
"Syntax <scott@syntax.fm> (https://syntax.fm) (https://github.com/syntaxfm): Syntax Podcast" | ||
], | ||
"donors": [ | ||
"Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew)", | ||
"Balsa <hello@balsa.com> (https://balsa.com) (https://github.com/balsa)", | ||
"Chad (https://opencollective.com/chad8)", | ||
"Codecov <hello-codecov@sentry.io> (https://codecov.io/) (https://github.com/codecov)", | ||
"entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)", | ||
"Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)", | ||
"Michael Duane Mooring (https://bevry.me) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)", | ||
"Mohammed Shah <shah@idk.uno> (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)", | ||
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)", | ||
"Rob Morris <rob@prismatik.com.au> (https://github.com/Rob-Morris)", | ||
"Sentry (https://sentry.io) (https://github.com/getsentry)", | ||
"ServieJS (https://github.com/serviejs) (https://thanks.dev/d/gh/serviejs)", | ||
"Skunk Team (https://skunk.team) (https://github.com/skunkteam)", | ||
"Syntax <scott@syntax.fm> (https://syntax.fm) (https://github.com/syntaxfm)" | ||
], | ||
"engines": { | ||
@@ -100,3 +128,3 @@ "node": ">=4" | ||
{ | ||
"description": "TypeScript compiled against ES5 for Node.js 4 with Require for modules", | ||
"description": "TypeScript compiled against ES5 for Node.js 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules", | ||
"directory": "edition-es5", | ||
@@ -116,3 +144,3 @@ "entry": "index.js", | ||
{ | ||
"description": "TypeScript compiled against ES2022 for Node.js 21 with Import for modules", | ||
"description": "TypeScript compiled against ES2022 for Node.js 12 || 14 || 16 || 18 || 20 || 21 with Import for modules", | ||
"directory": "edition-es2022-esm", | ||
@@ -169,21 +197,20 @@ "entry": "index.js", | ||
"dependencies": { | ||
"version-range": "^4.11.0" | ||
"version-range": "^4.12.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.10.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"assert-helpers": "^11.9.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"@types/node": "^20.10.5", | ||
"@typescript-eslint/eslint-plugin": "^6.16.0", | ||
"@typescript-eslint/parser": "^6.16.0", | ||
"assert-helpers": "^11.11.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-bevry": "^5.3.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.4.0", | ||
"make-deno-edition": "^2.0.1", | ||
"prettier": "^3.1.0", | ||
"projectz": "^3.4.0", | ||
"eslint-plugin-prettier": "^5.1.2", | ||
"kava": "^7.5.0", | ||
"make-deno-edition": "^2.1.0", | ||
"prettier": "^3.1.1", | ||
"projectz": "^4.0.0", | ||
"typedoc": "^0.25.4", | ||
"typescript": "5.3.2", | ||
"valid-directory": "^4.6.0" | ||
"typescript": "5.3.3", | ||
"valid-directory": "^4.7.0" | ||
}, | ||
@@ -198,7 +225,6 @@ "scripts": { | ||
"our:deploy": "printf '%s\n' 'no need for this project'", | ||
"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta:contributors": "update-contributors", | ||
"our:meta": "npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta:docs": "npm run our:meta:docs:typedoc", | ||
"our:meta:docs:typedoc": "rm -rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source", | ||
"our:meta:projectz": "projectz compile", | ||
"our:meta:projectz": "projectz", | ||
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", | ||
@@ -213,4 +239,3 @@ "our:release:check-changelog": "cat ./HISTORY.md | grep \"v$npm_package_version\" || (printf '%s\n' \"add a changelog entry for v$npm_package_version\" && exit -1)", | ||
"our:test": "npm run our:verify && npm test", | ||
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier", | ||
"our:verify:directory": "valid-directory", | ||
"our:verify": "npm run our:verify:eslint && npm run our:verify:prettier", | ||
"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
@@ -220,2 +245,7 @@ "our:verify:prettier": "prettier --write .", | ||
}, | ||
"boundation": { | ||
"comment": "editions isn't for browsers, and editions can't use editions", | ||
"browser": false, | ||
"editionsAutoloader": false | ||
}, | ||
"eslintConfig": { | ||
@@ -231,8 +261,3 @@ "extends": [ | ||
"endOfLine": "lf" | ||
}, | ||
"boundation": { | ||
"comment": "editions isn't for browsers, and editions can't use editions", | ||
"browser": false, | ||
"editionsAutoloader": false | ||
} | ||
} | ||
} |
<!-- TITLE/ --> | ||
<h1>editions</h1> | ||
# editions | ||
<!-- /TITLE --> | ||
<!-- BADGES/ --> | ||
@@ -28,3 +27,2 @@ | ||
<!-- DESCRIPTION/ --> | ||
@@ -47,32 +45,31 @@ | ||
<h2>History</h2> | ||
## History | ||
<a href="https://github.com/bevry/editions/blob/master/HISTORY.md#files">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a> | ||
[Discover the release history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/editions/blob/HEAD/HISTORY.md#files) | ||
<!-- /HISTORY --> | ||
<!-- BACKERS/ --> | ||
<!-- CONTRIBUTE/ --> | ||
## Backers | ||
<h2>Contribute</h2> | ||
### Code | ||
<a href="https://github.com/bevry/editions/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> | ||
[Discover how to contribute via the `CONTRIBUTING.md` file.](https://github.com/bevry/editions/blob/HEAD/CONTRIBUTING.md#files) | ||
<!-- /CONTRIBUTE --> | ||
#### Authors | ||
- [Benjamin Lupton](https://balupton.com) — Accelerating collaborative wisdom. | ||
<!-- BACKERS/ --> | ||
#### Maintainers | ||
<h2>Backers</h2> | ||
- [Benjamin Lupton](https://github.com/balupton) — Accelerating collaborative wisdom. | ||
<h3>Maintainers</h3> | ||
#### Contributors | ||
These amazing people are maintaining this project: | ||
- [Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/bevry/editions/commits?author=balupton "View the GitHub contributions of Benjamin Lupton on repository bevry/editions") | ||
- [Zlatan Vasović](https://github.com/zlatanvasovic) — [view contributions](https://github.com/bevry/editions/commits?author=zlatanvasovic "View the GitHub contributions of Zlatan Vasović on repository bevry/editions") | ||
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/editions/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/editions">view contributions</a></li></ul> | ||
### Finances | ||
<h3>Sponsors</h3> | ||
No sponsors yet! Will you be the first? | ||
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span> | ||
@@ -87,26 +84,43 @@ <span class="badge-thanksdev"><a href="https://thanks.dev/u/gh/bevry" title="Donate to this project using ThanksDev"><img src="https://img.shields.io/badge/thanksdev-donate-yellow.svg" alt="ThanksDev donate button" /></a></span> | ||
<h3>Contributors</h3> | ||
#### Sponsors | ||
These amazing people have contributed code to this project: | ||
- [Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher | ||
- [Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders. | ||
- [Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing. | ||
- [Poonacha Medappa](https://poonachamedappa.com) | ||
- [Rob Morris](https://github.com/Rob-Morris) | ||
- [Sentry](https://sentry.io) — Real-time crash reporting for your web apps, mobile apps, and games. | ||
- [Syntax](https://syntax.fm) — Syntax Podcast | ||
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/editions/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/editions">view contributions</a></li> | ||
<li><a href="https://github.com/zlatanvasovic">Zlatan Vasović</a> — <a href="https://github.com/bevry/editions/commits?author=zlatanvasovic" title="View the GitHub contributions of Zlatan Vasović on repository bevry/editions">view contributions</a></li></ul> | ||
#### Donors | ||
<a href="https://github.com/bevry/editions/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> | ||
- [Andrew Nesbitt](https://nesbitt.io) | ||
- [Balsa](https://balsa.com) | ||
- [Chad](https://opencollective.com/chad8) | ||
- [Codecov](https://codecov.io/) | ||
- [entroniq](https://gitlab.com/entroniq) | ||
- [Jean-Luc Geering](https://github.com/jlgeering) | ||
- [Michael Duane Mooring](https://bevry.me) | ||
- [Mohammed Shah](https://github.com/smashah) | ||
- [Poonacha Medappa](https://poonachamedappa.com) | ||
- [Rob Morris](https://github.com/Rob-Morris) | ||
- [Sentry](https://sentry.io) | ||
- [ServieJS](https://github.com/serviejs) | ||
- [Skunk Team](https://skunk.team) | ||
- [Syntax](https://syntax.fm) | ||
<!-- /BACKERS --> | ||
<!-- LICENSE/ --> | ||
<h2>License</h2> | ||
## License | ||
Unless stated otherwise all works are: | ||
<ul><li>Copyright © 2016+ <a href="http://bevry.me">Bevry Pty Ltd</a></li></ul> | ||
- Copyright © [Benjamin Lupton](https://balupton.com) | ||
and licensed under: | ||
<ul><li><a href="http://spdx.org/licenses/Artistic-2.0.html">Artistic License 2.0</a></li></ul> | ||
- [Artistic License 2.0](http://spdx.org/licenses/Artistic-2.0.html) | ||
<!-- /LICENSE --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104043
15
124
1
Updatedversion-range@^4.12.0