Comparing version 8.0.0 to 8.1.0
@@ -124,5 +124,5 @@ /* | ||
'relative graph reference', | ||
'relative property reference', | ||
'relative subject reference', | ||
'relative type reference' | ||
'relative object reference', | ||
'relative predicate reference', | ||
'relative subject reference' | ||
]); | ||
@@ -129,0 +129,0 @@ |
@@ -157,7 +157,7 @@ /* | ||
type: ['JsonLdEvent'], | ||
code: 'relative property reference', | ||
code: 'relative predicate reference', | ||
level: 'warning', | ||
message: 'Relative property reference found.', | ||
message: 'Relative predicate reference found.', | ||
details: { | ||
property | ||
predicate: property | ||
} | ||
@@ -349,7 +349,7 @@ }, | ||
type: ['JsonLdEvent'], | ||
code: 'relative type reference', | ||
code: 'relative object reference', | ||
level: 'warning', | ||
message: 'Relative type reference found.', | ||
message: 'Relative object reference found.', | ||
details: { | ||
type: object.value | ||
object: object.value | ||
} | ||
@@ -356,0 +356,0 @@ }, |
{ | ||
"name": "jsonld", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "A JSON-LD Processor and API implementation in JavaScript.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalbazaar/jsonld.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2790754
20873