@node-wot/core
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -15,2 +15,13 @@ "use strict"; | ||
})(); | ||
var __assign = (this && this.__assign) || function () { | ||
__assign = Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
return __assign.apply(this, arguments); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -439,7 +450,4 @@ var TD = require("@node-wot/td-tools"); | ||
if (updatedHref != form.href) { | ||
var updForm = new TD.Form(updatedHref, form.contentType); | ||
updForm.op = form.op; | ||
updForm.security = form.security; | ||
updForm.scopes = form.scopes; | ||
updForm.response = form.response; | ||
var updForm = __assign({}, form); | ||
updForm.href = updatedHref; | ||
form = updForm; | ||
@@ -446,0 +454,0 @@ console.debug("[core/consumed-thing]", "ConsumedThing '" + this.title + "' update form URI to " + form.href); |
@@ -181,5 +181,5 @@ "use strict"; | ||
if (ps_1.value !== customValue) { | ||
ps_1.value = customValue; | ||
ps_1.subject.next(customValue); | ||
} | ||
ps_1.value = customValue; | ||
resolve(); | ||
@@ -195,5 +195,5 @@ }) | ||
if (ps_1.value !== promiseOrValueOrNil) { | ||
ps_1.value = promiseOrValueOrNil; | ||
ps_1.subject.next(promiseOrValueOrNil); | ||
} | ||
ps_1.value = promiseOrValueOrNil; | ||
resolve(); | ||
@@ -205,5 +205,5 @@ } | ||
if (ps_1.value !== value) { | ||
ps_1.value = value; | ||
ps_1.subject.next(value); | ||
} | ||
ps_1.value = value; | ||
resolve(); | ||
@@ -215,5 +215,5 @@ } | ||
if (ps_1.value !== value) { | ||
ps_1.value = value; | ||
ps_1.subject.next(value); | ||
} | ||
ps_1.value = value; | ||
resolve(); | ||
@@ -220,0 +220,0 @@ } |
{ | ||
"name": "@node-wot/core", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "W3C Web of Things (WoT) Servient framework", | ||
@@ -28,3 +28,3 @@ "author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)", | ||
"wot-typescript-definitions": "0.7.3", | ||
"@node-wot/td-tools": "0.7.4", | ||
"@node-wot/td-tools": "0.7.5", | ||
"uuid": "3.4.0", | ||
@@ -31,0 +31,0 @@ "rxjs": "5.5.11", |
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
167819
2277
+ Added@node-wot/td-tools@0.7.5(transitive)
- Removed@node-wot/td-tools@0.7.4(transitive)
Updated@node-wot/td-tools@0.7.5