@wdft/micropayments-sdk 0.0.11-rc2 → 0.0.11-rc3
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/CHANGELOG.md +17 -0
- package/README.md +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
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.
|
package/README.md
CHANGED
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-rc3",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/**/*",
|
|
8
|
-
"src/**/*"
|
|
8
|
+
"src/**/*",
|
|
9
|
+
"CHANGELOG.md"
|
|
9
10
|
],
|
|
10
11
|
"exports": {
|
|
11
12
|
".": "./dist/index.js",
|