nedb-engine-client 2.8.6 → 3.0.0

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > TypeScript/JavaScript client for [nedbd](https://github.com/Eth-Interchained/nedb) — the NEDB server daemon.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/nedb-engine-client?color=00d4ff)](https://www.npmjs.com/package/nedb-engine-client)
6
- [![License](https://img.shields.io/badge/license-GPL--3.0--or--later-818cf8)](https://github.com/Eth-Interchained/nedb/blob/master/LICENSE)
6
+ [![License: MIT](https://img.shields.io/badge/license-MIT-22c55e)](https://github.com/Eth-Interchained/nedb/blob/master/LICENSE)
7
7
 
8
8
  Connect to any running `nedbd` instance from Node.js or the browser. No engine embedded, no native dependencies. Just fetch.
9
9
 
@@ -273,4 +273,4 @@ One HTTP request, multiple ops — best throughput for bulk ingestion.
273
273
 
274
274
  ---
275
275
 
276
- © [INTERCHAINED, LLC](https://interchained.org) · GPL-3.0-or-later · Built with [Hyperagent](https://hyperagent.com/refer/J2G6TCD7)
276
+ © [INTERCHAINED, LLC](https://interchained.org) · MIT License · Built with [Hyperagent](https://hyperagent.com/refer/J2G6TCD7)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nedb-engine-client",
3
- "version": "2.8.6",
3
+ "version": "3.0.0",
4
4
  "description": "TypeScript/JavaScript client for the nedbd HTTP API (nedb-engine)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "keywords": ["nedb", "nedb-engine", "client", "database", "dag", "bi-temporal", "causal", "nedbd"],
22
22
  "author": "Eth-Interchained",
23
- "license": "GPL-3.0-or-later",
23
+ "license": "MIT",
24
24
  "repository": {
25
25
  "type": "git",
26
26
  "url": "git+https://github.com/Eth-Interchained/nedb.git"