Skip to content

Commit

Permalink
chore: Upgrade to Web SDK v1021.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y-ui-release[bot] committed Oct 30, 2024
1 parent 20328fd commit e136663
Show file tree
Hide file tree
Showing 10 changed files with 3,076 additions and 3,294 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ trim_trailing_whitespace = true

[*.ts]
quote_type = single
ij_typescript_use_double_quotes = false

[*.md]
max_line_length = off
Expand Down
22 changes: 14 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "less",
"assets": [
"src/favicon.ico",
"src/assets"
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"@c8y/style/main.less",
"src/styles.less"
],
"scripts": [],
Expand All @@ -53,13 +56,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "500kB",
"maximumError": "1MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "2kB",
"maximumError": "4kB"
}
],
"outputHashing": "all",
Expand Down Expand Up @@ -98,10 +101,13 @@
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "less",
"assets": [
"src/favicon.ico",
"src/assets"
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"@c8y/style/main.less",
"src/styles.less"
],
"scripts": []
Expand Down
Loading

0 comments on commit e136663

Please sign in to comment.