-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* @copyright 2024 Jason Mulligan <[email protected]> | ||
* @license BSD-3-Clause | ||
* @version 17.2.0 | ||
* @version 17.2.1 | ||
*/ | ||
'use strict'; | ||
|
||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* @copyright 2024 Jason Mulligan <[email protected]> | ||
* @license BSD-3-Clause | ||
* @version 17.2.0 | ||
* @version 17.2.1 | ||
*/ | ||
import {readFileSync}from'node:fs';import http,{STATUS_CODES}from'node:http';import https from'node:https';import {createRequire}from'node:module';import {join,resolve}from'node:path';import {fileURLToPath,URL as URL$1}from'node:url';import {Woodland}from'woodland';import {merge}from'tiny-merge';import {eventsource}from'tiny-eventsource';import {parse as parse$1,stringify as stringify$1}from'tiny-jsonl';import {coerce}from'tiny-coerce';import YAML from'yamljs';import {XMLBuilder}from'fast-xml-parser';import {stringify}from'csv-stringify/sync';import {keysort}from'keysort';import {URL}from'url';import promBundle from'express-prom-bundle';import redis from'ioredis';import cookie from'cookie-parser';import session from'express-session';import passport from'passport';import passportJWT from'passport-jwt';import {BasicStrategy}from'passport-http';import {Strategy}from'passport-http-bearer';import {Strategy as Strategy$1}from'passport-oauth2';import lusca from'lusca';import {randomInt,randomUUID}from'node:crypto';import RedisStore from'connect-redis';const ACCESS_CONTROL = "access-control"; | ||
const ALGORITHMS = "algorithms"; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,7 +1,7 @@ | ||
{ | ||
"name": "tenso", | ||
"description": "Tenso is an HTTP REST API framework", | ||
"version": "17.2.0", | ||
"version": "17.2.1", | ||
"homepage": "https://github.com/avoidwork/tenso", | ||
"author": "Jason Mulligan <[email protected]>", | ||
"repository": { | ||
|
@@ -68,7 +68,7 @@ | |
"tiny-eventsource": "^3.0.8", | ||
"tiny-jsonl": "^2.0.1", | ||
"tiny-merge": "^2.0.0", | ||
"woodland": "^20.1.1", | ||
"woodland": "^20.1.2", | ||
"yamljs": "^0.3.0", | ||
"yargs-parser": "^21.1.1" | ||
}, | ||
|