@lendasat/lendaswap-sdk-pure 0.2.29 → 0.2.30

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/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export declare const SDK_NAME = "lendaswap-sdk-pure";
2
- export declare const SDK_VERSION = "0.2.29";
3
- export declare const CLIENT_AGENT = "lendaswap-sdk-pure/0.2.29";
2
+ export declare const SDK_VERSION = "0.2.30";
3
+ export declare const CLIENT_AGENT = "lendaswap-sdk-pure/0.2.30";
4
4
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // Generated by scripts/sync-version.mjs — do not edit by hand.
2
2
  // Kept in sync with package.json on `npm version` and `npm run build`.
3
3
  export const SDK_NAME = "lendaswap-sdk-pure";
4
- export const SDK_VERSION = "0.2.29";
4
+ export const SDK_VERSION = "0.2.30";
5
5
  export const CLIENT_AGENT = `${SDK_NAME}/${SDK_VERSION}`;
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lendasat/lendaswap-sdk-pure",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
4
4
  "description": "Lendaswap Client SDK - Pure TypeScript, React Native compatible",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",