@c8y/tutorial 1023.97.4 → 1023.97.8

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.
@@ -1,5 +1,4 @@
1
- import { ConfigurationOptions } from '@c8y/devkit';
2
- import { DefinePlugin } from 'webpack';
1
+ import { ConfigurationOptions, webpack } from '@c8y/devkit';
3
2
  import { author, description, name, version, license } from './package.json';
4
3
 
5
4
  export default {
@@ -967,7 +966,7 @@ export default {
967
966
  buildTime: {
968
967
  extraWebpackConfig: {
969
968
  plugins: [
970
- new DefinePlugin({
969
+ new webpack.DefinePlugin({
971
970
  HELLO_WORLD: JSON.stringify('HELLO WORLD')
972
971
  })
973
972
  ]
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@c8y/tutorial",
3
- "version": "1023.97.4",
3
+ "version": "1023.97.8",
4
4
  "description": "This package is used to scaffold a tutorial for Cumulocity IoT Web SDK which explains a lot of concepts.",
5
5
  "dependencies": {
6
6
  "@angular/animations": "^20.3.24",
7
7
  "@angular/cdk": "^20.2.14",
8
- "@c8y/bootstrap": "1023.97.4",
9
- "@c8y/client": "1023.97.4",
10
- "@c8y/ngx-components": "1023.97.4",
11
- "@c8y/style": "1023.97.4",
8
+ "@c8y/bootstrap": "1023.97.8",
9
+ "@c8y/client": "1023.97.8",
10
+ "@c8y/ngx-components": "1023.97.8",
11
+ "@c8y/style": "1023.97.8",
12
12
  "leaflet": "1.9.4",
13
13
  "monaco-editor": "~0.53.0",
14
14
  "ngx-bootstrap": "20.0.2",
15
15
  "rxjs": "7.8.2"
16
16
  },
17
17
  "devDependencies": {
18
- "@c8y/devkit": "1023.97.4",
19
- "@c8y/options": "1023.97.4"
18
+ "@c8y/devkit": "1023.97.8",
19
+ "@c8y/options": "1023.97.8"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@angular/common": ">=20 <21"