Skip to content

Commit

Permalink
v1.1.27 (#1410)
Browse files Browse the repository at this point in the history
* commit adrians stuff

* fix ftb apis & napi build

* remove darwin napi bin

* update changelog

* fix ftb apis (again...)
  • Loading branch information
blarfoon authored Jul 24, 2022
1 parent 0367b33 commit 3a3b4f5
Show file tree
Hide file tree
Showing 8 changed files with 3,376 additions and 32,300 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
/release
/deploy
/public/native/*/index.d.ts
/public/native/*/napi.node

# rust target
/target
/napi/target
/public/napi.node
/**/*/napi.node
/napi/napi.node
/napi/node_modules
/napi/index.d.ts
Expand Down
369 changes: 369 additions & 0 deletions napi/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 napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./index.node",
"types": "./index.d.ts",
"scripts": {
"build": "node ../node_modules/cross-env/src/bin/cross-env-shell.js RUSTFLAGS=-Csymbol-mangling-version=v0 node ../node_modules/@napi-rs/cli/scripts/index.js build --js false --release"
"build": "node ../node_modules/cross-env/src/bin/cross-env-shell.js node ../node_modules/@napi-rs/cli/scripts/index.js build --js true --release"
},
"napi": {
"name": "napi"
Expand Down
Loading

0 comments on commit 3a3b4f5

Please sign in to comment.