Skip to content

Commit

Permalink
Merge pull request #80 from privacy-scaling-explorations/fix/toml
Browse files Browse the repository at this point in the history
Add missing `toml` npm package in `rollup-plugin-rust` package
  • Loading branch information
cedoor authored Nov 23, 2023
2 parents 03fce4c + 5631c3a commit e8a8bcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/rollup-plugin-rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"glob": "^7.1.6",
"rimraf": "^3.0.0",
"rollup-pluginutils": "^2.8.2",
"toml": "^3.0.0",
"wasm-pack": "^0.10.2"
}
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4449,6 +4449,7 @@ __metadata:
rimraf: ^3.0.0
rollup-plugin-cleanup: ^3.2.1
rollup-pluginutils: ^2.8.2
toml: ^3.0.0
wasm-pack: ^0.10.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -18402,6 +18403,13 @@ __metadata:
languageName: node
linkType: hard

"toml@npm:^3.0.0":
version: 3.0.0
resolution: "toml@npm:3.0.0"
checksum: 5d7f1d8413ad7780e9bdecce8ea4c3f5130dd53b0a4f2e90b93340979a137739879d7b9ce2ce05c938b8cc828897fe9e95085197342a1377dd8850bf5125f15f
languageName: node
linkType: hard

"tough-cookie@npm:^2.3.3, tough-cookie@npm:~2.5.0":
version: 2.5.0
resolution: "tough-cookie@npm:2.5.0"
Expand Down

0 comments on commit e8a8bcc

Please sign in to comment.