Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simc committed Dec 30, 2023
1 parent 95e1f02 commit eb614fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/isar/lib/src/native/bindings.dart
Expand Up @@ -1953,12 +1953,14 @@ final class CIsarValue extends ffi.Opaque {}
final class CString extends ffi.Opaque {}

typedef IsarI64 = ffi.Int64;
typedef DartIsarI64 = int;

final class CIsarQueryCursor extends ffi.Opaque {}

final class CIsarUpdate extends ffi.Opaque {}

typedef DartPort = ffi.Int64;
typedef DartDartPort = int;

final class CWatchHandle extends ffi.Opaque {}

Expand Down
2 changes: 2 additions & 0 deletions packages/isar/lib/src/web/bindings.dart
Expand Up @@ -891,6 +891,7 @@ final class CIsarValue extends ffi.Opaque {}
final class CString extends ffi.Opaque {}

typedef IsarI64 = ffi.Int64;
typedef DartIsarI64 = int;

final class CIsarQueryCursor extends ffi.Opaque {}

Expand All @@ -899,6 +900,7 @@ final class CFilter extends ffi.Opaque {}
final class CIsarUpdate extends ffi.Opaque {}

typedef DartPort = ffi.Int64;
typedef DartDartPort = int;

final class CWatchHandle extends ffi.Opaque {}

Expand Down
4 changes: 2 additions & 2 deletions packages/isar/pubspec.yaml
Expand Up @@ -23,10 +23,10 @@ dependencies:
ffi: ">=2.0.0 <3.0.0"
js: ^0.6.7
meta: ^1.9.1
source_gen: ^1.4.0
source_gen: ^1.5.0

dev_dependencies:
build_test: ^2.2.0
ffigen: ^8.0.2
ffigen: ^10.0.0
test: any
very_good_analysis: ^5.0.0+1

0 comments on commit eb614fd

Please sign in to comment.