Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
chore: bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilit0x committed Jul 24, 2023
1 parent 3ef0b89 commit ed8d83e
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 12 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 = "share"
version = "0.0.12"
version = "0.0.14"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
46 changes: 40 additions & 6 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onboardbase/secure-share",
"version": "0.0.12",
"version": "0.0.14",
"description": "Share anything with teammates across machines via CLI",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -34,9 +34,10 @@
"access": "public"
},
"dependencies": {
"@onboardbase/secure-share": "^0.0.12",
"axios": "^0.26.1",
"binary-install": "^1.1.0",
"balanced-match": "^1.0.2",
"binary-install": "^1.1.0",
"brace-expansion": "^1.1.11",
"chownr": "^2.0.0",
"concat-map": "^0.0.1",
Expand Down
29 changes: 29 additions & 0 deletions npm/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,35 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@onboardbase/secure-share@^0.0.12":
version "0.0.12"
resolved "https://registry.npmjs.org/@onboardbase/secure-share/-/secure-share-0.0.12.tgz"
integrity sha512-17S8RE6WpN1bRRxlAK2Hzf5CJUx3mccOiKuJRR3ahk9JH/1pcQ2ryMfMH3MH38EbhmmFZQLi1w9aztJCAQJEtg==
dependencies:
axios "^0.26.1"
balanced-match "^1.0.2"
binary-install "^1.1.0"
brace-expansion "^1.1.11"
chownr "^2.0.0"
concat-map "^0.0.1"
console.table "^0.10.0"
follow-redirects "^1.15.2"
fs-minipass "^2.1.0"
fs.realpath "^1.0.0"
glob "^7.2.3"
inflight "^1.0.6"
inherits "^2.0.4"
minimatch "^3.1.2"
minipass "^3.3.6"
minizlib "^2.1.2"
mkdirp "^1.0.4"
once "^1.4.0"
path-is-absolute "^1.0.1"
rimraf "^3.0.2"
tar "^6.1.15"
wrappy "^1.0.2"
yallist "^4.0.0"

"@sinonjs/commons@^1.7.0":
version "1.8.6"
resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz"
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mod logger;

#[derive(Parser, Debug)]
#[command(name = "share")]
#[command(author = "Wokebuild. <woke.build>")]
#[command(version = "0.0.12")]
#[command(author = "Onboardbase. <onboardbase.com>")]
#[command(version = "0.0.14")]
#[command(about = "Share anything with teammates across machines via CLI.", long_about = None)]
pub struct Cli {
/// Separated list of secrets to share. Key-Value pair is seperated by a comma. "my_key,my_value"
Expand Down

0 comments on commit ed8d83e

Please sign in to comment.