@ekodb/ekodb-client 0.1.6 → 0.1.7

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -312,7 +312,7 @@ const joinResults = await client.find("users", multiQuery);
312
312
  ## Examples
313
313
 
314
314
  See the
315
- [examples directory](https://github.com/ekoDB/ekodb/tree/main/examples/typescript)
315
+ [examples directory](https://github.com/ekoDB/ekodb-client/tree/main/examples/typescript)
316
316
  for complete working examples:
317
317
 
318
318
  - `client_simple_crud.ts` - Basic CRUD operations
@@ -327,3 +327,9 @@ for complete working examples:
327
327
  ## License
328
328
 
329
329
  MIT
330
+
331
+ ## Links
332
+
333
+ - [GitHub Repository](https://github.com/ekoDB/ekodb-client)
334
+ - [Examples](https://github.com/ekoDB/ekodb-client/tree/main/examples/typescript)
335
+ - [npm Package](https://www.npmjs.com/package/@ekodb/ekodb-client)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekodb/ekodb-client",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Official TypeScript/JavaScript client for ekoDB",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",