Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@enclosed/root",
"version": "1.16.0",
"description": "Send private and secure note",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.9",
"license": "Apache-2.0",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@enclosed/app-client",
"type": "module",
"version": "1.16.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.9",
"description": "Enclosed frontend client",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@enclosed/app-server",
"type": "module",
"version": "1.16.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.9",
"description": "Enclosed backend server",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@enclosed/cli",
"type": "module",
"version": "1.16.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.9",
"description": "Enclosed cli to create secure notes.",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@enclosed/crypto",
"type": "module",
"version": "1.16.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.9",
"description": "Enclosed cross-env crypto primitives",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@enclosed/deploy-cloudflare",
"version": "1.16.0",
"description": "Deploy scripts for Cloudflare Pages",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.9",
"license": "Apache-2.0",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@enclosed/docs",
"type": "module",
"version": "1.16.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.9",
"description": "Documentation website for Enclosed.",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@enclosed/lib",
"type": "module",
"version": "1.16.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.9",
"description": "Enclosed lib to create secure notes.",
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
"license": "Apache-2.0",
Expand Down
Loading