diff --git a/packages/easy_onvif_cli/lib/meta.dart b/packages/easy_onvif_cli/lib/meta.dart index 22150ed..86cf621 100644 --- a/packages/easy_onvif_cli/lib/meta.dart +++ b/packages/easy_onvif_cli/lib/meta.dart @@ -1,7 +1,9 @@ /// app metadata library; + // DO NOT EDIT THIS FILE // THIS FILE IS AUTOMATICALLY OVER WRITTEN BY PublishTools import 'dart:convert' show json; -final pubSpec = json.decode('{description: A pure Dart library designed primarily for command line automation of Onvif compatible devices., homepage: https://github.com/faithoflifedev/easy_onvif_workspace/tree/main/packages/easy_onvif_cli, documentation: null, repository: https://github.com/faithoflifedev/easy_onvif_workspace, issueTracker: null, name: easy_onvif_cli, publish_to: null, version: 3.1.0+5}'); +final pubSpec = json.decode( + '{description: A pure Dart library designed primarily for command line automation of Onvif compatible devices., homepage: https://github.com/faithoflifedev/easy_onvif_workspace/tree/main/packages/easy_onvif_cli, documentation: null, repository: https://github.com/faithoflifedev/easy_onvif_workspace, issueTracker: null, name: easy_onvif_cli, publish_to: null, version: 3.1.0+5}');