@techzunction/sdk 0.1.0 → 0.1.1

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/dist/index.d.cts CHANGED
@@ -472,6 +472,7 @@ interface WalletPack {
472
472
  name: string;
473
473
  amount: number;
474
474
  bonus: number;
475
+ desc: string | null;
475
476
  isPopular: boolean;
476
477
  }
477
478
  interface UploadResult {
package/dist/index.d.ts CHANGED
@@ -472,6 +472,7 @@ interface WalletPack {
472
472
  name: string;
473
473
  amount: number;
474
474
  bonus: number;
475
+ desc: string | null;
475
476
  isPopular: boolean;
476
477
  }
477
478
  interface UploadResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techzunction/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TechZunction Platform SDK — centralized API client for all frontend projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",