wallet 0.1.220003 → 0.1.220007

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 (3) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module.exports = function () {
3
- console.log("Welcome to the Wallet npm package. Official launch of this module is scheduled for December 10th, 2020.");
3
+ console.log("Welcome to the Wallet npm package. Official launch of this module is scheduled for February 20th, 2022.");
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wallet",
3
- "version": "0.1.220003",
3
+ "version": "0.1.220007",
4
4
  "description": "Provided by Wallet Inc.",
5
5
  "main": "index.js",
6
6
  "author": "John Turnham",
package/readme.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  > Access to this module is presently restricted to customers of Wallet Inc.
5
5
 
6
- > Public version 1.0 of this package is scheduled for release on December 10th, 2020.
6
+ > Public version 1.0 of this package is scheduled for release on February 20th, 2022.
7
7
 
8
8
  ## Summary
9
9
 
@@ -18,4 +18,4 @@ npm install wallet
18
18
 
19
19
  ## Usage
20
20
 
21
- Please stay tuned for version 1.0 of this module, scheduled for release on December 10th, 2020.
21
+ Please stay tuned for version 1.0 of this module, scheduled for release on February 20th, 2022.