mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
chore(release): 2.23.3
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [2.23.3](https://github.com/unraid/api/compare/v2.23.2...v2.23.3) (2021-08-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* allow localhost as CORS origin ([14935b2](https://github.com/unraid/api/commit/14935b2bc3a099d57ebf92f4c5ee54d406d03e50))
|
||||
|
||||
### [2.23.2](https://github.com/unraid/api/compare/v2.23.1...v2.23.2) (2021-07-22)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@unraid/api",
|
||||
"version": "2.23.2",
|
||||
"version": "2.23.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@unraid/api",
|
||||
"version": "2.23.2",
|
||||
"version": "2.23.3",
|
||||
"main": "dist/index.js",
|
||||
"repository": "git@github.com:unraid/api.git",
|
||||
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",
|
||||
@@ -21,7 +21,7 @@
|
||||
"test": "nyc ava",
|
||||
"cover": "npm run cover:types && npm run cover:unit && npm run cover:report",
|
||||
"cover:types": "typescript-coverage-report && tsup ./app/cli.ts --dts",
|
||||
"cover:unit": "nyc --silent npm run test",
|
||||
"cover:unit": "nyc --silent npm run test",
|
||||
"cover:report": "nyc report --reporter=lcov --reporter=text",
|
||||
"patch": "npm-run-all patch:**",
|
||||
"patch:subscriptions-transport-ws": "node ./.scripts/patches/subscriptions-transport-ws.js",
|
||||
|
||||
Reference in New Issue
Block a user