@aloma.io/integration-sdk 3.0.1 → 3.0.3

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 +2 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,5 @@
1
1
  # nodejs - Aloma Integration SDK
2
2
 
3
- ## Prerequisites
3
+ ## Creating a new Connector
4
4
 
5
- * You can find the `REGISTRATION_TOKEN` in your aloma workspace in the integration section when adding a connector.
6
-
7
- ## Integration Examples
8
-
9
- See `examples` directory.
5
+ With the aloma integration SDK cli you can simply create a new connector via `npx @aloma.io/integration-sdk create connectorName --connector-id 1234`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",