ababil 2.0.3 → 2.0.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.js +11 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* @description CLI portfolio for Ababil Hossain
|
|
6
6
|
* @author Ababil Hossain <ababil.webdev@gmail.com>
|
|
7
7
|
* @license MIT
|
|
8
|
-
* @version 2.0.
|
|
8
|
+
* @version 2.0.4
|
|
9
9
|
* @repository https://github.com/DevAbabil/ababil.git
|
|
10
10
|
* @created 2024-03-02
|
|
11
|
-
* @lastModified
|
|
11
|
+
* @lastModified 2026-03-10
|
|
12
12
|
**/
|
|
13
13
|
"use strict";
|
|
14
14
|
var __create = Object.create;
|
|
@@ -62,7 +62,7 @@ var data_default = {
|
|
|
62
62
|
gmail: "ababil.webdev@gmail.com",
|
|
63
63
|
x: "https://x.com/DevAbabil",
|
|
64
64
|
linkedIn: "https://www.linkedin.com/in/DevAbabil",
|
|
65
|
-
facebook: "https://facebook.com/
|
|
65
|
+
facebook: "https://facebook.com/ababil.dev",
|
|
66
66
|
whatsapp: "01937853223",
|
|
67
67
|
discord: "https://discord.gg/DevAbabil"
|
|
68
68
|
},
|
|
@@ -106,6 +106,11 @@ var data_default = {
|
|
|
106
106
|
label: "mongoose-qb",
|
|
107
107
|
source: "https://github.com/DevAbabil/mongoose-qb",
|
|
108
108
|
description: "Mongoose query builder for filtering, searching, sorting, and pagination."
|
|
109
|
+
},
|
|
110
|
+
"jobx-cli": {
|
|
111
|
+
label: "JobX - AI powered CLI tool",
|
|
112
|
+
source: "https://jobx.devababil.com",
|
|
113
|
+
description: "AI powered CLI automates job application emails and Google Sheets tracking."
|
|
109
114
|
}
|
|
110
115
|
},
|
|
111
116
|
timestamp: {
|
|
@@ -114,7 +119,7 @@ var data_default = {
|
|
|
114
119
|
timeZone: "Asia/Dhaka"
|
|
115
120
|
})
|
|
116
121
|
},
|
|
117
|
-
version: "2.0.
|
|
122
|
+
version: "2.0.4"
|
|
118
123
|
};
|
|
119
124
|
|
|
120
125
|
// src/components/_header.ts
|
|
@@ -622,7 +627,8 @@ ${[
|
|
|
622
627
|
project["react-siteviews"],
|
|
623
628
|
project["make-public"],
|
|
624
629
|
project["gen-table"],
|
|
625
|
-
project["mongoose-qb"]
|
|
630
|
+
project["mongoose-qb"],
|
|
631
|
+
project["jobx-cli"]
|
|
626
632
|
].map(formatItem).join("\n\n")}
|
|
627
633
|
`;
|
|
628
634
|
var projects_default = projects;
|