Add changelog, update dependencies

This commit is contained in:
Starbeamrainbowlabs 2022-05-01 15:47:13 +01:00
parent 0ddc61aaa2
commit 33866071ef
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
4 changed files with 51 additions and 30 deletions

19
CHANGELOG.md Normal file
View File

@ -0,0 +1,19 @@
# Changelog
This is the changelog for [`powahroot`](https://npmjs.org/package/powahroot).
Release template text:
-----
Install or update from npm:
```bash
npm install --save powahroot
```
-----
## v1.2.6
- Update dependencies
- Create this (long overdue) changelog

View File

@ -9,6 +9,8 @@ _Powahroot_ is a pair of micro routing frameworks, presented as an ES6 module:
It's based on [`rill`](https://www.npmjs.com/package/rill) (see the npm package bearing the name), but stripped down and simplified. It's based on [`rill`](https://www.npmjs.com/package/rill) (see the npm package bearing the name), but stripped down and simplified.
- **Current version:** ![current npm version - see the GitHub releases](https://img.shields.io/npm/v/powahroot)
- **Changelog:** https://github.com/sbrl/powahroot/blob/main/CHANGELOG.md
## Getting Started ## Getting Started
Install powahroot as a dependency with npm: Install powahroot as a dependency with npm:

54
package-lock.json generated
View File

@ -9,12 +9,12 @@
"version": "1.2.5", "version": "1.2.5",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"cookie": "^0.4.2", "cookie": "^0.5.0",
"event-emitter-es6": "^1.1.5", "event-emitter-es6": "^1.1.5",
"nightink": "^1.0.0" "nightink": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/cookie": "^0.4.1", "@types/cookie": "^0.5.1",
"@types/event-emitter-es6": "^1.1.1", "@types/event-emitter-es6": "^1.1.1",
"documentation": "^13.2.5" "documentation": "^13.2.5"
}, },
@ -350,9 +350,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/cookie": { "node_modules/@types/cookie": {
"version": "0.4.1", "version": "0.5.1",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz",
"integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==", "integrity": "sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==",
"dev": true "dev": true
}, },
"node_modules/@types/estree": { "node_modules/@types/estree": {
@ -1731,9 +1731,9 @@
} }
}, },
"node_modules/cookie": { "node_modules/cookie": {
"version": "0.4.2", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": { "engines": {
"node": ">= 0.6" "node": ">= 0.6"
} }
@ -4819,9 +4819,9 @@
} }
}, },
"node_modules/minimist": { "node_modules/minimist": {
"version": "1.2.5", "version": "1.2.6",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"dev": true "dev": true
}, },
"node_modules/minimist-options": { "node_modules/minimist-options": {
@ -4990,9 +4990,9 @@
"dev": true "dev": true
}, },
"node_modules/nightink": { "node_modules/nightink": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/nightink/-/nightink-1.0.0.tgz", "resolved": "https://registry.npmjs.org/nightink/-/nightink-1.0.1.tgz",
"integrity": "sha512-GgZCjKdciYN09J5v3vl4XSH6fV6V27w8xdWw50dAzbuG8P7eB0gMzFmrU7IHp+ELVZm8mNdZw+q/MDdax3V6wA==", "integrity": "sha512-L4ZyEAfbHGuSHHEyDgElRsMO2r0NRv7H/ODdBFSrhZmZMvGwcoStXu+8WqqsrhwOstENT/vnWoiDuZi+BxtxGg==",
"dependencies": { "dependencies": {
"html-entities": "^2.3.2" "html-entities": "^2.3.2"
} }
@ -7895,9 +7895,9 @@
"dev": true "dev": true
}, },
"@types/cookie": { "@types/cookie": {
"version": "0.4.1", "version": "0.5.1",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz",
"integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==", "integrity": "sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==",
"dev": true "dev": true
}, },
"@types/estree": { "@types/estree": {
@ -9018,9 +9018,9 @@
} }
}, },
"cookie": { "cookie": {
"version": "0.4.2", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==" "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw=="
}, },
"copy-descriptor": { "copy-descriptor": {
"version": "0.1.1", "version": "0.1.1",
@ -11426,9 +11426,9 @@
} }
}, },
"minimist": { "minimist": {
"version": "1.2.5", "version": "1.2.6",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"dev": true "dev": true
}, },
"minimist-options": { "minimist-options": {
@ -11571,9 +11571,9 @@
"dev": true "dev": true
}, },
"nightink": { "nightink": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/nightink/-/nightink-1.0.0.tgz", "resolved": "https://registry.npmjs.org/nightink/-/nightink-1.0.1.tgz",
"integrity": "sha512-GgZCjKdciYN09J5v3vl4XSH6fV6V27w8xdWw50dAzbuG8P7eB0gMzFmrU7IHp+ELVZm8mNdZw+q/MDdax3V6wA==", "integrity": "sha512-L4ZyEAfbHGuSHHEyDgElRsMO2r0NRv7H/ODdBFSrhZmZMvGwcoStXu+8WqqsrhwOstENT/vnWoiDuZi+BxtxGg==",
"requires": { "requires": {
"html-entities": "^2.3.2" "html-entities": "^2.3.2"
} }

View File

@ -25,12 +25,12 @@
"url": "https://liberapay.com/sbrl" "url": "https://liberapay.com/sbrl"
}, },
"dependencies": { "dependencies": {
"cookie": "^0.4.2", "cookie": "^0.5.0",
"event-emitter-es6": "^1.1.5", "event-emitter-es6": "^1.1.5",
"nightink": "^1.0.0" "nightink": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/cookie": "^0.4.1", "@types/cookie": "^0.5.1",
"@types/event-emitter-es6": "^1.1.1", "@types/event-emitter-es6": "^1.1.1",
"documentation": "^13.2.5" "documentation": "^13.2.5"
} }