Skip to content

Commit

Permalink
Updating config & core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jul 4, 2015
1 parent 8b31fec commit c736e79
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"id": "tenso",
"json": 2,
"logs": {
"stdout": true,
"dtrace": false,
"stack": false
},
Expand Down
2 changes: 1 addition & 1 deletion doc/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,7 @@ <h5>Returns:</h5>

<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a>
on 2015-06-17T07:07:45-04:00 using the <a
on 2015-07-04T10:41:17-04:00 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ <h2>License</h2>

<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a>
on 2015-06-17T07:07:45-04:00 using the <a
on 2015-07-04T10:41:17-04:00 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions doc/module-tenso.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2>
<dt class="tag-version">Version:</dt>
<dd class="tag-version">
<ul class="dummy">
<li>2.0.1</li>
<li>2.0.2</li>
</ul>
</dd>

Expand Down Expand Up @@ -352,7 +352,7 @@ <h5>Type:</h5>

<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a>
on 2015-06-17T07:07:45-04:00 using the <a
on 2015-07-04T10:41:18-04:00 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion doc/modules.list.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2>

<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a>
on 2015-06-17T07:07:45-04:00 using the <a
on 2015-07-04T10:41:17-04:00 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
Expand Down
6 changes: 3 additions & 3 deletions lib/tenso.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* @license BSD-3-Clause
* @link http://avoidwork.github.io/tenso
* @module tenso
* @version 2.0.1
* @version 2.0.2
*/
"use strict";

const CONFIG = require(__dirname + "/../config.json");
const VERSION = "2.0.1";
const VERSION = "2.0.2";
const SERVER = "tenso/" + VERSION;

let keigai = require("keigai"),
Expand Down Expand Up @@ -113,7 +113,7 @@ let renderers = {
}).join("\n"))
.replace("{{body}}", JSON.stringify(arg, null, 2))
.replace("{{year}}", new Date().getFullYear())
.replace("{{version}}", "2.0.1")
.replace("{{version}}", "2.0.2")
.replace("{{allow}}", headers.allow)
.replace("{{methods}}", string.explode(headers.allow.replace("GET, HEAD, OPTIONS", "")).filter(function (i) {
return i !== "";
Expand Down
6 changes: 3 additions & 3 deletions lib/tenso.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @license BSD-3-Clause
* @link http://avoidwork.github.io/tenso
* @module tenso
* @version 2.0.1
* @version 2.0.2
*/
"use strict";

Expand All @@ -15,7 +15,7 @@ var _createClass = (function () { function defineProperties(target, props) { for
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

var CONFIG = require(__dirname + "/../config.json");
var VERSION = "2.0.1";
var VERSION = "2.0.2";
var SERVER = "tenso/" + VERSION;

var keigai = require("keigai"),
Expand Down Expand Up @@ -110,7 +110,7 @@ var renderers = {
return "<tr><td>" + i + "</td><td>" + sanitize(headers[i]) + "</td></tr>";
}).join("\n")).replace("{{formats}}", req.server.config.renderers.map(function (i) {
return "<option value='" + i + "'>" + i.toUpperCase() + "</option>";
}).join("\n")).replace("{{body}}", JSON.stringify(arg, null, 2)).replace("{{year}}", new Date().getFullYear()).replace("{{version}}", "2.0.1").replace("{{allow}}", headers.allow).replace("{{methods}}", string.explode(headers.allow.replace("GET, HEAD, OPTIONS", "")).filter(function (i) {
}).join("\n")).replace("{{body}}", JSON.stringify(arg, null, 2)).replace("{{year}}", new Date().getFullYear()).replace("{{version}}", "2.0.2").replace("{{allow}}", headers.allow).replace("{{methods}}", string.explode(headers.allow.replace("GET, HEAD, OPTIONS", "")).filter(function (i) {
return i !== "";
}).map(function (i) {
return "<option value='" + i + "'>" + i + "</option>";
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "Tensō is a REST API facade for node.js, designed to simplify the implementation of APIs.",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "http://avoidwork.github.io/tenso",
"author": {
"name": "Jason Mulligan",
Expand All @@ -26,7 +26,7 @@
"connect-redis": "~2.2.0",
"cookie-parser": "~1.3.4",
"express-session": "~1.10.3",
"keigai": "~1.3.16",
"keigai": "~1.3.17",
"lusca": "~1.0.2",
"passport": "~0.2.1",
"passport-facebook": "~1.0.3",
Expand All @@ -38,7 +38,7 @@
"passport-oauth2": "~1.1.2",
"passport-saml": "~0.9.1",
"passport-twitter": "~1.0.2",
"turtle.io": "~4.0.12",
"turtle.io": "~4.0.15",
"yamljs": "^0.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit c736e79

Please sign in to comment.