@letarette/client 0.1.4 → 0.1.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Letarette client library for Node.js
2
2
 
3
- A Typescript client library implementation for integrating the [Letarette](https://letarette.io) full-text search thingy into a Node.js application.
3
+ A Typescript client library implementation for integrating the [Letarette](https://letarette.io) full-text search system into a Node.js application.
4
4
 
5
5
  Provides Search Agent and Document Manager for performing searches on, and providing documents to, a Letarette search index.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letarette/client",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/erkkah/letarette.js"