@naturalcycles/datastore-lib 4.3.2 → 4.3.4

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 +14 -14
  2. package/readme.md +0 -6
package/package.json CHANGED
@@ -1,21 +1,13 @@
1
1
  {
2
2
  "name": "@naturalcycles/datastore-lib",
3
3
  "type": "module",
4
- "version": "4.3.2",
4
+ "version": "4.3.4",
5
5
  "description": "Opinionated library to work with Google Datastore, implements CommonDB",
6
- "scripts": {
7
- "build": "dev-lib build",
8
- "test": "dev-lib test",
9
- "lint": "dev-lib lint",
10
- "bt": "dev-lib bt",
11
- "lbt": "dev-lib lbt",
12
- "check": "dev-lib lbt"
13
- },
14
6
  "dependencies": {
15
7
  "@google-cloud/datastore": "^10",
16
- "@naturalcycles/db-lib": "workspace:^10",
17
- "@naturalcycles/js-lib": "workspace:^15",
18
- "@naturalcycles/nodejs-lib": "workspace:^14"
8
+ "@naturalcycles/db-lib": "^10",
9
+ "@naturalcycles/js-lib": "^15",
10
+ "@naturalcycles/nodejs-lib": "^14"
19
11
  },
20
12
  "devDependencies": {
21
13
  "@naturalcycles/dev-lib": "*",
@@ -50,5 +42,13 @@
50
42
  "gcp"
51
43
  ],
52
44
  "author": "Natural Cycles Team",
53
- "license": "MIT"
54
- }
45
+ "license": "MIT",
46
+ "scripts": {
47
+ "build": "dev-lib build",
48
+ "test": "dev-lib test",
49
+ "lint": "dev-lib lint",
50
+ "bt": "dev-lib bt",
51
+ "lbt": "dev-lib lbt",
52
+ "check": "dev-lib lbt"
53
+ }
54
+ }
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