gaboesquivel 3.9.6 → 3.9.8
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.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +36 -7
- package/dist/index.mjs +35 -7
- package/package.json +23 -23
package/dist/index.d.mts
CHANGED
|
@@ -41,6 +41,7 @@ declare function getProjectBySlug(slug: string): Project | undefined;
|
|
|
41
41
|
declare function getTechStackByTag(tag: Tag): TechStackItemWithProjects | null;
|
|
42
42
|
declare function getTechStackBySlug(slug: string): TechStackItemWithProjects | null;
|
|
43
43
|
declare function getProjectsByTechnology(tag: Tag): Project[];
|
|
44
|
+
declare function getProjectsByTechnologySlug(slug: string): Project[];
|
|
44
45
|
declare function gaboLog(): void;
|
|
45
46
|
|
|
46
|
-
export { type Project, type Tag, type TechStackItem, type TechStackItemWithProjects, gaboLog, getProjectBySlug, getProjectsByTechnology, getTechStackBySlug, getTechStackByTag, projects, techStack };
|
|
47
|
+
export { type Project, type Tag, type TechStackItem, type TechStackItemWithProjects, gaboLog, getProjectBySlug, getProjectsByTechnology, getProjectsByTechnologySlug, getTechStackBySlug, getTechStackByTag, projects, techStack };
|
package/dist/index.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ declare function getProjectBySlug(slug: string): Project | undefined;
|
|
|
41
41
|
declare function getTechStackByTag(tag: Tag): TechStackItemWithProjects | null;
|
|
42
42
|
declare function getTechStackBySlug(slug: string): TechStackItemWithProjects | null;
|
|
43
43
|
declare function getProjectsByTechnology(tag: Tag): Project[];
|
|
44
|
+
declare function getProjectsByTechnologySlug(slug: string): Project[];
|
|
44
45
|
declare function gaboLog(): void;
|
|
45
46
|
|
|
46
|
-
export { type Project, type Tag, type TechStackItem, type TechStackItemWithProjects, gaboLog, getProjectBySlug, getProjectsByTechnology, getTechStackBySlug, getTechStackByTag, projects, techStack };
|
|
47
|
+
export { type Project, type Tag, type TechStackItem, type TechStackItemWithProjects, gaboLog, getProjectBySlug, getProjectsByTechnology, getProjectsByTechnologySlug, getTechStackBySlug, getTechStackByTag, projects, techStack };
|
package/dist/index.js
CHANGED
|
@@ -23,6 +23,7 @@ __export(index_exports, {
|
|
|
23
23
|
gaboLog: () => gaboLog,
|
|
24
24
|
getProjectBySlug: () => getProjectBySlug,
|
|
25
25
|
getProjectsByTechnology: () => getProjectsByTechnology,
|
|
26
|
+
getProjectsByTechnologySlug: () => getProjectsByTechnologySlug,
|
|
26
27
|
getTechStackBySlug: () => getTechStackBySlug,
|
|
27
28
|
getTechStackByTag: () => getTechStackByTag,
|
|
28
29
|
projects: () => projects,
|
|
@@ -165,7 +166,8 @@ var projects = [
|
|
|
165
166
|
"Zod",
|
|
166
167
|
"nuqs",
|
|
167
168
|
"OpenAI",
|
|
168
|
-
"AI SDK"
|
|
169
|
+
"AI SDK",
|
|
170
|
+
"PostgreSQL"
|
|
169
171
|
],
|
|
170
172
|
type: ["web3", "ai", "oss", "full-time", "lead", "defi", "featured"],
|
|
171
173
|
link: "https://bitlauncher.ai",
|
|
@@ -207,7 +209,8 @@ var projects = [
|
|
|
207
209
|
"Tailwind",
|
|
208
210
|
"TanStack Query",
|
|
209
211
|
"Zod",
|
|
210
|
-
"nuqs"
|
|
212
|
+
"nuqs",
|
|
213
|
+
"PostgreSQL"
|
|
211
214
|
],
|
|
212
215
|
type: ["ai", "oss", "featured"],
|
|
213
216
|
link: "https://masterbots.ai",
|
|
@@ -272,7 +275,8 @@ var projects = [
|
|
|
272
275
|
"TypeScript",
|
|
273
276
|
"Ethereum",
|
|
274
277
|
"Docker",
|
|
275
|
-
"Tailwind"
|
|
278
|
+
"Tailwind",
|
|
279
|
+
"PostgreSQL"
|
|
276
280
|
],
|
|
277
281
|
type: ["web3", "full-time", "featured"],
|
|
278
282
|
link: "https://raremint.com",
|
|
@@ -379,7 +383,8 @@ var projects = [
|
|
|
379
383
|
"RXJS",
|
|
380
384
|
"ReactJS",
|
|
381
385
|
"Docker",
|
|
382
|
-
"TypeScript"
|
|
386
|
+
"TypeScript",
|
|
387
|
+
"PostgreSQL"
|
|
383
388
|
],
|
|
384
389
|
type: ["web3", "oss", "featured"],
|
|
385
390
|
link: "https://chaingraph.io",
|
|
@@ -435,7 +440,16 @@ var projects = [
|
|
|
435
440
|
title: "EOS Rate",
|
|
436
441
|
slug: "eos-rate",
|
|
437
442
|
description: "EOS Rate is a community-driven tool for rating EOS Block Producers, featuring a radial graph and community input stored on the blockchain.\n In this project, I was responsible for the technical architecture and selecting the appropriate technology.",
|
|
438
|
-
tech: [
|
|
443
|
+
tech: [
|
|
444
|
+
"EOS",
|
|
445
|
+
"C++",
|
|
446
|
+
"GraphQL",
|
|
447
|
+
"ReactJS",
|
|
448
|
+
"GCP",
|
|
449
|
+
"Docker",
|
|
450
|
+
"TypeScript",
|
|
451
|
+
"PostgreSQL"
|
|
452
|
+
],
|
|
439
453
|
type: ["web3", "oss", "featured"],
|
|
440
454
|
link: "https://eosrate.io",
|
|
441
455
|
image: "https://gaboesquivel.com/images/work/eosrate.png",
|
|
@@ -527,7 +541,15 @@ var projects = [
|
|
|
527
541
|
title: "dBoard",
|
|
528
542
|
slug: "dboard",
|
|
529
543
|
description: "dBoard is a DAO decision-making and community management tool. It allows stakeholders to strategize, debate, and vote on actions for organizational efficiency.\n In this project, my contributions included overseeing the technical architecture and the smart contract development and integration on the webapp.",
|
|
530
|
-
tech: [
|
|
544
|
+
tech: [
|
|
545
|
+
"Antelope",
|
|
546
|
+
"NextJS",
|
|
547
|
+
"GCP",
|
|
548
|
+
"GraphQL",
|
|
549
|
+
"TypeScript",
|
|
550
|
+
"Docker",
|
|
551
|
+
"PostgreSQL"
|
|
552
|
+
],
|
|
531
553
|
type: ["web3", "oss"],
|
|
532
554
|
link: "https://eos.dboard.ai",
|
|
533
555
|
image: "https://gaboesquivel.com/images/work/dboard.png",
|
|
@@ -557,7 +579,8 @@ var projects = [
|
|
|
557
579
|
"GraphQL",
|
|
558
580
|
"React Native",
|
|
559
581
|
"NodeJS",
|
|
560
|
-
"EVM"
|
|
582
|
+
"EVM",
|
|
583
|
+
"PostgreSQL"
|
|
561
584
|
],
|
|
562
585
|
type: ["web3", "contract", "oss"],
|
|
563
586
|
link: "https://github.com/knowledge/ethereum-contracts",
|
|
@@ -2477,6 +2500,11 @@ function getTechStackBySlug(slug) {
|
|
|
2477
2500
|
function getProjectsByTechnology(tag) {
|
|
2478
2501
|
return projects.filter((project) => project.tech.includes(tag));
|
|
2479
2502
|
}
|
|
2503
|
+
function getProjectsByTechnologySlug(slug) {
|
|
2504
|
+
const tech = techStack.find((tech2) => tech2.slug === slug);
|
|
2505
|
+
if (!tech) return [];
|
|
2506
|
+
return projects.filter((project) => project.tech.includes(tech.tag));
|
|
2507
|
+
}
|
|
2480
2508
|
function gaboLog() {
|
|
2481
2509
|
console.log({ projects, tech: techStack });
|
|
2482
2510
|
}
|
|
@@ -2485,6 +2513,7 @@ function gaboLog() {
|
|
|
2485
2513
|
gaboLog,
|
|
2486
2514
|
getProjectBySlug,
|
|
2487
2515
|
getProjectsByTechnology,
|
|
2516
|
+
getProjectsByTechnologySlug,
|
|
2488
2517
|
getTechStackBySlug,
|
|
2489
2518
|
getTechStackByTag,
|
|
2490
2519
|
projects,
|
package/dist/index.mjs
CHANGED
|
@@ -133,7 +133,8 @@ var projects = [
|
|
|
133
133
|
"Zod",
|
|
134
134
|
"nuqs",
|
|
135
135
|
"OpenAI",
|
|
136
|
-
"AI SDK"
|
|
136
|
+
"AI SDK",
|
|
137
|
+
"PostgreSQL"
|
|
137
138
|
],
|
|
138
139
|
type: ["web3", "ai", "oss", "full-time", "lead", "defi", "featured"],
|
|
139
140
|
link: "https://bitlauncher.ai",
|
|
@@ -175,7 +176,8 @@ var projects = [
|
|
|
175
176
|
"Tailwind",
|
|
176
177
|
"TanStack Query",
|
|
177
178
|
"Zod",
|
|
178
|
-
"nuqs"
|
|
179
|
+
"nuqs",
|
|
180
|
+
"PostgreSQL"
|
|
179
181
|
],
|
|
180
182
|
type: ["ai", "oss", "featured"],
|
|
181
183
|
link: "https://masterbots.ai",
|
|
@@ -240,7 +242,8 @@ var projects = [
|
|
|
240
242
|
"TypeScript",
|
|
241
243
|
"Ethereum",
|
|
242
244
|
"Docker",
|
|
243
|
-
"Tailwind"
|
|
245
|
+
"Tailwind",
|
|
246
|
+
"PostgreSQL"
|
|
244
247
|
],
|
|
245
248
|
type: ["web3", "full-time", "featured"],
|
|
246
249
|
link: "https://raremint.com",
|
|
@@ -347,7 +350,8 @@ var projects = [
|
|
|
347
350
|
"RXJS",
|
|
348
351
|
"ReactJS",
|
|
349
352
|
"Docker",
|
|
350
|
-
"TypeScript"
|
|
353
|
+
"TypeScript",
|
|
354
|
+
"PostgreSQL"
|
|
351
355
|
],
|
|
352
356
|
type: ["web3", "oss", "featured"],
|
|
353
357
|
link: "https://chaingraph.io",
|
|
@@ -403,7 +407,16 @@ var projects = [
|
|
|
403
407
|
title: "EOS Rate",
|
|
404
408
|
slug: "eos-rate",
|
|
405
409
|
description: "EOS Rate is a community-driven tool for rating EOS Block Producers, featuring a radial graph and community input stored on the blockchain.\n In this project, I was responsible for the technical architecture and selecting the appropriate technology.",
|
|
406
|
-
tech: [
|
|
410
|
+
tech: [
|
|
411
|
+
"EOS",
|
|
412
|
+
"C++",
|
|
413
|
+
"GraphQL",
|
|
414
|
+
"ReactJS",
|
|
415
|
+
"GCP",
|
|
416
|
+
"Docker",
|
|
417
|
+
"TypeScript",
|
|
418
|
+
"PostgreSQL"
|
|
419
|
+
],
|
|
407
420
|
type: ["web3", "oss", "featured"],
|
|
408
421
|
link: "https://eosrate.io",
|
|
409
422
|
image: "https://gaboesquivel.com/images/work/eosrate.png",
|
|
@@ -495,7 +508,15 @@ var projects = [
|
|
|
495
508
|
title: "dBoard",
|
|
496
509
|
slug: "dboard",
|
|
497
510
|
description: "dBoard is a DAO decision-making and community management tool. It allows stakeholders to strategize, debate, and vote on actions for organizational efficiency.\n In this project, my contributions included overseeing the technical architecture and the smart contract development and integration on the webapp.",
|
|
498
|
-
tech: [
|
|
511
|
+
tech: [
|
|
512
|
+
"Antelope",
|
|
513
|
+
"NextJS",
|
|
514
|
+
"GCP",
|
|
515
|
+
"GraphQL",
|
|
516
|
+
"TypeScript",
|
|
517
|
+
"Docker",
|
|
518
|
+
"PostgreSQL"
|
|
519
|
+
],
|
|
499
520
|
type: ["web3", "oss"],
|
|
500
521
|
link: "https://eos.dboard.ai",
|
|
501
522
|
image: "https://gaboesquivel.com/images/work/dboard.png",
|
|
@@ -525,7 +546,8 @@ var projects = [
|
|
|
525
546
|
"GraphQL",
|
|
526
547
|
"React Native",
|
|
527
548
|
"NodeJS",
|
|
528
|
-
"EVM"
|
|
549
|
+
"EVM",
|
|
550
|
+
"PostgreSQL"
|
|
529
551
|
],
|
|
530
552
|
type: ["web3", "contract", "oss"],
|
|
531
553
|
link: "https://github.com/knowledge/ethereum-contracts",
|
|
@@ -2445,6 +2467,11 @@ function getTechStackBySlug(slug) {
|
|
|
2445
2467
|
function getProjectsByTechnology(tag) {
|
|
2446
2468
|
return projects.filter((project) => project.tech.includes(tag));
|
|
2447
2469
|
}
|
|
2470
|
+
function getProjectsByTechnologySlug(slug) {
|
|
2471
|
+
const tech = techStack.find((tech2) => tech2.slug === slug);
|
|
2472
|
+
if (!tech) return [];
|
|
2473
|
+
return projects.filter((project) => project.tech.includes(tech.tag));
|
|
2474
|
+
}
|
|
2448
2475
|
function gaboLog() {
|
|
2449
2476
|
console.log({ projects, tech: techStack });
|
|
2450
2477
|
}
|
|
@@ -2452,6 +2479,7 @@ export {
|
|
|
2452
2479
|
gaboLog,
|
|
2453
2480
|
getProjectBySlug,
|
|
2454
2481
|
getProjectsByTechnology,
|
|
2482
|
+
getProjectsByTechnologySlug,
|
|
2455
2483
|
getTechStackBySlug,
|
|
2456
2484
|
getTechStackByTag,
|
|
2457
2485
|
projects,
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
2
|
+
"name": "gaboesquivel",
|
|
3
|
+
"version": "3.9.8",
|
|
4
|
+
"description": "Gabo Esquivel - Software Engineer",
|
|
5
|
+
"author": "Gabo Esquivel",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "tsup src/index.ts --format cjs,esm --dts",
|
|
10
|
+
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
|
|
11
|
+
"prepublishOnly": "npm run build",
|
|
12
|
+
"hooks:pre-commit": "biome check --write --staged --no-errors-on-unmatched && git update-index --again",
|
|
13
|
+
"lint": "biome check .",
|
|
14
|
+
"lint:fix": "biome check . --write"
|
|
15
|
+
},
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"simple-git-hooks": "2.11.1",
|
|
18
|
+
"tsup": "^8.4.0",
|
|
19
|
+
"typescript": "^5.8.2"
|
|
20
|
+
},
|
|
21
|
+
"simple-git-hooks": {
|
|
22
|
+
"pre-commit": "bun run hooks:pre-commit"
|
|
23
|
+
},
|
|
24
|
+
"files": ["dist"]
|
|
25
25
|
}
|