crisp-api 7.1.0 → 7.2.0
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/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/lib/crisp.js +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Crisp API Wrapper
|
|
2
2
|
|
|
3
|
-
[](https://github.com/crisp-im/node-crisp-api/actions?query=workflow%3A%22Test+and+Build%22) [](https://www.npmjs.com/package/crisp-api) [](https://www.npmjs.com/package/crisp-api)
|
|
3
|
+
[](https://github.com/crisp-im/node-crisp-api/actions?query=workflow%3A%22Test+and+Build%22) [](https://github.com/crisp-im/node-crisp-api/actions?query=workflow%3A%22Build+and+Release%22) [](https://www.npmjs.com/package/crisp-api) [](https://www.npmjs.com/package/crisp-api)
|
|
4
4
|
|
|
5
5
|
The Crisp API Node wrapper. Authenticate, send messages, fetch conversations, access your agent accounts from your JavaScript code.
|
|
6
6
|
|
package/lib/crisp.js
CHANGED
|
@@ -998,8 +998,7 @@ Crisp.prototype = {
|
|
|
998
998
|
},
|
|
999
999
|
|
|
1000
1000
|
/**
|
|
1001
|
-
* Verifies an event string and checks that signatures match
|
|
1002
|
-
* Hooks, Widgets)
|
|
1001
|
+
* Verifies an event string and checks that signatures match
|
|
1003
1002
|
* @memberof Crisp
|
|
1004
1003
|
* @private
|
|
1005
1004
|
* @method verifyHook
|
package/package.json
CHANGED