@tpluscode/rdfine
Advanced tools
Comparing version 0.5.28 to 0.5.29
# Change Log | ||
## 0.5.29 | ||
### Patch Changes | ||
- 247137f2: Extending interface relaxed to allow Partial base class | ||
## 0.5.28 | ||
@@ -4,0 +10,0 @@ |
@@ -16,3 +16,3 @@ /// <reference types="rdfjs__namespace" /> | ||
} | ||
export declare type ExtendingConstructor<TExtended, TExtension> = Constructor<RdfResourceCore & Omit<TExtended, keyof TExtension>>; | ||
export declare type ExtendingConstructor<TExtended, TExtension> = Constructor<RdfResourceCore & Partial<Omit<TExtended, keyof TExtension>>>; | ||
declare type EvaluatedMixin = { | ||
@@ -19,0 +19,0 @@ shouldApply: boolean | ((entity: RdfResource) => boolean); |
{ | ||
"name": "@tpluscode/rdfine", | ||
"version": "0.5.28", | ||
"version": "0.5.29", | ||
"description": "RDF/JS idiomatic, native, effective", | ||
@@ -5,0 +5,0 @@ "main": "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
149806