Skip to content

Commit a8c28fb

Browse files
committed
removed token, improve client build, improved serve
1 parent 7d150e4 commit a8c28fb

31 files changed

+270
-117
lines changed

client/angular.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,20 @@
5454
"stylePreprocessorOptions": {
5555
"includePaths": ["src/scss/utils", "."]
5656
},
57+
"allowedCommonJsDependencies": [
58+
"brace",
59+
"brace/mode/json",
60+
"brace/theme/monokai"
61+
],
5762
"browser": "src/main.ts"
5863
},
5964
"configurations": {
6065
"production": {
6166
"budgets": [
6267
{
6368
"type": "initial",
64-
"maximumWarning": "750kb",
65-
"maximumError": "1.5mb"
69+
"maximumWarning": "1.5mb",
70+
"maximumError": "3mb"
6671
},
6772
{
6873
"type": "anyComponentStyle",

client/dist/app/3rdpartylicenses.txt

+72-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ License: "MIT"
55

66
The MIT License
77

8-
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
8+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
99

1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal
@@ -31,7 +31,7 @@ License: "MIT"
3131

3232
The MIT License
3333

34-
Copyright (c) 2024 Google LLC.
34+
Copyright (c) 2025 Google LLC.
3535

3636
Permission is hereby granted, free of charge, to any person obtaining a copy
3737
of this software and associated documentation files (the "Software"), to deal
@@ -57,7 +57,7 @@ License: "MIT"
5757

5858
The MIT License
5959

60-
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
60+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
6161

6262
Permission is hereby granted, free of charge, to any person obtaining a copy
6363
of this software and associated documentation files (the "Software"), to deal
@@ -77,6 +77,34 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7777
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
7878
THE SOFTWARE.
7979

80+
--------------------------------------------------------------------------------
81+
Package: brace
82+
License: "MIT"
83+
84+
Copyright 2013 Thorsten Lorenz.
85+
All rights reserved.
86+
87+
Permission is hereby granted, free of charge, to any person
88+
obtaining a copy of this software and associated documentation
89+
files (the "Software"), to deal in the Software without
90+
restriction, including without limitation the rights to use,
91+
copy, modify, merge, publish, distribute, sublicense, and/or sell
92+
copies of the Software, and to permit persons to whom the
93+
Software is furnished to do so, subject to the following
94+
conditions:
95+
96+
The above copyright notice and this permission notice shall be
97+
included in all copies or substantial portions of the Software.
98+
99+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
100+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
101+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
102+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
103+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
104+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
105+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
106+
OTHER DEALINGS IN THE SOFTWARE.
107+
80108
--------------------------------------------------------------------------------
81109
Package: ngx-image-cropper
82110
License: "MIT"
@@ -103,13 +131,49 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104132
SOFTWARE.
105133

134+
--------------------------------------------------------------------------------
135+
Package: ngx-ace-wrapper
136+
License: "MIT"
137+
138+
139+
--------------------------------------------------------------------------------
140+
Package: @ng-util/lazy
141+
License: "MIT"
142+
143+
MIT License
144+
145+
Copyright (c) 2020-present 卡色<[email protected]>
146+
147+
Permission is hereby granted, free of charge, to any person obtaining a copy
148+
of this software and associated documentation files (the "Software"), to deal
149+
in the Software without restriction, including without limitation the rights
150+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
151+
copies of the Software, and to permit persons to whom the Software is
152+
furnished to do so, subject to the following conditions:
153+
154+
The above copyright notice and this permission notice shall be included in all
155+
copies or substantial portions of the Software.
156+
157+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
158+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
159+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
160+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
161+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
162+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
163+
SOFTWARE.
164+
165+
--------------------------------------------------------------------------------
166+
Package: ngx-tinymce
167+
License: "MIT"
168+
169+
106170
--------------------------------------------------------------------------------
107171
Package: @angular/core
108172
License: "MIT"
109173

110174
The MIT License
111175

112-
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
176+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
113177

114178
Permission is hereby granted, free of charge, to any person obtaining a copy
115179
of this software and associated documentation files (the "Software"), to deal
@@ -358,7 +422,7 @@ License: "MIT"
358422

359423
The MIT License
360424

361-
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
425+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
362426

363427
Permission is hereby granted, free of charge, to any person obtaining a copy
364428
of this software and associated documentation files (the "Software"), to deal
@@ -384,7 +448,7 @@ License: "MIT"
384448

385449
The MIT License
386450

387-
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
451+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
388452

389453
Permission is hereby granted, free of charge, to any person obtaining a copy
390454
of this software and associated documentation files (the "Software"), to deal
@@ -410,7 +474,7 @@ License: "MIT"
410474

411475
The MIT License
412476

413-
Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
477+
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
414478

415479
Permission is hereby granted, free of charge, to any person obtaining a copy
416480
of this software and associated documentation files (the "Software"), to deal
@@ -436,7 +500,7 @@ License: "MIT"
436500

437501
(The MIT License)
438502

439-
Copyright (c) 2016 Guillermo Rauch (@rauchg)
503+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
440504

441505
Permission is hereby granted, free of charge, to any person obtaining
442506
a copy of this software and associated documentation files (the

client/dist/app/browser/chunk-3H3EXPK4.js

-8
This file was deleted.

client/dist/app/browser/chunk-7WP2SVVU.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/app/browser/chunk-CCCXZN2D.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/app/browser/chunk-EVYM6GVF.js

-1
This file was deleted.

client/dist/app/browser/chunk-G72ZQ2SY.js

-1
This file was deleted.

client/dist/app/browser/chunk-HFZQVFWM.js

-1
This file was deleted.

0 commit comments

Comments
 (0)