-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
87ec8e2
commit 62e16e6
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
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": "@enclosed/root", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "Send private and secure note", | ||
"packageManager": "[email protected]", | ||
"license": "Apache-2.0", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@enclosed/app-client", | ||
"type": "module", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"packageManager": "[email protected]", | ||
"description": "Enclosed frontend client", | ||
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@enclosed/app-server", | ||
"type": "module", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"packageManager": "[email protected]", | ||
"description": "Enclosed backend server", | ||
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@enclosed/cli", | ||
"type": "module", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"packageManager": "[email protected]", | ||
"description": "Enclosed cli to create secure notes.", | ||
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@enclosed/crypto", | ||
"type": "module", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"packageManager": "[email protected]", | ||
"description": "Enclosed cross-env crypto primitives", | ||
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)", | ||
|
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": "@enclosed/deploy-cloudflare", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "Deploy scripts for Cloudflare Pages", | ||
"packageManager": "[email protected]", | ||
"license": "Apache-2.0", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@enclosed/docs", | ||
"type": "module", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"packageManager": "[email protected]", | ||
"description": "Documentation website for Enclosed.", | ||
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@enclosed/lib", | ||
"type": "module", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"packageManager": "[email protected]", | ||
"description": "Enclosed lib to create secure notes.", | ||
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)", | ||
|