asv-hlps 1.3.68 → 1.3.69

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,7 +1,7 @@
1
1
  export * from "./acts";
2
2
  export * from "./auth";
3
3
  export * from "./bills";
4
- export * from "./bootstrap";
4
+ export * from "./shared/bazars/BsColors";
5
5
  export * from "./buys";
6
6
  export * from "./cashs";
7
7
  export * from "./comptas";
package/lib/cjs/index.js CHANGED
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./acts"), exports);
18
18
  __exportStar(require("./auth"), exports);
19
19
  __exportStar(require("./bills"), exports);
20
- __exportStar(require("./bootstrap"), exports);
20
+ __exportStar(require("./shared/bazars/BsColors"), exports);
21
21
  __exportStar(require("./buys"), exports);
22
22
  __exportStar(require("./cashs"), exports);
23
23
  __exportStar(require("./comptas"), exports);
@@ -0,0 +1,2 @@
1
+ type BsColors = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "light" | "white" | "info" | "link" | string;
2
+ export default BsColors;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export { default as BsColors } from "./BsColors";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +1,7 @@
1
1
  export * from "./acts";
2
2
  export * from "./auth";
3
3
  export * from "./bills";
4
- export * from "./bootstrap";
4
+ export * from "./shared/bazars/BsColors";
5
5
  export * from "./buys";
6
6
  export * from "./cashs";
7
7
  export * from "./comptas";
package/lib/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export * from "./acts";
2
2
  export * from "./auth";
3
3
  export * from "./bills";
4
- export * from "./bootstrap";
4
+ export * from "./shared/bazars/BsColors";
5
5
  export * from "./buys";
6
6
  export * from "./cashs";
7
7
  export * from "./comptas";
@@ -0,0 +1,2 @@
1
+ type BsColors = "warning" | "purple" | "secondary" | "pink" | "primary" | "success" | "danger" | "light" | "white" | "info" | "link" | string;
2
+ export default BsColors;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export { default as BsColors } from "./BsColors";
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.3.68",
3
+ "version": "1.3.69",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",