Skip to content

Commit

Permalink
chore: merge pull request #24 from websublime/feature/safe-parse-json
Browse files Browse the repository at this point in the history
feat: remove PackageJsonSchema and safe parse only with serde
  • Loading branch information
miguelramos authored Jul 24, 2024
2 parents 4873b42 + c64db68 commit cf900b8
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 188 deletions.
107 changes: 24 additions & 83 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workspace-node-tools"
version = "1.0.12"
version = "1.0.13"
edition = "2021"
description = "Node workspace version tools"
repository = "https://github.com/websublime/workspace-node-tools"
Expand All @@ -24,7 +24,6 @@ napi = { version = "2.16.8", default-features = false, features = [
"serde-json",
"tokio_rt",
], optional = true }
package_json_schema = "0.2.1"
icu = "1.5.0"
version-compare = "0.2"
git-cliff-core = "2.4.0"
Expand Down
Loading

0 comments on commit cf900b8

Please sign in to comment.