@naturalcycles/datastore-lib 4.3.2 → 4.3.3

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/package.json +1 -1
  2. package/readme.md +0 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/datastore-lib",
3
3
  "type": "module",
4
- "version": "4.3.2",
4
+ "version": "4.3.3",
5
5
  "description": "Opinionated library to work with Google Datastore, implements CommonDB",
6
6
  "scripts": {
7
7
  "build": "dev-lib build",
package/readme.md CHANGED
@@ -17,9 +17,3 @@
17
17
  - Anonymization hook to be able to plug your implementation (privacy by design)
18
18
  - ...
19
19
 
20
- # Packaging
21
-
22
- - `engines.node >= 10.13`: Latest Node.js LTS
23
- - `main: dist/index.js`: commonjs, es2018
24
- - `types: dist/index.d.ts`: typescript types
25
- - `/src` folder with source `*.ts` files included