Skip to content
Snippets Groups Projects
Commit de6c0ff4 authored by Liam Tirpitz's avatar Liam Tirpitz
Browse files

Push Version To 0.1.0

parent c14b02c1
Branches
Tags 0.1.0
No related merge requests found
......@@ -2,11 +2,6 @@
A library for node.js written in Typescript that enables clients and processes to interact with Linked Data Platforms
according to the FactDAG model while preserving and creating correct provenance information.
> :warning: The API is currently under reconstruction and will change in the near future.
> The updated API will be incompatible with the current version.
> The WIP-Version of the updated API can be found in the [feature/backendAbstraction](https://git.rwth-aachen.de/i5/factdag/factlibjs/-/blob/feature/backendAbstraction/src/factClient/FactClient.ts) branch.
> Updated example can be found in that branch as well.
### Configuration
The [config.json](examples/books/publisher/auth1/config.json) configuration file defines URIs for the authority the process exists under,
the fact representing the process and the activities that are generated by the process.
......
{
"name": "@i5/factlib.js",
"version": "0.0.1",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "@i5/factlib.js",
"version": "0.0.2",
"version": "0.1.0",
"description": "Enables clients and processes to interact with Linked Data Platforms according to the FactDAG model while preserving and creating correct provenance information.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment