- 83583d2: Type annotations: remove references to
rdf-js
, using@rdfjs/types
instead
- f240b0f: Updated
sparql-http-client
to v3 RemovedmaxQuadsPerRequest
from PUT and POST operations
- Updated dependencies [f6d593c]
- d48f198: Remove usage of
rdf-js
package (deprecated) - Updated dependencies [d48f198]
- Updated dependencies [94551a4]
- e82aa36: Remove references of
rdf-js
types package, repaced with@rdfjs/types
- 4d7b620: Bundle TypeScript declarations
- Updated dependencies [0c0245d]
- Updated dependencies [464b09e]
- Updated dependencies [ba328de]
-
ade9d1f: Disable stream splitting by default, add optional argument to
put
pipeline -
b82b47b: Align operation URIs with the other packages
-prefix graph-store: <https://barnard59.zazuko.com/operation/graph-store/> +prefix graph-store: <https://barnard59.zazuko.com/operations/graph-store/>
- Updated dependencies [68c034a]
- Updated dependencies [5327ff0]
-
ce0bdf4: Removed dependency on any RDF/JS Environment. The CLI provides it at runtime to ensure that steps use the same factories. Step implementors are encouraged to use the environment provided by the barnard59 runtime insead of importing directly.
-import rdf from 'rdf-ext' export function myStep() { - const dataset = rdf.dataset() + const dataset = this.env.dataset() return rdf.dataset().toStream() }
- Updated dependencies [67504df]
- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116)
- 72648c5: Change the operation URLs to be HTTPS (re zazuko/barnard59-website#4). This will only be a breaking change to those using the shorthand step syntax.
- Updated dependencies [64b50ac]
- Updated dependencies [6be7cd8]
- Updated dependencies [72648c5]
- f0814d5: Operations in manifest had wrong types
- Updated dependencies [f0814d5]
- 03fd12a: Added a reusable
put
pipeline
-
fd2353f: Updated
@rdfjs/data-model
to v2 -
Moved to JavaScript modules