diff --git a/lib/renderers.js b/lib/renderers.js
index 5b4c95a5..970c0e32 100644
--- a/lib/renderers.js
+++ b/lib/renderers.js
@@ -38,7 +38,7 @@ renderers.set("text/html", function (arg, req, headers, tpl) {
return i.indexOf("html") === -1;
}).map(function (i) {
return "";
- }).join("\n")).replace("{{body}}", JSON.stringify(arg, null, 2)).replace("{{year}}", new Date().getFullYear()).replace("{{version}}", "3.3.2").replace("{{allow}}", headers.allow).replace("{{methods}}", utility.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}}", "3.3.3").replace("{{allow}}", headers.allow).replace("{{methods}}", utility.explode(headers.allow.replace("GET, HEAD, OPTIONS", "")).filter(function (i) {
return i !== "";
}).map(function (i) {
return "";
diff --git a/lib/tenso.js b/lib/tenso.js
index 2b95164c..0b931aaa 100644
--- a/lib/tenso.js
+++ b/lib/tenso.js
@@ -30,7 +30,7 @@ var Tenso = function () {
});
this.server.tenso = this;
this.websocket = null;
- this.version = "3.3.2";
+ this.version = "3.3.3";
}
_createClass(Tenso, [{
diff --git a/lib/utility.js b/lib/utility.js
index 7517ec59..42402031 100644
--- a/lib/utility.js
+++ b/lib/utility.js
@@ -515,7 +515,7 @@ function bootstrap(obj, config) {
config.headers = {};
}
- config.headers.server = "tenso/3.3.2";
+ config.headers.server = "tenso/3.3.3";
// Starting WebSocket server
if (config.websocket.enabled) {
diff --git a/package.json b/package.json
index 9830ecb7..eebcccb3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "TensÅ is a REST API gateway for node.js, designed to simplify the implementation of APIs.",
- "version": "3.3.2",
+ "version": "3.3.3",
"homepage": "http://avoidwork.github.io/tenso",
"author": "Jason Mulligan ",
"repository": {
@@ -20,47 +20,47 @@
"test": "grunt test"
},
"dependencies": {
- "coap": "^0.13.1",
- "connect-redis": "^3.0.2",
- "cookie-parser": "^1.4.1",
- "csv.js": "^1.0.2",
- "express-session": "^1.13.0",
- "keysort": "^0.2.0",
- "lusca": "^1.3.0",
- "lws": "^0.2.1",
- "passport": "^0.3.2",
- "passport-facebook": "^2.1.0",
- "passport-google": "^0.3.0",
- "passport-http": "^0.3.0",
- "passport-http-bearer": "^1.0.1",
- "passport-linkedin": "^1.0.0",
- "passport-local": "^1.0.0",
- "passport-oauth2": "^1.2.0",
- "passport-saml": "^0.14.0",
- "passport-twitter": "^1.0.4",
- "retsu": "^2.0.2",
- "tiny-coerce": "^1.0.1",
- "tiny-defer": "^1.0.4",
- "tiny-merge": "^1.0.0",
- "tiny-uuid4": "^1.0.1",
- "tiny-xml": "^1.0.6",
- "turtle.io": "^6.0.14",
- "yamljs": "^0.2.5"
+ "coap": "~0.13.1",
+ "connect-redis": "~3.0.2",
+ "cookie-parser": "~1.4.1",
+ "csv.js": "~1.0.2",
+ "express-session": "~1.13.0",
+ "keysort": "~0.2.0",
+ "lusca": "~1.3.0",
+ "lws": "~0.2.1",
+ "passport": "~0.3.2",
+ "passport-facebook": "~2.1.0",
+ "passport-google": "~0.3.0",
+ "passport-http": "~0.3.0",
+ "passport-http-bearer": "~1.0.1",
+ "passport-linkedin": "~1.0.0",
+ "passport-local": "~1.0.0",
+ "passport-oauth2": "~1.2.0",
+ "passport-saml": "~0.14.0",
+ "passport-twitter": "~1.0.4",
+ "retsu": "~2.0.2",
+ "tiny-coerce": "~1.0.1",
+ "tiny-defer": "~1.0.4",
+ "tiny-merge": "~1.0.0",
+ "tiny-uuid4": "~1.0.1",
+ "tiny-xml": "~1.0.6",
+ "turtle.io": "~6.0.15",
+ "yamljs": "~0.2.5"
},
"devDependencies": {
- "babel-eslint": "^4.1.8",
- "babel-preset-es2015": "^6.5.0",
- "grunt": "^0.4.5",
- "grunt-babel": "^6.0.0",
- "grunt-cli": "^0.1.13",
- "grunt-contrib-sass": "^0.9.2",
- "grunt-contrib-watch": "^0.2.0",
- "grunt-eslint": "^17.3.2",
- "grunt-mocha-test": "^0.12.7",
- "grunt-nsp": "^2.1.2",
- "grunt-sed": "^0.1.1",
- "hippie": "^0.4.0",
- "mocha": "^2.4.5"
+ "babel-eslint": "~4.1.8",
+ "babel-preset-es2015": "~6.5.0",
+ "grunt": "~0.4.5",
+ "grunt-babel": "~6.0.0",
+ "grunt-cli": "~0.1.13",
+ "grunt-contrib-sass": "~0.9.2",
+ "grunt-contrib-watch": "~0.2.0",
+ "grunt-eslint": "~17.3.2",
+ "grunt-mocha-test": "~0.12.7",
+ "grunt-nsp": "~2.1.2",
+ "grunt-sed": "~0.1.1",
+ "hippie": "~0.4.0",
+ "mocha": "~2.4.5"
},
"keywords": [
"REST",