sparqlalgebrajs
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -58,3 +58,3 @@ import * as rdfjs from '@rdfjs/types'; | ||
export declare type PropertyPathSymbol = Alt | Inv | Link | Nps | OneOrMorePath | Seq | ZeroOrMorePath | ZeroOrOnePath; | ||
export declare type Update = CompositeUpdate | DeleteInsert | Load | Clear | Create | Drop | Add | Move | Copy; | ||
export declare type Update = CompositeUpdate | DeleteInsert | Load | Clear | Create | Drop | Add | Move | Copy | Nop; | ||
export declare type TypedOperation<T extends types> = Extract<Operation, { | ||
@@ -61,0 +61,0 @@ type: T; |
{ | ||
"name": "sparqlalgebrajs", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Convert SPARQL to SPARQL algebra", | ||
@@ -5,0 +5,0 @@ "author": "Joachim Van Herwegen", |
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
117814