firstock 1.0.5 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +6 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,3 +1,8 @@
1
1
  "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FirstockWebSocket = exports.Firstock = void 0;
2
4
  const Firstock_1 = require("./Classes/Firstock");
3
- module.exports = Firstock_1.Firstock;
5
+ Object.defineProperty(exports, "Firstock", { enumerable: true, get: function () { return Firstock_1.Firstock; } });
6
+ const websockets_1 = require("./websockets/websockets");
7
+ Object.defineProperty(exports, "FirstockWebSocket", { enumerable: true, get: function () { return websockets_1.FirstockWebSocket; } });
8
+ exports.default = Firstock_1.Firstock;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firstock",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Node js package for using firstock developer apis",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",