attlaz-client 1.7.9 → 1.7.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 CHANGED
@@ -1,2 +1,27 @@
1
- #To enable strict typescript:
2
- https://github.com/ReactiveX/rxjs/issues/3031
1
+ Attlaz Javascript/Node client
2
+ ==========
3
+
4
+ [Attlaz](https://attlaz.com) is a cloud-based iPaas (Integration Platform as a Service), automation and data management platform.
5
+
6
+ Getting Started
7
+ ---------------
8
+
9
+ Install Attlaz using `yarn`:
10
+
11
+ ```bash
12
+ yarn add attlaz-client
13
+ ```
14
+
15
+ Or npm, if you wish:
16
+
17
+ ```bash
18
+ npm install attlaz-client
19
+ ```
20
+
21
+ Getting Help
22
+ ------------
23
+
24
+ Check the [Attlaz Documentation](https://attlaz.com/docs).
25
+
26
+ Please ask usage and debugging questions on [StackOverflow](http://stackoverflow.com/questions/tagged/attlaz) (use the ["attlaz"](http://stackoverflow.com/questions/ask?tags=attlaz) tag).
27
+ (Please do not ask support questions here on Bitbucket.)
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "1.7.9";
1
+ export declare const VERSION = "1.7.10";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "1.7.9";
4
+ exports.VERSION = "1.7.10";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "attlaz-client",
3
- "version": "1.7.9",
3
+ "version": "1.7.10",
4
4
  "description": "Javascript Client to access Attlaz API",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -8,6 +8,7 @@
8
8
  "type": "git",
9
9
  "url": "git+https://bitbucket.org/attlaz/javascript-client.git"
10
10
  },
11
+ "homepage": "https://attlaz.com",
11
12
  "files": [
12
13
  "dist/*"
13
14
  ],
@@ -40,7 +41,6 @@
40
41
  "typescript": "^4.6.2",
41
42
  "dotenv": "^16.0.0"
42
43
  },
43
- "homepage": "https://bitbucket.org/attlaz/javascript-client#readme",
44
44
  "directories": {
45
45
  "test": "test"
46
46
  }