Skip to content

Commit

Permalink
feat: fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 1, 2025
1 parent 26b3d7a commit b2fb936
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent"
"version": "0.0.0"
}
44 changes: 22 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/ridb-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.0-rc.2",
"version": "1.0.0",
"main": "./pkg/ridb_core.js",
"types": "./pkg/ridb_core.d.ts",
"sideEffects": [
Expand Down
4 changes: 2 additions & 2 deletions packages/ridb-level/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trust0/ridb-level",
"version": "1.0.10-rc.2",
"version": "1.0.9",
"description": "Level DB wrapper for RIDB.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"classic-level": "^2.0.0",
"@trust0/ridb": "1.0.9-rc.2"
"@trust0/ridb": "1.0.9-rc.3"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "0.15.18",
Expand Down
6 changes: 3 additions & 3 deletions packages/ridb-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trust0/ridb-react",
"description": "React bindings for RIDB",
"version": "1.0.1-rc.1",
"version": "1.0.0",
"author": "elribonazo@gmail.com",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,10 +37,10 @@
"typescript": "^5.7.2",
"vite": "^5.0.0",
"vitest": "^1.6.0",
"@trust0/ridb": "1.0.9-rc.1"
"@trust0/ridb": "1.0.9-rc.3"
},
"peerDependencies": {
"@trust0/ridb": "1.0.9-rc.1",
"@trust0/ridb": "1.0.9-rc.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ridb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trust0/ridb",
"version": "1.1.0-rc.1",
"version": "1.0.9-rc.3",
"description": "Dependency free wasm db encrypted and secure database wrapper for web and nodejs",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.2",
"@trust0/ridb-testing": "^0.0.1",
"@trust0/ridb-core": "1.0.0-rc.2",
"@trust0/ridb-core": "1.0.0",
"@types/node": "^20.14.2",
"@vitest/browser": "^1.6.0",
"@vitest/coverage-istanbul": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vitest": "^1.6.0",
"webdriverio": "^9.0.9",
"vite": "^5.0.0",
"@trust0/ridb": "^1.0.7"
"@trust0/ridb": "^1.0.9-rc.3"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "0.15.18",
Expand Down

0 comments on commit b2fb936

Please sign in to comment.