@c8y/devkit 1023.5.3 → 1023.7.0

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.
@@ -6,7 +6,7 @@
6
6
  "properties": {
7
7
  "assets": {
8
8
  "type": "array",
9
- "description": "List of static application assets.",
9
+ "description": "Define the assets to be copied to the output directory. These assets are copied as-is without any further processing or hashing.",
10
10
  "default": [],
11
11
  "items": {
12
12
  "$ref": "#/definitions/assetPattern"
@@ -336,7 +336,7 @@
336
336
  },
337
337
  "outputHashing": {
338
338
  "type": "string",
339
- "description": "Define the output filename cache-busting hashing mode.",
339
+ "description": "Define the output filename cache-busting hashing mode.\n\n- `none`: No hashing.\n- `all`: Hash for all output bundles. \n- `media`: Hash for all output media (e.g., images, fonts, etc. that are referenced in CSS files).\n- `bundles`: Hash for output of lazy and main bundles.",
340
340
  "default": "none",
341
341
  "enum": [
342
342
  "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/devkit",
3
- "version": "1023.5.3",
3
+ "version": "1023.7.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Cumulocity Webpack Build Facade",
@@ -37,7 +37,7 @@
37
37
  "tools"
38
38
  ],
39
39
  "dependencies": {
40
- "@angular-devkit/build-angular": "^20.3.4",
40
+ "@angular-devkit/build-angular": "^20.3.12",
41
41
  "@babel/cli": "7.26.4",
42
42
  "@babel/core": "^7.28.4",
43
43
  "@babel/eslint-parser": "^7.26.8",
@@ -48,11 +48,11 @@
48
48
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
49
49
  "@babel/plugin-transform-async-to-generator": "^7.18.6",
50
50
  "@babel/preset-env": "^7.26.8",
51
- "@c8y/client": "1023.5.3",
52
- "@c8y/options": "1023.5.3",
53
- "@c8y/toolkit": "1023.5.3",
51
+ "@c8y/client": "1023.7.0",
52
+ "@c8y/options": "1023.7.0",
53
+ "@c8y/toolkit": "1023.7.0",
54
54
  "@inquirer/prompts": "7.7.1",
55
- "@schematics/angular": "^20.3.4",
55
+ "@schematics/angular": "^20.3.12",
56
56
  "JSONPath": "0.11.2",
57
57
  "angular-gettext-tools": "https://github.com/rubenv/angular-gettext-tools.git#5a20d5fe2ad768bfd0cac18259b4986346061eda",
58
58
  "autoprefixer": "10.4.20",
@@ -95,7 +95,7 @@
95
95
  "@types/webpack-dev-server": "^4.3.1"
96
96
  },
97
97
  "peerDependencies": {
98
- "@angular-devkit/schematics": "^20.3.4",
98
+ "@angular-devkit/schematics": "^20.3.12",
99
99
  "webpack": "5.101.2"
100
100
  },
101
101
  "peerDependenciesMeta": {