Skip to content

Commit

Permalink
chore(deps): update pnpm-lock.yaml to lockfileVersion 9.0
Browse files Browse the repository at this point in the history
This update restructures the lockfile format, transitioning from version 6.0 to 9.0, reflecting changes in dependency management and formatting. The restructured format accommodates the updated importers and dependencies listings, providing a more streamlined and compatible lockfile for package management.
  • Loading branch information
hckhanh committed Nov 29, 2024
1 parent e43eca2 commit 32a84a7
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 495 deletions.
17 changes: 3 additions & 14 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@hckhanh/google-safe-browsing",
"version": "0.0.0-development",
"exports": "./src/index.ts",
"exclude": [
".github/",
"src/**/*.test.ts",
".git*",
".prettier*",
".*ignore",
"*.yml",
"*.yaml",
"*.config.ts",
".*rc.json",
"package.json",
"renovate.json",
"tsconfig.json"
]
"include": ["src/**", "README.md", "jsr.json", "LICENSE"],
"exclude": ["src/**/*.test.ts"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"prettier": "3.2.5",
"typescript": "5.4.3",
"vitest": "1.3.1"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 32a84a7

Please sign in to comment.