@quandis/qbo4.logging 4.0.1-CI-20240328-192659 → 4.0.1-CI-20240406-130740

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quandis/qbo4.logging",
3
- "version": "4.0.1-CI-20240328-192659",
3
+ "version": "4.0.1-CI-20240406-130740",
4
4
  "type": "module",
5
5
  "types": "./src/Program.d.ts",
6
6
  "exports": {
@@ -10,7 +10,9 @@
10
10
  },
11
11
  "files": [
12
12
  "wwwroot/js/",
13
- "src/"
13
+ "wwwroot/css/",
14
+ "src/",
15
+ "scss/"
14
16
  ],
15
17
  "dependencies": {
16
18
  "@microsoft/applicationinsights-web": "^3.1.1",
@@ -42,6 +44,6 @@
42
44
  "postcss": "postcss \"wwwroot/css/*.css\" --use autoprefixer --replace",
43
45
  "packdev": "webpack --config webpack.dev.js --no-color",
44
46
  "packprod": "webpack --config webpack.prod.js --no-color",
45
- "build": "npm run sass && tsc && npm run packdev && npm run packprod && rm *.tgz && npm pack && mv *.tgz qbo4.logging.tgz"
47
+ "build": "npm run sass && tsc && npm run packdev && npm run packprod && del *.tgz && npm pack && ren *.tgz qbo4.logging.tgz"
46
48
  }
47
49
  }