Skip to content

Commit

Permalink
fix: dependency locks
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 1, 2025
1 parent c997cb9 commit 84ea40a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/ridb-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trust0/ridb-core",
"description": "RIDB core",
"description": "RIDB core.",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ridb-level/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trust0/ridb-level",
"version": "1.0.9",
"description": "Level DB wrapper for RIDB.",
"description": "Level DB wrapper for @trust0/ridb.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ridb-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trust0/ridb-react",
"description": "React bindings for RIDB",
"description": "React bindings for RIDB.",
"version": "1.0.0",
"author": "elribonazo@gmail.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ridb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trust0/ridb",
"version": "1.1.0-rc.1",
"description": "Dependency free wasm db encrypted and secure database wrapper for web and nodejs",
"description": "Dependency free wasm db encrypted and secure database wrapper for web and nodejs.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 84ea40a

Please sign in to comment.