tauri-plugin-network-manager 2.1.1

A Tauri plugin to manage network connections using networkmanager and systemd-networkd.
Documentation
{
  "name": "@vasakgroup/plugin-network-manager",
  "version": "2.1.0",
  "author": "Joaquin (Pato) Decima <jdecima@vasak.net.ar>",
  "description": "A Tauri plugin to manage network connections using networkmanager and systemd-networkd.",
  "type": "module",
  "types": "./dist-js/index.d.ts",
  "main": "./dist-js/index.cjs",
  "module": "./dist-js/index.js",
  "exports": {
    "types": "./dist-js/index.d.ts",
    "import": "./dist-js/index.js",
    "require": "./dist-js/index.cjs"
  },
  "files": [
    "dist-js",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "test": "bun test",
    "prepublishOnly": "bun run build",
    "pretest": "bun run build"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.9.1"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "rollup": "^4.54.0",
    "typescript": "^5.9.3",
    "tslib": "^2.8.1"
  }
}