Comparing version 0.3.3 to 0.4.0
ChangeLog | ||
========= | ||
0.3.3 (2017-07-07) | ||
0.4.0 (2017-07-07) | ||
------------------ | ||
@@ -6,0 +6,0 @@ |
@@ -75,3 +75,4 @@ var Link = require('./link'); | ||
relType, | ||
uri | ||
representation.uri, | ||
embedded[ii]._links.self.href | ||
) | ||
@@ -78,0 +79,0 @@ ); |
@@ -226,3 +226,3 @@ 'use strict'; | ||
return this.client.getResource( | ||
link.href | ||
link.resolve() | ||
); | ||
@@ -229,0 +229,0 @@ }.bind(this)); |
{ | ||
"name": "restl", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "Opiniated HAL client.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
44469
1051