@node-wot/core
Advanced tools
Comparing version 0.6.2-SNAPSHOT.1 to 0.6.2
@@ -84,3 +84,3 @@ "use strict"; | ||
var ws = this.securityDefinitions[s + ""]; | ||
if (ws && ws.scheme !== "nosec") { | ||
if (ws) { | ||
scs.push(ws); | ||
@@ -87,0 +87,0 @@ } |
@@ -183,3 +183,3 @@ "use strict"; | ||
} | ||
console.log("Servient exposing '" + thing.name + "'"); | ||
console.log("Servient exposing '" + thing.title + "'"); | ||
thing.forms = []; | ||
@@ -203,3 +203,3 @@ for (var name_1 in thing.properties) { | ||
if (thing.id === undefined) { | ||
console.warn("Servient generating ID for '" + thing.name + "'"); | ||
console.warn("Servient generating ID for '" + thing.title + "'"); | ||
thing.id = "urn:uuid:" + require("uuid").v4(); | ||
@@ -206,0 +206,0 @@ } |
@@ -67,3 +67,3 @@ "use strict"; | ||
var arrayEntry = arrayContext_1[_i]; | ||
if (arrayEntry instanceof Object) { | ||
if (typeof arrayEntry == "object") { | ||
if (arrayEntry["@language"] !== undefined) { | ||
@@ -70,0 +70,0 @@ languageSet = true; |
{ | ||
"name": "@node-wot/core", | ||
"version": "0.6.2-SNAPSHOT.1", | ||
"version": "0.6.2", | ||
"description": "W3C Web of Things (WoT) Servient framework", | ||
@@ -27,4 +27,4 @@ "author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)", | ||
"dependencies": { | ||
"wot-typescript-definitions": "0.6.2-SNAPSHOT.2", | ||
"@node-wot/td-tools": "0.6.2-SNAPSHOT.1", | ||
"wot-typescript-definitions": "0.6.2", | ||
"@node-wot/td-tools": "0.6.2", | ||
"uuid": "3.3.2", | ||
@@ -31,0 +31,0 @@ "rxjs": "5.4.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120869
+ Added@node-wot/td-tools@0.6.2(transitive)
+ Addedwot-typescript-definitions@0.6.2(transitive)
- Removed@node-wot/td-tools@0.6.2-SNAPSHOT.1(transitive)
- Removedwot-typescript-definitions@0.6.2-SNAPSHOT.2(transitive)
Updated@node-wot/td-tools@0.6.2