-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
542b58a
commit 5ccae55
Showing
7 changed files
with
42 additions
and
42 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ default-members = ["rust/sdk"] | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
license = "MIT" | ||
authors = [ | ||
"Simon Fell <[email protected]>", | ||
|
@@ -31,20 +31,20 @@ authors = [ | |
rust-version = "1.73" | ||
|
||
[workspace.dependencies] | ||
juicebox_marshalling = { path = "rust/marshalling", version = "0.2.1" } | ||
juicebox_networking = { path = "rust/networking", version = "0.2.1" } | ||
juicebox_noise = { path = "rust/noise", version = "0.2.1" } | ||
juicebox_oprf = { path = "rust/oprf", version = "0.2.1" } | ||
juicebox_process_group = { path = "rust/process_group", version = "0.2.1" } | ||
juicebox_realm_api = { path = "rust/realm/api", version = "0.2.1" } | ||
juicebox_realm_auth = { path = "rust/realm/auth", version = "0.2.1" } | ||
juicebox_secret_sharing = { path = "rust/secret_sharing", version = "0.2.1" } | ||
juicebox_sdk = { path = "rust/sdk", version = "0.2.1" } | ||
juicebox_sdk_bridge = { path = "rust/sdk/bridge", version = "0.2.1" } | ||
juicebox_sdk_ffi = { path = "rust/sdk/bridge/ffi", version = "0.2.1" } | ||
juicebox_sdk_jni = { path = "rust/sdk/bridge/jni", version = "0.2.1" } | ||
juicebox_sdk_wasm = { path = "rust/sdk/bridge/wasm", version = "0.2.1" } | ||
juicebox_software_realm_runner = { path = "rust/software_realm_runner", version = "0.2.1" } | ||
juicebox_marshalling = { path = "rust/marshalling", version = "0.2.2" } | ||
juicebox_networking = { path = "rust/networking", version = "0.2.2" } | ||
juicebox_noise = { path = "rust/noise", version = "0.2.2" } | ||
juicebox_oprf = { path = "rust/oprf", version = "0.2.2" } | ||
juicebox_process_group = { path = "rust/process_group", version = "0.2.2" } | ||
juicebox_realm_api = { path = "rust/realm/api", version = "0.2.2" } | ||
juicebox_realm_auth = { path = "rust/realm/auth", version = "0.2.2" } | ||
juicebox_secret_sharing = { path = "rust/secret_sharing", version = "0.2.2" } | ||
juicebox_sdk = { path = "rust/sdk", version = "0.2.2" } | ||
juicebox_sdk_bridge = { path = "rust/sdk/bridge", version = "0.2.2" } | ||
juicebox_sdk_ffi = { path = "rust/sdk/bridge/ffi", version = "0.2.2" } | ||
juicebox_sdk_jni = { path = "rust/sdk/bridge/jni", version = "0.2.2" } | ||
juicebox_sdk_wasm = { path = "rust/sdk/bridge/wasm", version = "0.2.2" } | ||
juicebox_software_realm_runner = { path = "rust/software_realm_runner", version = "0.2.2" } | ||
|
||
argon2 = { version = "0.5.2", default-features = false, features = [ | ||
"alloc", | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Pod::Spec.new do |s| | |
s.name = 'JuiceboxSdk' | ||
s.license = 'MIT' | ||
s.author = { 'Nora Trapp' => '[email protected]' } | ||
s.version = '0.2.1' | ||
s.version = '0.2.2' | ||
s.summary = 'A Swift wrapper library for interfacing with the Juicebox service.' | ||
|
||
s.homepage = 'https://github.com/juicebox-systems/juicebox-sdk' | ||
|
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
Submodule artifacts
updated
8 files
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 @@ | ||
{ | ||
"name": "web-demo", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "", | ||
"author": "Nora Trapp <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,7 +30,7 @@ | |
"@babel/polyfill": "^7.12.1", | ||
"buffer": "^6.0.3", | ||
"http-server": "^14.1.1", | ||
"juicebox-sdk": "^0.2.1", | ||
"juicebox-sdk": "^0.2.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
} | ||
|