@oumla/sdk 0.0.1 → 0.0.2

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.js CHANGED
@@ -4118,7 +4118,7 @@ var Oumla = class extends Base {
4118
4118
  return __async(this, null, function* () {
4119
4119
  return yield this.httpRequest({
4120
4120
  method: "POST",
4121
- path: "/api/v1/withdraw",
4121
+ path: "/api/v1/withdraw/address",
4122
4122
  body: args,
4123
4123
  schema: CreateTransactionSchema
4124
4124
  });
package/dist/index.mjs CHANGED
@@ -4093,7 +4093,7 @@ var Oumla = class extends Base {
4093
4093
  return __async(this, null, function* () {
4094
4094
  return yield this.httpRequest({
4095
4095
  method: "POST",
4096
- path: "/api/v1/withdraw",
4096
+ path: "/api/v1/withdraw/address",
4097
4097
  body: args,
4098
4098
  schema: CreateTransactionSchema
4099
4099
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oumla/sdk",
3
- "version": "0.0.1",
4
- "description": "simple SDK",
3
+ "version": "0.0.2",
4
+ "description": "Oumla SDK is the fastest way to integrate with blockchain networks",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",