Skip to content

Commit

Permalink
Updating woodland dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 2, 2024
1 parent db89f71 commit ec0007e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/tenso.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2024 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 17.2.0
* @version 17.2.1
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/tenso.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
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": {
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit ec0007e

Please sign in to comment.