diff --git a/example/pubspec.lock b/example/pubspec.lock index 1802d72..68365ed 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -9,13 +9,11 @@ packages: source: path version: "0.0.1" argon2_ffi_base: - dependency: "direct main" + dependency: transitive description: - path: "." - ref: a867d30e77521012fd68af0208ec9ccc57127d86 - resolved-ref: a867d30e77521012fd68af0208ec9ccc57127d86 - url: "https://github.com/hpoul/argon2_ffi_base.git" - source: git + name: argon2_ffi_base + url: "https://pub.dartlang.org" + source: hosted version: "0.0.1" async: dependency: transitive diff --git a/pubspec.lock b/pubspec.lock index 6f3c0a7..2a88224 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -4,11 +4,9 @@ packages: argon2_ffi_base: dependency: "direct main" description: - path: "." - ref: a867d30e77521012fd68af0208ec9ccc57127d86 - resolved-ref: a867d30e77521012fd68af0208ec9ccc57127d86 - url: "https://github.com/hpoul/argon2_ffi_base.git" - source: git + name: argon2_ffi_base + url: "https://pub.dartlang.org" + source: hosted version: "0.0.1" async: dependency: transitive @@ -53,14 +51,14 @@ packages: source: hosted version: "1.1.0" ffi: - dependency: "direct main" + dependency: transitive description: name: ffi url: "https://pub.dartlang.org" source: hosted version: "0.1.3" ffi_helper: - dependency: "direct main" + dependency: transitive description: name: ffi_helper url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 77921da..490b468 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,12 +8,7 @@ environment: dependencies: flutter: sdk: flutter - argon2_ffi_base: - git: - url: https://github.com/hpoul/argon2_ffi_base.git - ref: a867d30e77521012fd68af0208ec9ccc57127d86 - ffi: ^0.1.3 - ffi_helper: ^1.4.0 + argon2_ffi_base: ">=0.0.1 <1.0.0" dev_dependencies: