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