@unito/integration-api 0.42.17 → 0.42.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,3 +8,9 @@ with two-way asynchronous syncing tools, such as Unito.
8
8
  ```sh
9
9
  npm install --save @unito/integration-api
10
10
  ```
11
+
12
+ ## Terms and Conditions
13
+
14
+ By using the Integration API, you agree to be bound by our terms and conditions.
15
+ Please ensure you have read and understood the Unito Software Development Kit Agreement before using the API.
16
+ The full agreement can be found at [Unito SDK Agreement](https://unito.io/sdk-agreement/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "0.42.17",
3
+ "version": "0.42.18",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "commonjs",
6
6
  "engines": {