-
Notifications
You must be signed in to change notification settings - Fork 0
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
ef53a1b
commit a28554b
Showing
13 changed files
with
70 additions
and
57 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,21 +1,11 @@ | ||
## 0.0.1.beta-0 | ||
|
||
- First release named dat-db | ||
|
||
## 0.0.2.beta-0 | ||
|
||
- Renamed from dat-db to quipodb | ||
- Added a readme | ||
- Added document | ||
- Added changelogs | ||
- Added a nice logo (stole it from flaticon) | ||
|
||
## 1.0.0 | ||
|
||
- Changed `setDoc` to `createDoc` | ||
- Added `hasDoc` | ||
- Moved DB function into a new class | ||
- First release of @quipodb/core, @quipodb/sqlite, @quipodb/firestore, @quipodb/json | ||
|
||
## 1.0.1 | ||
|
||
- Added atomic setters for `updateDoc` | ||
- Fixed bug in @quipodb/json that will not update the data | ||
|
||
## 1.0.2 | ||
|
||
- Fixed bug in @quipodb/sqlite where `updateDoc` command does not update the data |
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
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
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 +1 @@ | ||
{"name":"@quipodb/core","version":"1.0.0","type":"module","main":"./dist/index.js","typings":"./dist/index.d.ts","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com","publish-beta-private":"npm publish --tag beta","publish-public":"npm publish --registry=https://registry.npmjs.com","publish-private":"npm publish"},"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"keywords":["quipodb","db","database","sqlite","ttl","key","value","store"],"dependencies":{"lodash":"^4.17.21","merge-anything":"^5.0.4"},"devDependencies":{"@types/lodash":"^4.14.182","@types/node":"^18.6.1","typescript":"^4.8.3"}} | ||
{"name":"@quipodb/core","version":"1.0.1","type":"module","main":"./dist/index.js","typings":"./dist/index.d.ts","scope":"@quipodb","private":false,"scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com","publish-beta-private":"npm publish --tag beta","publish-public":"npm publish --access public --registry=https://registry.npmjs.com ","publish-private":"npm publish"},"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"keywords":["quipodb","db","database","sqlite","ttl","key","value","store"],"dependencies":{"lodash":"^4.17.21","merge-anything":"^5.0.4"},"devDependencies":{"@types/lodash":"^4.14.182","@types/node":"^18.6.1","typescript":"^4.8.3"}} |
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 +1 @@ | ||
{"name":"@quipodb/firestore","version":"1.0.0","description":"Firestore provider for this package","type":"module","main":"./dist/index.js","typings":"./dist/index.d.ts","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com","publish-beta-private":"npm publish --tag beta","publish-public":"npm publish --registry=https://registry.npmjs.com","publish-private":"npm publish"},"keywords":["firestore","quipodb","db","database","provider"],"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"license":"ISC","dependencies":{"firebase-admin":"^11.0.1"},"devDependencies":{"@types/lodash":"^4.14.182","@types/node":"^18.6.1","typescript":"^4.8.3"}} | ||
{"name":"@quipodb/firestore","version":"1.0.1","description":"Firestore provider for this package","type":"module","main":"./dist/index.js","typings":"./dist/index.d.ts","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com","publish-beta-private":"npm publish --tag beta","publish-public":"npm publish --registry=https://registry.npmjs.com --access public","publish-private":"npm publish"},"keywords":["firestore","quipodb","db","database","provider"],"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"license":"ISC","dependencies":{"firebase-admin":"^11.0.1"},"devDependencies":{"@types/lodash":"^4.14.182","@types/node":"^18.6.1","typescript":"^4.8.3"}} |
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
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
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 +1 @@ | ||
{"name":"@quipodb/json","version":"1.0.0","type":"module","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","build-packages":"cd packages/core && npm run build && cd.. && cd.. && cd packages/firestore && npm run build && cd.. && cd.. && cd packages/sqlite && npm run build && cd.. && cd..","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com --workspaces","publish-beta-private":"npm publish --tag beta --workspaces","publish-public":"npm publish --registry=https://registry.npmjs.com --workspaces","publish-private":"npm publish --workspaces"},"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"keywords":["quipodb","db","database","sqlite","ttl","key","value","store"],"license":"ISC","dependencies":{"@quipodb/steno":"^1.0.0","fs-extra":"^10.1.0","lodash":"^4.17.21"},"devDependencies":{"@types/fs-extra":"^9.0.13","@types/lodash":"^4.14.186","@types/node":"^18.11.3","typescript":"^4.8.4"}} | ||
{"name":"@quipodb/json","version":"1.0.1","type":"module","main":"./dist/index.js","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","build-packages":"cd packages/core && npm run build && cd.. && cd.. && cd packages/firestore && npm run build && cd.. && cd.. && cd packages/sqlite && npm run build && cd.. && cd..","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com --workspaces","publish-beta-private":"npm publish --tag beta --workspaces","publish-public":"npm publish --registry=https://registry.npmjs.com --access public","publish-private":"npm publish --workspaces"},"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"keywords":["quipodb","db","database","sqlite","ttl","key","value","store"],"license":"ISC","dependencies":{"fs-extra":"^10.1.0","lodash":"^4.17.21"},"devDependencies":{"@types/fs-extra":"^9.0.13","@types/lodash":"^4.14.186","@types/node":"^18.11.3","typescript":"^4.8.4"}} |
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
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
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
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 +1 @@ | ||
{"name":"@quipodb/sqlite","version":"1.0.0","description":"Sqlite provider for this package","type":"module","main":"./dist/index.js","typings":"./dist/index.d.ts","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com","publish-beta-private":"npm publish --tag beta","publish-public":"npm publish --registry=https://registry.npmjs.com","publish-private":"npm publish"},"keywords":["sqlite","quipodb","db","database","provider"],"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"license":"ISC","dependencies":{"better-sqlite3":"^7.6.2","fs-extra":"^10.1.0"},"devDependencies":{"@types/better-sqlite3":"^7.6.0","@types/fs-extra":"^9.0.13","@types/lodash":"^4.14.182","@types/node":"^18.6.1","typescript":"^4.8.3"}} | ||
{"name":"@quipodb/sqlite","version":"1.0.1","description":"Sqlite provider for this package","type":"module","main":"./dist/index.js","typings":"./dist/index.d.ts","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com","publish-beta-private":"npm publish --tag beta","publish-public":"npm publish --registry=https://registry.npmjs.com --access public","publish-private":"npm publish"},"keywords":["sqlite","quipodb","db","database","provider"],"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"license":"ISC","dependencies":{"better-sqlite3":"^7.6.2","fs-extra":"^10.1.0"},"devDependencies":{"@types/better-sqlite3":"^7.6.0","@types/fs-extra":"^9.0.13","@types/lodash":"^4.14.182","@types/node":"^18.6.1","typescript":"^4.8.3"}} |
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 +1 @@ | ||
{"name":"@quipodb/steno","version":"1.0.0","type":"module","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","build-packages":"cd packages/core && npm run build && cd.. && cd.. && cd packages/firestore && npm run build && cd.. && cd.. && cd packages/sqlite && npm run build && cd.. && cd..","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com --workspaces","publish-beta-private":"npm publish --tag beta --workspaces","publish-public":"npm publish --registry=https://registry.npmjs.com --workspaces","publish-private":"npm publish --workspaces"},"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"license":"ISC","devDependencies":{"@types/node":"^18.11.3","typescript":"^4.8.4"}} | ||
{"name":"@quipodb/steno","version":"1.0.1","type":"module","main":"./dist/index.js","scripts":{"build":"tsc index.ts -t esnext -m esnext -d --allowSyntheticDefaultImports --moduleResolution node --outDir ./dist","build-packages":"cd packages/core && npm run build && cd.. && cd.. && cd packages/firestore && npm run build && cd.. && cd.. && cd packages/sqlite && npm run build && cd.. && cd..","publish-beta-public":"npm publish --tag beta --registry=https://registry.npmjs.com --workspaces","publish-beta-private":"npm publish --tag beta --workspaces","publish-public":"npm publish --registry=https://registry.npmjs.com --access public","publish-private":"npm publish --workspaces"},"author":{"name":"Rajaneesh R","email":"rajaneeshr@proton.me","url":"https://r-rajaneesh.vercel.app"},"license":"ISC","devDependencies":{"@types/node":"^18.11.3","typescript":"^4.8.4"}} |