wapi-client 0.8.3 → 0.8.4

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.
@@ -61,7 +61,7 @@ var import_base_client = require('./base-client.cjs');
61
61
  var import_connection = require('./connection/connection.enums.cjs');
62
62
  var import__ = require('../index.cjs');
63
63
  var _a;
64
- var CLIENT_VERSION = (_a = '0.8.3') != null ? _a : "";
64
+ var CLIENT_VERSION = (_a = '0.8.4') != null ? _a : "";
65
65
  function createWsClient(opts) {
66
66
  const initialConnection = createConnection(opts);
67
67
  return new WsClient(initialConnection, opts);
@@ -35,7 +35,7 @@ import {
35
35
  } from "./connection/connection.enums";
36
36
  import { WapiClientType } from "../index";
37
37
  var _a;
38
- var CLIENT_VERSION = (_a = '0.8.3') != null ? _a : "";
38
+ var CLIENT_VERSION = (_a = '0.8.4') != null ? _a : "";
39
39
  function createWsClient(opts) {
40
40
  const initialConnection = createConnection(opts);
41
41
  return new WsClient(initialConnection, opts);
package/dist/client.cjs CHANGED
@@ -66,7 +66,7 @@ var import_errors = require('./lib/errors.cjs');
66
66
  var import_fns = require('./fns/index.cjs');
67
67
  var import_import_data = require('./fns/import-data/import-data.guards.cjs');
68
68
  var _a;
69
- var CLIENT_VERSION = (_a = '0.8.3') != null ? _a : "";
69
+ var CLIENT_VERSION = (_a = '0.8.4') != null ? _a : "";
70
70
  var Client = class {
71
71
  /**
72
72
  * @internal
package/dist/client.js CHANGED
@@ -50,7 +50,7 @@ import {
50
50
  isImportDataFnInput
51
51
  } from "./fns/import-data/import-data.guards";
52
52
  var _a;
53
- var CLIENT_VERSION = (_a = '0.8.3') != null ? _a : "";
53
+ var CLIENT_VERSION = (_a = '0.8.4') != null ? _a : "";
54
54
  var Client = class {
55
55
  /**
56
56
  * @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wapi-client",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",