@naturalcycles/datastore-lib 4.3.4 → 4.4.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/package.json +5 -4
  2. package/readme.md +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/datastore-lib",
3
3
  "type": "module",
4
- "version": "4.3.4",
4
+ "version": "4.4.0",
5
5
  "description": "Opinionated library to work with Google Datastore, implements CommonDB",
6
6
  "dependencies": {
7
7
  "@google-cloud/datastore": "^10",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@naturalcycles/dev-lib": "*",
14
- "@types/node": "^22"
14
+ "@types/node": "^24"
15
15
  },
16
16
  "files": [
17
17
  "dist",
@@ -48,7 +48,8 @@
48
48
  "test": "dev-lib test",
49
49
  "lint": "dev-lib lint",
50
50
  "bt": "dev-lib bt",
51
- "lbt": "dev-lib lbt",
52
- "check": "dev-lib lbt"
51
+ "clean": "dev-lib clean",
52
+ "typecheck": "dev-lib typecheck",
53
+ "check": "dev-lib check"
53
54
  }
54
55
  }
package/readme.md CHANGED
@@ -16,4 +16,3 @@
16
16
  - Streaming with RxJS Observable interface
17
17
  - Anonymization hook to be able to plug your implementation (privacy by design)
18
18
  - ...
19
-