@xoxno/types 1.0.439 → 1.0.443

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.ts CHANGED
@@ -249,3 +249,4 @@ export * from './requests/user-data/verify-email.dto';
249
249
  export * from './utils/generic';
250
250
  export * from './utils/order';
251
251
  export * from './utils/types';
252
+ export * from './stellar-lending';
package/dist/index.js CHANGED
@@ -340,3 +340,4 @@ __exportStar(require("./requests/user-data/verify-email.dto"), exports);
340
340
  __exportStar(require("./utils/generic"), exports);
341
341
  __exportStar(require("./utils/order"), exports);
342
342
  __exportStar(require("./utils/types"), exports);
343
+ __exportStar(require("./stellar-lending"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.439",
3
+ "version": "1.0.443",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {