wallet 1.1.4 → 1.1.5

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,5 +1,17 @@
1
1
 
2
- # TypeScript Client for accessing Wallet API
2
+ ![Wallet Inc](https://resources.wallet.inc/logos/wallet-350x96.png)
3
+
4
+ > Access to this module is presently restricted to customers of Wallet Inc.
5
+
6
+ ## Summary
7
+
8
+ This module provides a server-side SDK for integrating with the CRM & Digital Payments platform provided by Wallet Inc. For details about the Wallet platform, please visit https://wallet.inc
9
+
10
+ ## Install
11
+
12
+ ```bash
13
+ npm install wallet
14
+ ```
3
15
 
4
16
  ## Usage
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wallet",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "NodeJS client for wallet",
5
5
  "repository": "git://github.com/WalletInc/api-clients.git",
6
6
  "main": "dist/api.js",
@@ -3,7 +3,19 @@ import os
3
3
  import sys
4
4
 
5
5
  readme = """
6
- # TypeScript Client for accessing Wallet API
6
+ ![Wallet Inc](https://resources.wallet.inc/logos/wallet-350x96.png)
7
+
8
+ > Access to this module is presently restricted to customers of Wallet Inc.
9
+
10
+ ## Summary
11
+
12
+ This module provides a server-side SDK for integrating with the CRM & Digital Payments platform provided by Wallet Inc. For details about the Wallet platform, please visit https://wallet.inc
13
+
14
+ ## Install
15
+
16
+ ```bash
17
+ npm install wallet
18
+ ```
7
19
 
8
20
  ## Usage
9
21