|
6 | 6 | "ng:build:dev": "NODE_OPTIONS=--preserve-symlinks ng build --watch --configuration development",
|
7 | 7 | "ng:test": "NODE_OPTIONS=--preserve-symlinks ng test",
|
8 | 8 | "app": "NODE_OPTIONS=--preserve-symlinks TS_NODE_PROJECT=tsconfig.server.json node -r ts-node/register -r tsconfig-paths/register src/server/app.ts",
|
9 |
| - "build": "NODE_OPTIONS=--preserve-symlinks ng build --configuration production", |
| 9 | + "build": "BUILD=angular NODE_OPTIONS=--preserve-symlinks ng build --configuration production", |
10 | 10 | "test": "jest"
|
11 | 11 | },
|
12 | 12 | "installConfig": {
|
|
15 | 15 | "private": true,
|
16 | 16 | "dependencies": {
|
17 | 17 | "@angular/ssr": "^19.1.6",
|
18 |
| - "@deepkit/angular-ssr": "^1.0.1-alpha.143", |
19 |
| - "@deepkit/app": "^1.0.1-alpha.143", |
20 |
| - "@deepkit/broker": "^1.0.1-alpha.143", |
21 |
| - "@deepkit/bson": "^1.0.1-alpha.143", |
22 |
| - "@deepkit/core": "^1.0.1-alpha.143", |
23 |
| - "@deepkit/core-rxjs": "^1.0.1-alpha.143", |
24 |
| - "@deepkit/desktop-ui": "^1.0.1-alpha.143", |
25 |
| - "@deepkit/event": "^1.0.1-alpha.143", |
26 |
| - "@deepkit/filesystem": "^1.0.1-alpha.143", |
| 18 | + "@deepkit/angular-ssr": "^1.0.1", |
| 19 | + "@deepkit/app": "^1.0.1", |
| 20 | + "@deepkit/broker": "^1.0.1", |
| 21 | + "@deepkit/bson": "^1.0.1", |
| 22 | + "@deepkit/core": "^1.0.1", |
| 23 | + "@deepkit/core-rxjs": "^1.0.1", |
| 24 | + "@deepkit/desktop-ui": "^1.0.1", |
| 25 | + "@deepkit/event": "^1.0.1", |
| 26 | + "@deepkit/filesystem": "^1.0.1", |
27 | 27 | "@deepkit/framework": "^1.0.1-alpha.144",
|
28 |
| - "@deepkit/http": "^1.0.1-alpha.143", |
29 |
| - "@deepkit/injector": "^1.0.1-alpha.143", |
30 |
| - "@deepkit/logger": "^1.0.1-alpha.143", |
| 28 | + "@deepkit/http": "^1.0.1", |
| 29 | + "@deepkit/injector": "^1.0.1", |
| 30 | + "@deepkit/logger": "^1.0.1", |
31 | 31 | "@deepkit/mongo": "^1.0.1-alpha.144",
|
32 |
| - "@deepkit/orm": "^1.0.1-alpha.143", |
| 32 | + "@deepkit/orm": "^1.0.1", |
33 | 33 | "@deepkit/postgres": "^1.0.1-alpha.144",
|
34 |
| - "@deepkit/rpc": "^1.0.1-alpha.143", |
35 |
| - "@deepkit/rpc-tcp": "^1.0.1-alpha.143", |
| 34 | + "@deepkit/rpc": "^1.0.1", |
| 35 | + "@deepkit/rpc-tcp": "^1.0.1", |
36 | 36 | "@deepkit/sql": "^1.0.1-alpha.144",
|
37 |
| - "@deepkit/stopwatch": "^1.0.1-alpha.143", |
38 |
| - "@deepkit/template": "^1.0.1-alpha.143", |
39 |
| - "@deepkit/type": "^1.0.1-alpha.143", |
40 |
| - "@deepkit/workflow": "^1.0.1-alpha.143", |
| 37 | + "@deepkit/stopwatch": "^1.0.1", |
| 38 | + "@deepkit/template": "^1.0.1", |
| 39 | + "@deepkit/type": "^1.0.1", |
| 40 | + "@deepkit/workflow": "^1.0.1", |
41 | 41 | "angular-plotly.js": "^5.2.2",
|
42 | 42 | "discord.js": "^14.13.0",
|
43 | 43 | "gray-matter": "^4.0.3",
|
|
72 | 72 | "@angular/platform-browser-dynamic": "^19.1.5",
|
73 | 73 | "@angular/platform-server": "^19.1.5",
|
74 | 74 | "@angular/router": "^19.1.5",
|
75 |
| - "@deepkit/type-compiler": "^1.0.1-alpha.102", |
| 75 | + "@deepkit/type-compiler": "^1.0.1", |
76 | 76 | "@types/jest": "^29.5.5",
|
77 | 77 | "@types/prismjs": "^1.26.0",
|
78 | 78 | "concurrently": "^8.2.1",
|
|
0 commit comments