asv-hlps 1.2.42 → 1.2.43

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.
@@ -1,3 +1,4 @@
1
+ import { AuthParam, getAuth } from "./auth";
1
2
  import { HlpEntry } from "./helpers/hlpEntry";
2
3
  import HlpProduct from "./helpers/hlpProduct";
3
4
  import AmountOnBillPipe from "./helpers/pipes/amount-on-bill-pipe";
@@ -6,7 +7,6 @@ import StockPipe from "./helpers/pipes/stock-pipe";
6
7
  import { AuthService } from "./services/authService";
7
8
  import CapacitorStorageService from "./services/capacitorStorageService";
8
9
  import StorageService from "./services/storageService";
9
- import "./auth";
10
10
  import "./bill";
11
11
  import "./bootstrap";
12
12
  import "./models/index";
@@ -22,7 +22,6 @@ import "./sale";
22
22
  import "./services/authService";
23
23
  import "./user";
24
24
  import "./utils";
25
- export * from "./auth";
26
25
  export * from "./bill";
27
26
  export * from "./bootstrap";
28
27
  export * from "./core/estates/index";
@@ -37,4 +36,4 @@ export * from "./react-utils";
37
36
  export * from "./sale";
38
37
  export * from "./user";
39
38
  export * from "./utils";
40
- export { AuthService, StorageService, CapacitorStorageService, HlpProduct, HlpEntry, StockPipe, AmountOnListBillPipe, AmountOnBillPipe };
39
+ export { AuthParam, getAuth, AuthService, StorageService, CapacitorStorageService, HlpProduct, HlpEntry, StockPipe, AmountOnListBillPipe, AmountOnBillPipe, };
package/lib/cjs/index.js CHANGED
@@ -17,7 +17,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
17
17
  return (mod && mod.__esModule) ? mod : { "default": mod };
18
18
  };
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
- exports.AmountOnBillPipe = exports.AmountOnListBillPipe = exports.StockPipe = exports.HlpEntry = exports.HlpProduct = exports.CapacitorStorageService = exports.StorageService = exports.AuthService = void 0;
20
+ exports.AmountOnBillPipe = exports.AmountOnListBillPipe = exports.StockPipe = exports.HlpEntry = exports.HlpProduct = exports.CapacitorStorageService = exports.StorageService = exports.AuthService = exports.getAuth = void 0;
21
+ const auth_1 = require("./auth");
22
+ Object.defineProperty(exports, "getAuth", { enumerable: true, get: function () { return auth_1.getAuth; } });
21
23
  const hlpEntry_1 = require("./helpers/hlpEntry");
22
24
  Object.defineProperty(exports, "HlpEntry", { enumerable: true, get: function () { return hlpEntry_1.HlpEntry; } });
23
25
  const hlpProduct_1 = __importDefault(require("./helpers/hlpProduct"));
@@ -34,7 +36,7 @@ const capacitorStorageService_1 = __importDefault(require("./services/capacitorS
34
36
  exports.CapacitorStorageService = capacitorStorageService_1.default;
35
37
  const storageService_1 = __importDefault(require("./services/storageService"));
36
38
  exports.StorageService = storageService_1.default;
37
- require("./auth");
39
+ // import "./auth";
38
40
  require("./bill");
39
41
  require("./bootstrap");
40
42
  // import "./models/entities/estates/index";
@@ -53,7 +55,7 @@ require("./sale");
53
55
  require("./services/authService");
54
56
  require("./user");
55
57
  require("./utils");
56
- __exportStar(require("./auth"), exports);
58
+ // export * from "./auth";
57
59
  __exportStar(require("./bill"), exports);
58
60
  __exportStar(require("./bootstrap"), exports);
59
61
  __exportStar(require("./core/estates/index"), exports);
@@ -1,3 +1,4 @@
1
+ import { AuthParam, getAuth } from "./auth";
1
2
  import { HlpEntry } from "./helpers/hlpEntry";
2
3
  import HlpProduct from "./helpers/hlpProduct";
3
4
  import AmountOnBillPipe from "./helpers/pipes/amount-on-bill-pipe";
@@ -6,7 +7,6 @@ import StockPipe from "./helpers/pipes/stock-pipe";
6
7
  import { AuthService } from "./services/authService";
7
8
  import CapacitorStorageService from "./services/capacitorStorageService";
8
9
  import StorageService from "./services/storageService";
9
- import "./auth";
10
10
  import "./bill";
11
11
  import "./bootstrap";
12
12
  import "./models/index";
@@ -22,7 +22,6 @@ import "./sale";
22
22
  import "./services/authService";
23
23
  import "./user";
24
24
  import "./utils";
25
- export * from "./auth";
26
25
  export * from "./bill";
27
26
  export * from "./bootstrap";
28
27
  export * from "./core/estates/index";
@@ -37,4 +36,4 @@ export * from "./react-utils";
37
36
  export * from "./sale";
38
37
  export * from "./user";
39
38
  export * from "./utils";
40
- export { AuthService, StorageService, CapacitorStorageService, HlpProduct, HlpEntry, StockPipe, AmountOnListBillPipe, AmountOnBillPipe };
39
+ export { AuthParam, getAuth, AuthService, StorageService, CapacitorStorageService, HlpProduct, HlpEntry, StockPipe, AmountOnListBillPipe, AmountOnBillPipe, };
package/lib/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import { getAuth } from "./auth";
1
2
  import { HlpEntry } from "./helpers/hlpEntry";
2
3
  import HlpProduct from "./helpers/hlpProduct";
3
4
  import AmountOnBillPipe from "./helpers/pipes/amount-on-bill-pipe";
@@ -6,7 +7,7 @@ import StockPipe from "./helpers/pipes/stock-pipe";
6
7
  import { AuthService } from "./services/authService";
7
8
  import CapacitorStorageService from "./services/capacitorStorageService";
8
9
  import StorageService from "./services/storageService";
9
- import "./auth";
10
+ // import "./auth";
10
11
  import "./bill";
11
12
  import "./bootstrap";
12
13
  // import "./models/entities/estates/index";
@@ -25,7 +26,7 @@ import "./sale";
25
26
  import "./services/authService";
26
27
  import "./user";
27
28
  import "./utils";
28
- export * from "./auth";
29
+ // export * from "./auth";
29
30
  export * from "./bill";
30
31
  export * from "./bootstrap";
31
32
  export * from "./core/estates/index";
@@ -41,4 +42,4 @@ export * from "./sale";
41
42
  export * from "./user";
42
43
  export * from "./utils";
43
44
  // export * from "./helpers/hlpProduct";
44
- export { AuthService, StorageService, CapacitorStorageService, HlpProduct, HlpEntry, StockPipe, AmountOnListBillPipe, AmountOnBillPipe };
45
+ export { getAuth, AuthService, StorageService, CapacitorStorageService, HlpProduct, HlpEntry, StockPipe, AmountOnListBillPipe, AmountOnBillPipe, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.2.42",
3
+ "version": "1.2.43",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",