|
1 | 1 | { |
2 | | - "name": "itee-database", |
3 | | - "version": "8.3.0", |
4 | | - "description": "The abstract database side of the Itee solution for 3d web content, this package is design to be inherited and run on an Itee server.", |
5 | | - "keywords": [ |
| 2 | + "name": "itee-database", |
| 3 | + "version": "9.0.0", |
| 4 | + "description": "The abstract database side of the Itee solution for 3d web content, this package is design to be inherited and run on an Itee server.", |
| 5 | + "keywords": [ |
6 | 6 | "itee", |
7 | 7 | "database", |
8 | 8 | "library" |
9 | 9 | ], |
10 | | - "author": { |
| 10 | + "author": { |
11 | 11 | "name": "Itee (Tristan Valcke)", |
12 | | - "url": "https://github.com/Itee" |
| 12 | + "url": "https://github.com/Itee" |
13 | 13 | }, |
14 | | - "contributors": [], |
15 | | - "license": "BSD-3-Clause", |
16 | | - "private": false, |
17 | | - "repository": { |
| 14 | + "contributors": [], |
| 15 | + "license": "BSD-3-Clause", |
| 16 | + "private": false, |
| 17 | + "repository": { |
18 | 18 | "type": "git", |
19 | | - "url": "https://github.com/Itee/database.git" |
| 19 | + "url": "https://github.com/Itee/database.git" |
20 | 20 | }, |
21 | | - "type": "module", |
22 | | - "main": "builds/database.cjs.js", |
23 | | - "module": "builds/database.esm.js", |
24 | | - "browser": "", |
25 | | - "homepage": "https://github.com/Itee/database#readme", |
26 | | - "man": "./docs/index.html", |
27 | | - "bugs": { |
| 21 | + "type": "module", |
| 22 | + "main": "builds/database.cjs.js", |
| 23 | + "module": "builds/database.esm.js", |
| 24 | + "browser": "", |
| 25 | + "homepage": "https://github.com/Itee/database#readme", |
| 26 | + "man": "./docs/index.html", |
| 27 | + "bugs": { |
28 | 28 | "url": "https://github.com/Itee/database/issues" |
29 | 29 | }, |
30 | | - "engines": { |
| 30 | + "engines": { |
31 | 31 | "node": ">=20" |
32 | 32 | }, |
33 | | - "os": [ |
| 33 | + "os": [ |
34 | 34 | "win32", |
35 | 35 | "linux" |
36 | 36 | ], |
37 | | - "cpu": [ |
| 37 | + "cpu": [ |
38 | 38 | "x64", |
39 | 39 | "ia32" |
40 | 40 | ], |
41 | | - "scripts": { |
42 | | - "default": "gulp --tasks", |
43 | | - "refresh": "node ./node_modules/@itee/tasks/scripts/refresh.mjs", |
44 | | - "help": "gulp help", |
45 | | - "patch": "gulp patch", |
46 | | - "clean": "gulp clean", |
47 | | - "lint": "gulp lint", |
48 | | - "doc": "gulp doc", |
49 | | - "build": "gulp build", |
50 | | - "tests:run": "gulp run-tests", |
51 | | - "tests:bundling": "gulp check-bundling", |
| 41 | + "scripts": { |
| 42 | + "default": "gulp --tasks", |
| 43 | + "refresh": "node ./node_modules/@itee/tasks/scripts/refresh.mjs", |
| 44 | + "help": "gulp help", |
| 45 | + "patch": "gulp patch", |
| 46 | + "clean": "gulp clean", |
| 47 | + "lint": "gulp lint", |
| 48 | + "doc": "gulp doc", |
| 49 | + "build": "gulp build", |
| 50 | + "tests:run": "gulp run-tests", |
| 51 | + "tests:bundling": "gulp check-bundling", |
52 | 52 | "tests:bundling:build-import": "gulp check-bundling-from-esm-build-import", |
53 | 53 | "tests:bundling:files-import": "gulp check-bundling-from-esm-files-import", |
54 | 54 | "tests:bundling:files-direct": "gulp check-bundling-from-esm-files-direct", |
55 | | - "tests:benches:compute": "gulp compute-benchmarks", |
56 | | - "tests:benches:run": "gulp run-benchmarks", |
57 | | - "tests:benches:run:back": "gulp run-benchmarks-for-backend", |
58 | | - "tests:benches:run:front": "gulp run-benchmarks-for-frontend", |
59 | | - "tests:units:compute": "gulp compute-unit-tests", |
60 | | - "tests:units:run": "gulp run-unit-tests", |
61 | | - "tests:units:run:back": "gulp run-unit-tests-for-backend", |
62 | | - "tests:units:run:front": "gulp run-unit-tests-for-frontend", |
63 | | - "release": "gulp release", |
64 | | - "semantic-release": "semantic-release --dry-run --no-ci" |
| 55 | + "tests:benches:compute": "gulp compute-benchmarks", |
| 56 | + "tests:benches:run": "gulp run-benchmarks", |
| 57 | + "tests:benches:run:back": "gulp run-benchmarks-for-backend", |
| 58 | + "tests:benches:run:front": "gulp run-benchmarks-for-frontend", |
| 59 | + "tests:units:compute": "gulp compute-unit-tests", |
| 60 | + "tests:units:run": "gulp run-unit-tests", |
| 61 | + "tests:units:run:back": "gulp run-unit-tests-for-backend", |
| 62 | + "tests:units:run:front": "gulp run-unit-tests-for-frontend", |
| 63 | + "release": "gulp release", |
| 64 | + "semantic-release": "semantic-release --dry-run --no-ci" |
65 | 65 | }, |
66 | | - "dependencies": { |
67 | | - "itee-core": "^2.0.0", |
68 | | - "itee-utils": "^6.0.6", |
| 66 | + "dependencies": { |
| 67 | + "itee-core": "^2.0.0", |
| 68 | + "itee-utils": "^6.0.6", |
69 | 69 | "itee-validators": "^6.1.3", |
70 | | - "uuid": "^13.0.0" |
| 70 | + "uuid": "^13.0.0" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | 73 | "@itee/tasks": "^1.4.4" |
|
0 commit comments