attlaz-client 1.10.9 → 1.10.10
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.
- package/README.md +4 -1
- package/dist/Core/MetaDataAware.d.ts +1 -1
- package/dist/Model/Trigger/Trigger.d.ts +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
Attlaz Javascript/Node client
|
|
2
2
|
==========
|
|
3
3
|
|
|
4
|
-
[Attlaz](https://attlaz.com) is a cloud-based iPaas (Integration Platform as a Service), automation and data management
|
|
4
|
+
[Attlaz](https://attlaz.com) is a cloud-based iPaas (Integration Platform as a Service), automation and data management
|
|
5
|
+
platform.
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/attlaz-client)
|
|
5
8
|
|
|
6
9
|
Getting Started
|
|
7
10
|
---------------
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.10.10";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION =
|
|
1
|
+
export const VERSION = "1.10.10";
|