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.
- package/README.md +4 -4
- 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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
(
|
|
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.
|
|
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
|
],
|