@wdft/micropayments-sdk 0.0.11-rc2 → 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.
Files changed (2) hide show
  1. package/README.md +20 -2
  2. package/package.json +1 -1
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
- ### Changelog
5
+ ## Changelog
6
6
 
7
- [CHANGELOG.md](/changelog.md)
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@wdft/micropayments-sdk",
3
3
  "description": "wdft - we do fintech - sdk",
4
- "version": "0.0.11-rc2",
4
+ "version": "0.0.11-rc4",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
7
7
  "dist/**/*",