web-documentation 1.0.7 → 1.0.9

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.
Files changed (2) hide show
  1. package/package.json +6 -6
  2. package/source/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-documentation",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Declarative multilanguage documentation website generator",
5
5
  "keywords": [
6
6
  "documentation",
@@ -50,7 +50,7 @@
50
50
  "watch": "weboptimizer build --watch"
51
51
  },
52
52
  "devDependencies": {
53
- "@aws-sdk/client-s3": "^3.1043.0",
53
+ "@aws-sdk/client-s3": "^3.1044.0",
54
54
  "@babel/eslint-parser": "^7.28.6",
55
55
  "@babel/runtime": "^7.29.2",
56
56
  "@eslint/js": "^10.0.1",
@@ -67,7 +67,7 @@
67
67
  "@typescript-eslint/parser": "^8.59.2",
68
68
  "@webcomponents/webcomponentsjs": "^2.8.0",
69
69
  "archiver": "^7.0.1",
70
- "clientnode": "^4.0.1394",
70
+ "clientnode": "^4.0.1395",
71
71
  "css-loader": "^7.1.4",
72
72
  "cssnano": "^8.0.0",
73
73
  "default-gateway": "^7.2.2",
@@ -103,11 +103,11 @@
103
103
  "typescript-eslint": "^8.59.2",
104
104
  "ua-parser-js": "^2.0.9",
105
105
  "unzipper": "^0.12.3",
106
- "web-component-wrapper": "^0.0.586",
107
- "web-internationalization": "^2.0.17",
106
+ "web-component-wrapper": "^0.0.587",
107
+ "web-internationalization": "^2.0.19",
108
108
  "weboptimizer": "^3.0.22",
109
109
  "webpack-dev-server": "^5.2.3",
110
- "website-utilities": "^1.0.399"
110
+ "website-utilities": "^1.0.406"
111
111
  },
112
112
  "engines": {
113
113
  "node": ">=24",
package/source/index.ts CHANGED
@@ -433,7 +433,7 @@ export class WebDocumentation<
433
433
  }
434
434
 
435
435
 
436
- this.onExamplesLoaded.call(this)
436
+ this.onExamplesLoaded()
437
437
  }
438
438
  // endregion
439
439
  }