-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set release version 0.6.54 [skip ci]
- Loading branch information
1 parent
63d57ab
commit 0666751
Showing
4 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "recrypt-wasm-binding" | ||
version = "0.6.54-pre" | ||
version = "0.6.54" | ||
authors = ["IronCore Labs <[email protected]>"] | ||
description = "Bindings to run recrypt-rs as a WebAssembly module." | ||
license = "AGPL-3.0-only" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"name": "@ironcorelabs/recrypt-wasm-binding", | ||
"types": "recrypt-wasm-binding.d.ts", | ||
"version": "0.6.54-pre", | ||
"scripts": { | ||
"test": "node tests/testRunner", | ||
"testInBrowser": "WEBPACK_MODE=test webpack serve --config webpack.config.js", | ||
"cargoBuild": "cargo build --release --target wasm32-unknown-unknown --target-dir ./target", | ||
"generateBindgenShim": "wasm-bindgen target/wasm32-unknown-unknown/release/recrypt_wasm_binding.wasm --browser --out-dir target --remove-name-section", | ||
"compile": "yarn run cargoBuild && yarn run generateBindgenShim", | ||
"benchmark": "WEBPACK_MODE=benchmark webpack serve --config webpack.config.js --compress", | ||
"pack": "wasm-pack build --scope ironcorelabs --no-typescript" | ||
}, | ||
"devDependencies": { | ||
"@types/source-map": "0.5.2", | ||
"html-webpack-plugin": "^4.5.2", | ||
"html-webpack-tags-plugin": "^2.0.17", | ||
"puppeteer": "^5.2.1", | ||
"shelljs": "^0.8.5", | ||
"text-encoding": "^0.7.0", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.5.4", | ||
"webpack": "^5.94.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^5.0.4" | ||
}, | ||
"prettier": { | ||
"printWidth": 160, | ||
"tabWidth": 4, | ||
"trailingComma": "es5", | ||
"bracketSpacing": false, | ||
"jsxBracketSameLine": true, | ||
"arrowParens": "always" | ||
} | ||
"name": "@ironcorelabs/recrypt-wasm-binding", | ||
"types": "recrypt-wasm-binding.d.ts", | ||
"version": "0.6.54", | ||
"scripts": { | ||
"test": "node tests/testRunner", | ||
"testInBrowser": "WEBPACK_MODE=test webpack serve --config webpack.config.js", | ||
"cargoBuild": "cargo build --release --target wasm32-unknown-unknown --target-dir ./target", | ||
"generateBindgenShim": "wasm-bindgen target/wasm32-unknown-unknown/release/recrypt_wasm_binding.wasm --browser --out-dir target --remove-name-section", | ||
"compile": "yarn run cargoBuild && yarn run generateBindgenShim", | ||
"benchmark": "WEBPACK_MODE=benchmark webpack serve --config webpack.config.js --compress", | ||
"pack": "wasm-pack build --scope ironcorelabs --no-typescript" | ||
}, | ||
"devDependencies": { | ||
"@types/source-map": "0.5.2", | ||
"html-webpack-plugin": "^4.5.2", | ||
"html-webpack-tags-plugin": "^2.0.17", | ||
"puppeteer": "^5.2.1", | ||
"shelljs": "^0.8.5", | ||
"text-encoding": "^0.7.0", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.5.4", | ||
"webpack": "^5.94.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^5.0.4" | ||
}, | ||
"prettier": { | ||
"printWidth": 160, | ||
"tabWidth": 4, | ||
"trailingComma": "es5", | ||
"bracketSpacing": false, | ||
"jsxBracketSameLine": true, | ||
"arrowParens": "always" | ||
} | ||
} |