@kommerz/ts-client 1.142.0 → 1.142.2

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 +2 -1
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # KOMMERZ ts-client
2
+
3
+ This library is part of the KOMMERZ project.
4
+ It is a TypeScript client library for the public KOMMERZ API that can be used to automate workflows.
5
+
6
+ You can find more information about KOMMERZ at [https://kommerz.app](https://kommerz.app).
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@kommerz/ts-client",
3
- "version": "1.142.0",
3
+ "version": "1.142.2",
4
4
  "description": "Typescript client for Kommerz API",
5
5
  "author": "Kommerz.App",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",
8
8
  "typings": "./dist/index.d.ts",
9
+ "homepage": "https://kommerz.app",
9
10
  "scripts": {
10
11
  "build": "tsc"
11
12
  },