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: 7591d8c0e79c8b1b42d2e4a5f8b646549d828680
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: 15c9363c12c52726781455c2d1316238491270b5
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 16, 2023

  1. Update

    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
    b3aaa52 View commit details
  2. chore(release): publish

    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
    15c9363 View commit details
8 changes: 1 addition & 7 deletions arm64/aarch64-unknown-linux-gnu/package.json
Original file line number Diff line number Diff line change
@@ -13,14 +13,8 @@
"index.d.ts",
"aarch64-unknown-linux-gnu.tar.xz"
],
"version": "0.0.12",
"version": "0.0.14",
"license": "MIT",
"os": [
"linux"
],
"libc": [
"glibc"
],
"author": {
"name": "LongYinan",
"email": "github@lyn.one",
8 changes: 1 addition & 7 deletions arm64/armv7-unknown-linux-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -13,14 +13,8 @@
"index.d.ts",
"armv7-unknown-linux-gnueabihf.tar.xz"
],
"version": "0.0.12",
"version": "0.0.14",
"license": "MIT",
"os": [
"linux"
],
"libc": [
"glibc"
],
"author": {
"name": "LongYinan",
"email": "github@lyn.one",
8 changes: 1 addition & 7 deletions arm64/x86_64-unknown-linux-gnu/package.json
Original file line number Diff line number Diff line change
@@ -13,14 +13,8 @@
"index.d.ts",
"x86_64-unknown-linux-gnu.tar.xz"
],
"version": "0.0.12",
"version": "0.0.14",
"license": "MIT",
"os": [
"linux"
],
"libc": [
"glibc"
],
"author": {
"name": "LongYinan",
"email": "github@lyn.one",
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.12",
"version": "0.0.14",
"npmClient": "yarn",
"gitTagVersion": true,
"command": {
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/cross-toolchain",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
8 changes: 1 addition & 7 deletions x64/aarch64-unknown-linux-gnu/package.json
Original file line number Diff line number Diff line change
@@ -13,14 +13,8 @@
"index.d.ts",
"aarch64-unknown-linux-gnu.tar.xz"
],
"version": "0.0.12",
"version": "0.0.14",
"license": "MIT",
"os": [
"linux"
],
"libc": [
"glibc"
],
"author": {
"name": "LongYinan",
"email": "github@lyn.one",
8 changes: 1 addition & 7 deletions x64/armv7-unknown-linux-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -13,14 +13,8 @@
"index.d.ts",
"armv7-unknown-linux-gnueabihf.tar.xz"
],
"version": "0.0.12",
"version": "0.0.14",
"license": "MIT",
"os": [
"linux"
],
"libc": [
"glibc"
],
"author": {
"name": "LongYinan",
"email": "github@lyn.one",
8 changes: 1 addition & 7 deletions x64/x86_64-unknown-linux-gnu/package.json
Original file line number Diff line number Diff line change
@@ -13,14 +13,8 @@
"index.d.ts",
"x86_64-unknown-linux-gnu.tar.xz"
],
"version": "0.0.12",
"version": "0.0.14",
"license": "MIT",
"os": [
"linux"
],
"libc": [
"glibc"
],
"author": {
"name": "LongYinan",
"email": "github@lyn.one",