-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update pnpm-lock.yaml to lockfileVersion 9.0
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
Showing
3 changed files
with
566 additions
and
495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,5 +29,6 @@ | |
"prettier": "3.2.5", | ||
"typescript": "5.4.3", | ||
"vitest": "1.3.1" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.