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