Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
feat: Change build + package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 10, 2024
1 parent f6d17a7 commit 4d60140
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 607 deletions.
3 changes: 1 addition & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ plugins:
prepareCmd: "npm version ${nextRelease.version} --git-tag-version false"
}
]
- ["@semantic-release/exec", { prepareCmd: "npm run build" }]
- ["@semantic-release/exec", { prepareCmd: "npm publish --access public" }]
- ["@semantic-release/exec", { prepareCmd: "npm run build && npm publish --access public" }]
- [
"@semantic-release/git",
{
Expand Down
779 changes: 174 additions & 605 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/database/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
*
* @packageDocumentation
* @module database
*/
Expand Down
1 change: 1 addition & 0 deletions packages/encryption/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
*
* @packageDocumentation
* @module encryption
* @description This package is an rxdb encryption layer, a replacement for the vulnerable crypto-js dependency provided by the free version of rxDB.
Expand Down
1 change: 1 addition & 0 deletions packages/indexdb/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
*
* @packageDocumentation
* @module indexdb
* @description This is a RXDB IndexDB storage that supports encryption middleware.
Expand Down
1 change: 1 addition & 0 deletions packages/inmemory/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
*
* @packageDocumentation
* @module inmemory
* @description This is a RXDB InMemory storage that supports encryption middleware.
Expand Down
1 change: 1 addition & 0 deletions packages/leveldb/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
*
* @packageDocumentation
* @module leveldb
* @description This is a RXDB LevelDB storage that supports encryption middleware.
Expand Down
1 change: 1 addition & 0 deletions packages/schemas/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
*
* @packageDocumentation
* @module database
*/
Expand Down
1 change: 1 addition & 0 deletions packages/shared/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
*
* @packageDocumentation
*
* @module shared
Expand Down
1 change: 1 addition & 0 deletions packages/test-suite/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
*
* @packageDocumentation
* @module test-suite
* @description This package can be used as a compliance test to validate a new storage created by you or the community.
Expand Down

0 comments on commit 4d60140

Please sign in to comment.