conductor-node 3.5.2 → 3.5.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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { ClientOptions } from "@conductor/client/Client";
2
2
  import Client from "@conductor/client/Client";
3
3
  import type * as Types from "@conductor/client/integrationTypes";
4
- export type { ClientOptions };
5
- export { Client, Types };
4
+ export default Client;
5
+ export type { ClientOptions, Types };
package/dist/index.js CHANGED
@@ -3,6 +3,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.Client = void 0;
7
6
  const Client_1 = __importDefault(require("@conductor/client/Client"));
8
- exports.Client = Client_1.default;
7
+ exports.default = Client_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "3.5.2",
3
+ "version": "3.5.4",
4
4
  "description": "Conductor API wrapper",
5
5
  "author": "Danny Nemer <hi@DannyNemer.com>",
6
6
  "license": "MIT",