reddb-cli 0.1.2-next.32 → 0.1.2-next.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -253,10 +253,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
253
253
 
254
254
  ## Documentation
255
255
 
256
- - Docs home: [docs/README.md](/home/cyber/Work/FF/reddb/docs/README.md)
257
- - Installation: [docs/getting-started/installation.md](/home/cyber/Work/FF/reddb/docs/getting-started/installation.md)
258
- - Quick start: [docs/getting-started/quick-start.md](/home/cyber/Work/FF/reddb/docs/getting-started/quick-start.md)
259
- - Connection guide: [docs/getting-started/connect.md](/home/cyber/Work/FF/reddb/docs/getting-started/connect.md)
260
- - Embedded guide: [docs/api/embedded.md](/home/cyber/Work/FF/reddb/docs/api/embedded.md)
261
- - HTTP API: [docs/api/http.md](/home/cyber/Work/FF/reddb/docs/api/http.md)
262
- - CLI reference: [docs/api/cli.md](/home/cyber/Work/FF/reddb/docs/api/cli.md)
256
+ - Docs home: [docs/README.md](docs/README.md)
257
+ - Installation: [docs/getting-started/installation.md](docs/getting-started/installation.md)
258
+ - Quick start: [docs/getting-started/quick-start.md](docs/getting-started/quick-start.md)
259
+ - Connection guide: [docs/getting-started/connect.md](docs/getting-started/connect.md)
260
+ - Embedded guide: [docs/api/embedded.md](docs/api/embedded.md)
261
+ - HTTP API: [docs/api/http.md](docs/api/http.md)
262
+ - CLI reference: [docs/api/cli.md](docs/api/cli.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reddb-cli",
3
- "version": "0.1.2-next.32",
3
+ "version": "0.1.2-next.33",
4
4
  "description": "JavaScript/TypeScript SDK for RedDB - unified multi-model database",
5
5
  "type": "commonjs",
6
6
  "main": "./sdk/red-sdk.js",