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.
- package/index.js +1 -1
- package/package.json +1 -1
- 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
|
|
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
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
|
|
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
|
|
21
|
+
Please stay tuned for version 1.0 of this module, scheduled for release on February 20th, 2022.
|