@coopenomics/sdk 2025.11.8-alpha-2 → 2025.11.8-alpha-6

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
@@ -50572,7 +50572,7 @@ declare class Client {
50572
50572
  private vote;
50573
50573
  private thunder;
50574
50574
  private static scalars;
50575
- private constructor();
50575
+ constructor(options: ClientConnectionOptions);
50576
50576
  /**
50577
50577
  * Инициализация клиента с заданными опциями.
50578
50578
  * @param options Параметры соединения.
package/dist/index.d.mts CHANGED
@@ -50572,7 +50572,7 @@ declare class Client {
50572
50572
  private vote;
50573
50573
  private thunder;
50574
50574
  private static scalars;
50575
- private constructor();
50575
+ constructor(options: ClientConnectionOptions);
50576
50576
  /**
50577
50577
  * Инициализация клиента с заданными опциями.
50578
50578
  * @param options Параметры соединения.
package/dist/index.d.ts CHANGED
@@ -50572,7 +50572,7 @@ declare class Client {
50572
50572
  private vote;
50573
50573
  private thunder;
50574
50574
  private static scalars;
50575
- private constructor();
50575
+ constructor(options: ClientConnectionOptions);
50576
50576
  /**
50577
50577
  * Инициализация клиента с заданными опциями.
50578
50578
  * @param options Параметры соединения.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coopenomics/sdk",
3
3
  "type": "module",
4
- "version": "2025.11.8-alpha-2",
4
+ "version": "2025.11.8-alpha-6",
5
5
  "private": false,
6
6
  "packageManager": "pnpm@9.9.0",
7
7
  "description": "",
@@ -48,7 +48,7 @@
48
48
  "@wharfkit/contract": "^1.1.5",
49
49
  "@wharfkit/session": "^1.4.0",
50
50
  "@wharfkit/wallet-plugin-privatekey": "^1.1.0",
51
- "cooptypes": "2025.11.8-alpha-2",
51
+ "cooptypes": "2025.11.8-alpha-6",
52
52
  "graphql": "^16.9.0",
53
53
  "graphql-request": "^7.1.2",
54
54
  "graphql-tag": "^2.12.6",
@@ -76,5 +76,5 @@
76
76
  "vite": "^5.4.3",
77
77
  "vitest": "^2.0.5"
78
78
  },
79
- "gitHead": "9b1fd8e1aa851a2122034a46bfa24b11a2231d50"
79
+ "gitHead": "cde2d33d038d107acc7b36b5691a5e765bce9fb8"
80
80
  }