@deltares/fews-web-oc-utils 2.0.0 → 2.0.1

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 (1) hide show
  1. package/package.json +9 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deltares/fews-web-oc-utils",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Util Library for common Web OC functionality",
5
5
  "author": {
6
6
  "name": "Werner Kramer",
@@ -35,16 +35,16 @@
35
35
  "devDependencies": {
36
36
  "@rollup/plugin-typescript": "^12.3.0",
37
37
  "@types/node": "^22.19.0",
38
- "cross-fetch": "^4.1.0",
39
- "eslint": "^9.39.0",
38
+ "eslint": "^9.39.1",
39
+ "eslint-config-prettier": "^10.1.8",
40
40
  "fetch-mock": "^12.6.0",
41
41
  "json-schema-to-typescript": "^15.0.4",
42
42
  "sonarqube-scanner": "^4.3.2",
43
43
  "tslib": "^2.8.1",
44
44
  "typedoc": "^0.28.14",
45
45
  "typescript": "^5.9.3",
46
- "typescript-eslint": "^8.46.2",
47
- "vite": "^7.1.12",
46
+ "typescript-eslint": "^8.46.4",
47
+ "vite": "^7.2.2",
48
48
  "vitest": "^4.0.6"
49
49
  },
50
50
  "engines": {
@@ -59,5 +59,9 @@
59
59
  },
60
60
  "bugs": {
61
61
  "url": "https://github.com/Deltares/fews-web-oc-utils/issues"
62
+ },
63
+ "publishConfig": {
64
+ "access": "public",
65
+ "registry": "https://registry.npmjs.org"
62
66
  }
63
67
  }