gaboesquivel 3.3.5 → 3.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaboesquivel",
3
- "version": "3.3.5",
3
+ "version": "3.3.7",
4
4
  "description": "Gabo Esquivel - Software Engineer",
5
5
  "author": "Gabo Esquivel",
6
6
  "main": "./dist/index.js",
package/src/api.ts CHANGED
@@ -14,4 +14,8 @@ export function getTechStackByTag(tag: string) {
14
14
 
15
15
  export function getProjectsByTechnology(tag: string) {
16
16
  return projects.filter((project) => project.technologies.includes(tag));
17
+ }
18
+
19
+ export function gaboLog() {
20
+ console.log({project: projects, tech: techStack});
17
21
  }
package/src/projects.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Project } from './types';
1
+ import type { Project } from './types';
2
2
 
3
3
  export const projects: Project[] = [
4
4
  {
package/src/tech.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { TechStackItem } from './types';
1
+ import type { TechStackItem } from './types';
2
2
 
3
3
  export const techStack: TechStackItem[] = [
4
4
  {