@concordium/rust-bindings
Advanced tools
Comparing version
{ | ||
"name": "@concordium/rust-bindings", | ||
"version": "0.11.0", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=14.16.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Concordium/concordium-node-sdk-js", | ||
"directory": "packages/rust-bindings" | ||
}, | ||
"main": "pkg/node/concordium_rust_bindings.js", | ||
"browser": "pkg/bundler/concordium_rust_bindings.js", | ||
"types": "pkg/bundler/concordium_rust_bindings.d.ts", | ||
"files": [ | ||
"/pkg/**/concordium_rust_bindings*" | ||
], | ||
"scripts": { | ||
"lint": "cargo clippy", | ||
"lint-fix": "cargo +nightly-2022-06-09-x86_64-unknown-linux-gnu fmt", | ||
"build": "wasm-pack build --target web --out-dir pkg/bundler \"$@\" && wasm-pack build --target nodejs --out-dir pkg/node \"$@\"", | ||
"build-dev": "yarn build --dev", | ||
"build:rust-bindings": "yarn build" | ||
} | ||
} | ||
"name": "@concordium/rust-bindings", | ||
"version": "0.11.1", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=14.16.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Concordium/concordium-node-sdk-js", | ||
"directory": "packages/rust-bindings" | ||
}, | ||
"main": "pkg/node/concordium_rust_bindings.js", | ||
"browser": "pkg/bundler/concordium_rust_bindings.js", | ||
"types": "pkg/bundler/concordium_rust_bindings.d.ts", | ||
"files": [ | ||
"/pkg/**/concordium_rust_bindings*" | ||
], | ||
"scripts": { | ||
"lint": "cargo clippy", | ||
"lint-fix": "cargo +nightly-2022-06-09-x86_64-unknown-linux-gnu fmt", | ||
"build": "wasm-pack build --target web --out-dir pkg/bundler \"$@\" && wasm-pack build --target nodejs --out-dir pkg/node \"$@\"", | ||
"build-dev": "yarn build --dev", | ||
"build:rust-bindings": "yarn build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3332671
0.17%10
-9.09%