ajoq 0.0.4 → 0.0.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 +0 -1
  2. package/package.json +15 -2
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Another Javascript Object Query.
4
4
 
5
- [![Coverage Status][codecov-image]][codecov-url]
6
5
  [![Github Build Status][github-image]][github-url]
7
6
  [![NPM version][npm-image]][npm-url]
8
7
  [![Downloads][downloads-image]][npm-url]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ajoq",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "types": "build/index.d.ts",
@@ -10,7 +10,20 @@
10
10
  "require": "./build/index.cjs",
11
11
  "import": "./build/index.js"
12
12
  },
13
- "keywords": [],
13
+ "keywords": [
14
+ "query",
15
+ "query object",
16
+ "mongodb",
17
+ "mongodb query",
18
+ "filter",
19
+ "filter object",
20
+ "sort",
21
+ "sort object"
22
+ ],
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/3axap4eHko/ajoq.git"
26
+ },
14
27
  "author": "Ivan Zakharchanka",
15
28
  "license": "MIT",
16
29
  "devDependencies": {