Skip to content

Commit

Permalink
fix(resume): update schema-resume package name
Browse files Browse the repository at this point in the history
Renamed `@suddenlygiovanni/schema-resume` to `@suddenly-giovanni/schema-resume` across all affected files for consistency.

Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
  • Loading branch information
suddenlyGiovanni committed Jan 28, 2025
1 parent f44c4be commit 6706605
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 49 deletions.
86 changes: 43 additions & 43 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/resume/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@suddenlygiovanni/resume",
"name": "@suddenly-giovanni/resume",
"type": "module",
"version": "0.0.1",
"private": true,
"dependencies": {
"@suddenlygiovanni/schema-resume": "npm:@suddenlygiovanni/schema-resume",
"@suddenly-giovanni/schema-resume": "npm:@suddenly-giovanni/schema-resume",
"@std/yaml": "npm:@jsr/std__yaml@1.0.5",
"effect": "3.12.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/resume/src/integration-test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as fs from 'node:fs/promises'
import { URL } from 'node:url'

import * as yaml from '@std/yaml'
import { Resume } from '@suddenlygiovanni/schema-resume'
import { Resume } from '@suddenly-giovanni/schema-resume'
import { Schema } from 'effect'
import { describe, expect, it } from 'vitest'

Expand Down
2 changes: 1 addition & 1 deletion packages/resume/src/resume.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Resume } from '@suddenlygiovanni/schema-resume'
import { Resume } from '@suddenly-giovanni/schema-resume'
import { JSONSchema } from 'effect'
import { describe, expect, it } from 'vitest'

Expand Down
2 changes: 1 addition & 1 deletion packages/schema-resume/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/denoland/deno/refs/heads/main/cli/schemas/config-file.v1.json",
"name": "@suddenlygiovanni/schema-resume",
"name": "@suddenly-giovanni/schema-resume",
"version": "0.0.1",
"license": "MIT",
"exports": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-resume/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@suddenlygiovanni/schema-resume",
"name": "@suddenly-giovanni/schema-resume",
"type": "module",
"version": "0.0.1",
"exports": {
Expand Down

0 comments on commit 6706605

Please sign in to comment.