ode-ngjs-front 1.4.28 → 1.4.29

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/dist/version.txt +1 -1
  2. package/package.json +4 -4
package/dist/version.txt CHANGED
@@ -1 +1 @@
1
- ode-ngjs-front 18/05/2026 18:26:23
1
+ ode-ngjs-front 05/06/2026 12:52:18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-ngjs-front",
3
- "version": "1.4.28",
3
+ "version": "1.4.29",
4
4
  "description": "Open Digital Education Frontend Framework",
5
5
  "homepage": "https://github.com/opendigitaleducation/ode-ngjs-front#readme",
6
6
  "bugs": {
@@ -18,12 +18,12 @@
18
18
  "dist/**/*"
19
19
  ],
20
20
  "scripts": {
21
- "build": "npx webpack",
21
+ "build": "NODE_OPTIONS=--openssl-legacy-provider npx webpack",
22
22
  "compile": "npx tsc --build ./tsconfig.json",
23
23
  "jasmine": "npx jasmine --config=src/test/config/jasmine.json",
24
24
  "karma": "npx karma start src/test/config/karma.js",
25
25
  "test": "npm run compile && npm run jasmine",
26
- "watch": "npx webpack --config webpack.config.watch.js --env build_target=${npm_config_watch_springboard}/assets/js/ode-ngjs-front --watch"
26
+ "watch": "NODE_OPTIONS=--openssl-legacy-provider npx webpack --config webpack.config.watch.js --env build_target=${npm_config_watch_springboard}/assets/js/ode-ngjs-front --watch"
27
27
  },
28
28
  "dependencies": {
29
29
  "chart.js": "4.4.9",
@@ -53,7 +53,7 @@
53
53
  "karma-chrome-launcher": "3.1.0",
54
54
  "karma-jasmine": "4.0.1",
55
55
  "moment-locales-webpack-plugin": "~1.2.0",
56
- "ode-ts-client": "1.2.6",
56
+ "ode-ts-client": "1.2.7",
57
57
  "terser-webpack-plugin": "5.1.4",
58
58
  "ts-loader": "8.0.18",
59
59
  "typescript": "4.6.4",