cry-db 2.4.31 → 2.4.33

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.
package/package.json CHANGED
@@ -1,38 +1,39 @@
1
1
  {
2
- "name": "cry-db",
3
- "version": "2.4.31",
4
- "description": "database access with mongo",
5
- "main": "./dist/index.mjs",
6
- "type": "module",
7
- "types": "./dist/index.d.mts",
8
- "files": [
9
- "dist"
10
- ],
11
- "directories": {
12
- "test": "test"
13
- },
14
- "scripts": {
15
- "patch": "git commit -a -m %1 && npm version patch && npm pub && git push && echo",
16
- "test": "mocha -b --timeout 4000 "
17
- },
18
- "author": "Primož Krajnik",
19
- "license": "ISC",
20
- "dependencies": {
21
- "@types/bcrypt": "^6.0.0",
22
- "bcrypt": "^6.0.0",
23
- "cry-helpers": "^2.1.180",
24
- "dotenv": "^17.2.3",
25
- "fracturedjsonjs": "^5.0.1",
26
- "lodash": "^4.17.21",
27
- "lodash.clonedeep": "^4.5.0",
28
- "mongodb": "^7.0.0",
29
- "tiny-typed-emitter": "^2.1.0"
30
- },
31
- "devDependencies": {
32
- "@types/lodash-es": "^4.17.12",
33
- "@types/lodash.clonedeep": "^4.5.9",
34
- "chai": "^6.2.2",
35
- "mocha": "^11.7.5",
36
- "typescript": "^5.9.3"
37
- }
2
+ "name": "cry-db",
3
+ "version": "2.4.33",
4
+ "description": "database access with mongo",
5
+ "main": "./dist/index.mjs",
6
+ "type": "module",
7
+ "types": "./dist/index.d.mts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "directories": {
12
+ "test": "test"
13
+ },
14
+ "scripts": {
15
+ "patch": "git commit -a -m %1 && npm version patch && npm pub && git push && echo",
16
+ "test": "mocha -b --timeout 4000 ",
17
+ "build": "tsc"
18
+ },
19
+ "author": "Primož Krajnik",
20
+ "license": "ISC",
21
+ "dependencies": {
22
+ "@types/bcrypt": "^6.0.0",
23
+ "bcrypt": "^6.0.0",
24
+ "cry-helpers": "^2.1.180",
25
+ "dotenv": "^17.2.3",
26
+ "fracturedjsonjs": "^5.0.1",
27
+ "lodash": "^4.17.21",
28
+ "lodash.clonedeep": "^4.5.0",
29
+ "mongodb": "^7.0.0",
30
+ "tiny-typed-emitter": "^2.1.0"
31
+ },
32
+ "devDependencies": {
33
+ "@types/lodash-es": "^4.17.12",
34
+ "@types/lodash.clonedeep": "^4.5.9",
35
+ "chai": "^6.2.2",
36
+ "mocha": "^11.7.5",
37
+ "typescript": "^5.9.3"
38
+ }
38
39
  }