gaboesquivel 3.4.2 → 3.4.3
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 +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +96 -96
- package/dist/index.mjs +96 -96
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2,8 +2,8 @@ interface Project {
|
|
|
2
2
|
title: string;
|
|
3
3
|
slug: string;
|
|
4
4
|
description: string;
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
tech: string[];
|
|
6
|
+
type: string[];
|
|
7
7
|
link?: string;
|
|
8
8
|
image: string;
|
|
9
9
|
repo?: string;
|
|
@@ -15,7 +15,7 @@ interface Project {
|
|
|
15
15
|
interface TechStackItem {
|
|
16
16
|
name: string;
|
|
17
17
|
icon: string;
|
|
18
|
-
tag:
|
|
18
|
+
tag: Tag;
|
|
19
19
|
image: string;
|
|
20
20
|
description: string;
|
|
21
21
|
link: string;
|
|
@@ -26,6 +26,7 @@ interface TechStackItem {
|
|
|
26
26
|
interface TechStackItemWithProjects extends TechStackItem {
|
|
27
27
|
projects: Project[];
|
|
28
28
|
}
|
|
29
|
+
type Tag = 'TypeScript' | 'Solidity' | 'Foundry' | 'NextJS' | 'Ponder' | 'Postgres' | 'Viem' | 'Wagmi' | 'EVM' | 'ThirdWeb' | 'AI' | 'Hardhat' | 'NodeJS' | 'PostgreSQL' | 'GraphQL' | 'AI SDK' | 'LLMs' | 'WebGL' | 'Ethereum' | 'Ethers' | 'NFT' | 'AWS' | 'ReactJS' | 'React Native' | 'Blockchain' | 'EOS' | 'Antelope' | 'C++' | 'GCloud' | 'Serverless' | 'Docker' | 'RXJS' | 'Flow Blockchain' | 'Niftory' | 'Dalle' | 'Midjourney' | 'Tailwind' | 'Ruby on Rails' | 'Spree' | 'Heroku' | 'MongoDB' | 'AngularJS' | 'Express.js' | 'Stripe' | 'Twilio' | 'SASS' | 'jQuery' | 'Lodash' | 'Grapnel.js' | 'Grunt' | 'Divshot' | 'PHP' | 'HTML5' | 'AJAX' | 'Handlebars' | 'Brightcove API' | 'require.js' | 'JSP (Struts)' | 'Omniture' | 'Adobe mBox' | 'Facebook API' | 'Dojo' | 'CSS' | 'Mootols' | 'Wordpress' | 'Custom CMS' | 'Data Charts' | 'Bootstrap' | 'Faye' | 'LESS';
|
|
29
30
|
|
|
30
31
|
declare const projects: Project[];
|
|
31
32
|
|
|
@@ -36,4 +37,4 @@ declare function getTechStackByTag(tag: string): TechStackItemWithProjects | nul
|
|
|
36
37
|
declare function getProjectsByTechnology(tag: string): Project[];
|
|
37
38
|
declare function gaboLog(): void;
|
|
38
39
|
|
|
39
|
-
export { type Project, type TechStackItem, type TechStackItemWithProjects, gaboLog, getProjectBySlug, getProjectsByTechnology, getTechStackByTag, projects, techStack };
|
|
40
|
+
export { type Project, type Tag, type TechStackItem, type TechStackItemWithProjects, gaboLog, getProjectBySlug, getProjectsByTechnology, getTechStackByTag, projects, techStack };
|
package/dist/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ interface Project {
|
|
|
2
2
|
title: string;
|
|
3
3
|
slug: string;
|
|
4
4
|
description: string;
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
tech: string[];
|
|
6
|
+
type: string[];
|
|
7
7
|
link?: string;
|
|
8
8
|
image: string;
|
|
9
9
|
repo?: string;
|
|
@@ -15,7 +15,7 @@ interface Project {
|
|
|
15
15
|
interface TechStackItem {
|
|
16
16
|
name: string;
|
|
17
17
|
icon: string;
|
|
18
|
-
tag:
|
|
18
|
+
tag: Tag;
|
|
19
19
|
image: string;
|
|
20
20
|
description: string;
|
|
21
21
|
link: string;
|
|
@@ -26,6 +26,7 @@ interface TechStackItem {
|
|
|
26
26
|
interface TechStackItemWithProjects extends TechStackItem {
|
|
27
27
|
projects: Project[];
|
|
28
28
|
}
|
|
29
|
+
type Tag = 'TypeScript' | 'Solidity' | 'Foundry' | 'NextJS' | 'Ponder' | 'Postgres' | 'Viem' | 'Wagmi' | 'EVM' | 'ThirdWeb' | 'AI' | 'Hardhat' | 'NodeJS' | 'PostgreSQL' | 'GraphQL' | 'AI SDK' | 'LLMs' | 'WebGL' | 'Ethereum' | 'Ethers' | 'NFT' | 'AWS' | 'ReactJS' | 'React Native' | 'Blockchain' | 'EOS' | 'Antelope' | 'C++' | 'GCloud' | 'Serverless' | 'Docker' | 'RXJS' | 'Flow Blockchain' | 'Niftory' | 'Dalle' | 'Midjourney' | 'Tailwind' | 'Ruby on Rails' | 'Spree' | 'Heroku' | 'MongoDB' | 'AngularJS' | 'Express.js' | 'Stripe' | 'Twilio' | 'SASS' | 'jQuery' | 'Lodash' | 'Grapnel.js' | 'Grunt' | 'Divshot' | 'PHP' | 'HTML5' | 'AJAX' | 'Handlebars' | 'Brightcove API' | 'require.js' | 'JSP (Struts)' | 'Omniture' | 'Adobe mBox' | 'Facebook API' | 'Dojo' | 'CSS' | 'Mootols' | 'Wordpress' | 'Custom CMS' | 'Data Charts' | 'Bootstrap' | 'Faye' | 'LESS';
|
|
29
30
|
|
|
30
31
|
declare const projects: Project[];
|
|
31
32
|
|
|
@@ -36,4 +37,4 @@ declare function getTechStackByTag(tag: string): TechStackItemWithProjects | nul
|
|
|
36
37
|
declare function getProjectsByTechnology(tag: string): Project[];
|
|
37
38
|
declare function gaboLog(): void;
|
|
38
39
|
|
|
39
|
-
export { type Project, type TechStackItem, type TechStackItemWithProjects, gaboLog, getProjectBySlug, getProjectsByTechnology, getTechStackByTag, projects, techStack };
|
|
40
|
+
export { type Project, type Tag, type TechStackItem, type TechStackItemWithProjects, gaboLog, getProjectBySlug, getProjectsByTechnology, getTechStackByTag, projects, techStack };
|