Skip to content

Commit

Permalink
chore(resume): update schema-resume to version 0.0.4
Browse files Browse the repository at this point in the history
Upgrade schema-resume dependency to v0.0.4 in deno.json. This
includes changes such as the updated effect dependency in schema-resume.

Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
  • Loading branch information
suddenlyGiovanni committed Feb 6, 2025
1 parent bda72f3 commit 3367f3a
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 82 deletions.
137 changes: 57 additions & 80 deletions deno.lock

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

2 changes: 1 addition & 1 deletion packages/resume/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.2",
"imports": {
"@deno/vite-plugin": "npm:@deno/vite-plugin@1.0.3",
"@suddenly-giovanni/schema-resume": "jsr:@suddenly-giovanni/schema-resume@0.0.3",
"@suddenly-giovanni/schema-resume": "jsr:@suddenly-giovanni/schema-resume@0.0.4",
"@types/node": "npm:@types/node@22.13.1",
"effect": "npm:effect@3.12.9",
"vitest": "npm:vitest@3.0.5",
Expand Down
5 changes: 5 additions & 0 deletions packages/schema-resume/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 0.0.3

### Patch Changes
- b9f5b25f34b682988cf8852e174aa768a608e80f: # upgrade dependency `effect` from `3.12.7` to `3.12.9`.

## 0.0.3

### Patch Changes

## 0.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-resume/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/denoland/deno/refs/heads/main/cli/schemas/config-file.v1.json",
"name": "@suddenly-giovanni/schema-resume",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"exports": "./src/index.ts",
"publish": {
Expand Down

0 comments on commit 3367f3a

Please sign in to comment.