diff --git a/README.md b/README.md index dc5efb6eb27625b429347e0cea6ead864b4c617c..e5cca98855ee58257cb749523d442c6131651187 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 2f650555a352afef93f7ce873c30072124b54562..986fd21992e4d88951a1103253aac43b9b1ed544 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@i5/factlib.js", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index afb3d2f20e50f6db68fc37d17e5c0fba22900df1..7de05bcd2143e0d86c6b6eb9e8a26a4ccbc12249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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",