Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: napi-rs/cross-toolchain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a2f90d250cae6cc3d30f5ec4fe8662431e9d053
Choose a base ref
...
head repository: napi-rs/cross-toolchain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7591d8c0e79c8b1b42d2e4a5f8b646549d828680
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 16, 2023

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Brooooooklyn LongYinan
    Copy the full SHA
    d05cc50 View commit details
  2. 0.0.13

    Brooooooklyn committed Dec 16, 2023

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Brooooooklyn LongYinan
    Copy the full SHA
    7591d8c View commit details
Showing with 391 additions and 271 deletions.
  1. +3 −3 package.json
  2. +388 −268 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/cross-toolchain",
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
@@ -57,12 +57,12 @@
}
},
"devDependencies": {
"lerna": "^8.0.0",
"lerna": "^8.0.1",
"lodash-es": "^4.17.21"
},
"dependencies": {
"@napi-rs/lzma": "^1.2.1",
"@napi-rs/tar": "^0.0.1",
"@napi-rs/tar": "^0.1.0",
"debug": "^4.3.4"
}
}
Loading