Updated the API fetching mechanism in various components to utilize the new requestJson function for improved consistency and error handling. This change affects the alerts, dashboard, data collection, filters, gre, network map, probes, recursive routes, route optimizer, servers, settings, traffic, and uptime pages.
18 lines
316 B
JSON
18 lines
316 B
JSON
{
|
|
"name": "@mmapp/contracts",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./servers": "./dist/servers.js",
|
|
"./alerts": "./dist/alerts.js"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^4.4.1"
|
|
}
|
|
}
|