attlaz-client 1.9.64 → 1.9.65

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 +4 -4
  2. package/package.json +7 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm install attlaz-client
21
21
  Getting Help
22
22
  ------------
23
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.)
24
+ * [Issue Tracker](https://github.com/Attlaz-Platform) for questions, feature requests, bug reports and
25
+ general discussion related to these packages. Try searching before you create a new issue.
26
+ * Check the [Attlaz Documentation](https://docs.attlaz.com).
27
+ * [Email us](developers@attlaz.com) in Attlaz developer support: `developers@attlaz.com`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "attlaz-client",
3
- "version": "1.9.64",
3
+ "version": "1.9.65",
4
4
  "description": "Javascript Client to access Attlaz API",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -9,6 +9,12 @@
9
9
  "url": "git+https://bitbucket.org/attlaz/javascript-client.git"
10
10
  },
11
11
  "homepage": "https://attlaz.com",
12
+ "keywords": [
13
+ "attlaz",
14
+ "client",
15
+ "http",
16
+ "api"
17
+ ],
12
18
  "files": [
13
19
  "dist/*"
14
20
  ],