@wdft/micropayments-sdk 0.0.11-rc4 → 0.0.11-rc5
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 +8 -10
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Read more about our service GetViaMsg at https://getviamsg.wdft.ovh
|
|
1
|
+
# WDFT - We Do Fintech - SDK
|
|
4
2
|
|
|
5
3
|
## Changelog
|
|
6
4
|
|
|
7
5
|
### 09.11.2025
|
|
8
6
|
|
|
9
|
-
#### v0.0.11-rc4
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
#### v0.0.11-rc3
|
|
13
|
-
Add changelog.md to release
|
|
7
|
+
#### v0.0.11-rc3, v0.0.11-rc4, v0.0.11-rc5
|
|
8
|
+
README.md commits
|
|
14
9
|
|
|
15
10
|
#### v0.0.11-rc2
|
|
16
11
|
Expose status to payload, method getMessage() now resolve full text message instead of mocked "Creating..."
|
|
@@ -18,8 +13,11 @@ Expose status to payload, method getMessage() now resolve full text message inst
|
|
|
18
13
|
#### v0.0.11-rc1
|
|
19
14
|
Add gvm.js as all-in-one declaritive in html attributes integration.
|
|
20
15
|
|
|
21
|
-
|
|
22
16
|
### 13.10.2025
|
|
23
17
|
|
|
24
18
|
#### v0.0.10
|
|
25
|
-
Release candidate, add storages (memory, session, local) to handle state on client side.
|
|
19
|
+
Release candidate, add storages (memory, session, local) to handle state on client side.
|
|
20
|
+
|
|
21
|
+
# More & Contact
|
|
22
|
+
|
|
23
|
+
Read more about our service GetViaMsg at https://getviamsg.wdft.ovh
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdft/micropayments-sdk",
|
|
3
3
|
"description": "wdft - we do fintech - sdk",
|
|
4
|
-
"version": "0.0.11-
|
|
4
|
+
"version": "0.0.11-rc5",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/**/*",
|
|
8
|
-
"src/**/*"
|
|
8
|
+
"src/**/*",
|
|
9
|
+
"README.md"
|
|
9
10
|
],
|
|
10
11
|
"exports": {
|
|
11
12
|
".": "./dist/index.js",
|