Skip to content

Commit

Permalink
chore: publish 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioArnt committed Jan 16, 2024
1 parent c7b514e commit df72247
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 88 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "robespierre"
version = "0.0.3"
version = "0.0.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
88 changes: 8 additions & 80 deletions npm/robespierre/package-lock.json

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

12 changes: 6 additions & 6 deletions npm/robespierre/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robespierre",
"version": "0.0.3",
"version": "0.0.8",
"description": "Find extraneous and implicit dependencies by comparing your manifest and actual imports in your code using AST parsing",
"bin": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,12 +35,12 @@
"typescript": "^5.1.3"
},
"optionalDependencies": {
"robespierre-linux-x64": "0.0.3",
"robespierre-linux-x64": "0.0.8",
"robespierre-linux-arm64":"0.0.0",
"robespierre-darwin-x64": "0.0.3",
"robespierre-darwin-arm64": "0.0.3",
"robespierre-windows-x64": "0.0.3",
"robespierre-windows-arm64": "0.0.3"
"robespierre-darwin-x64": "0.0.8",
"robespierre-darwin-arm64": "0.0.8",
"robespierre-windows-x64": "0.0.8",
"robespierre-windows-arm64": "0.0.8"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 2 additions & 0 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ sed -Ei '' "s/^version = \"[0-9\.]+\"$/version = \"${release}\"/" ./Cargo.toml
cat ./npm/robespierre/package.json
cat ./Cargo.toml
cargo build
cd ./npm/robespierre
npm i

0 comments on commit df72247

Please sign in to comment.