Skip to content

Commit

Permalink
Set release version 0.6.55 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroy-travis committed Sep 9, 2024
1 parent 5ab0520 commit d496e9c
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "recrypt-wasm-binding"
version = "0.6.55-pre"
version = "0.6.55"
authors = ["IronCore Labs <[email protected]>"]
description = "Bindings to run recrypt-rs as a WebAssembly module."
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@ironcorelabs/recrypt-wasm-binding": "^0.6.55-pre",
"@ironcorelabs/recrypt-wasm-binding": "^0.6.55",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1"
Expand Down
68 changes: 34 additions & 34 deletions package.json
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.55-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": "^5.6.0",
"html-webpack-tags-plugin": "^3.0.2",
"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.55",
"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": "^5.6.0",
"html-webpack-tags-plugin": "^3.0.2",
"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"
}
}

0 comments on commit d496e9c

Please sign in to comment.