@wildix/wda-stream-client 1.0.2 → 1.0.3

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.
@@ -10,8 +10,6 @@ class WdaStreamClient extends smithy_client_1.Client {
10
10
  constructor(...[configuration]) {
11
11
  let _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
12
12
  let _config_1 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_0, configuration?.extensions || []);
13
- super(_config_1);
14
- this.config = _config_1;
15
13
  const endpoint = () => {
16
14
  return {
17
15
  hostname: configuration.env === 'prod' || !configuration.env ? 'wda.wildix.com' : configuration.env === 'stable' ? 'wda-stable.wildix.com' : 'wda-stage.wildix.com',
@@ -7,8 +7,6 @@ export class WdaStreamClient extends __Client {
7
7
  constructor(...[configuration]) {
8
8
  let _config_0 = __getRuntimeConfig(configuration || {});
9
9
  let _config_1 = resolveRuntimeExtensions(_config_0, configuration?.extensions || []);
10
- super(_config_1);
11
- this.config = _config_1;
12
10
  const endpoint = () => {
13
11
  return {
14
12
  hostname: configuration.env === 'prod' || !configuration.env ? 'wda.wildix.com' : configuration.env === 'stable' ? 'wda-stable.wildix.com' : 'wda-stage.wildix.com',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-stream-client",
3
3
  "description": "@wildix/wda-stream-client client",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",