@moltendb-web/query 1.0.0 → 1.1.1

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 (1) hide show
  1. package/package.json +8 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moltendb-web/query",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "Type-safe query builder for MoltenDb — chainable API for get, set, update and delete operations.",
5
5
  "author": "Maximilian Both <maximilian.both27@outlook.com>",
6
6
  "main": "./dist/index.js",
@@ -27,7 +27,13 @@
27
27
  "test": "node --experimental-vm-modules node_modules/.bin/jest",
28
28
  "prepublishOnly": "npm run build"
29
29
  },
30
- "keywords": ["moltendb", "database", "query-builder", "nosql", "wasm"],
30
+ "keywords": [
31
+ "moltendb",
32
+ "database",
33
+ "query-builder",
34
+ "nosql",
35
+ "wasm"
36
+ ],
31
37
  "license": "MIT",
32
38
  "devDependencies": {
33
39
  "typescript": "^6.0.2"