Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions demos/django-todolist/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ packages:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.6.7"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -318,7 +318,7 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.6.1"
version: "1.6.2"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
6 changes: 3 additions & 3 deletions demos/supabase-anonymous-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ packages:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.6.7"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -374,7 +374,7 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.6.1"
version: "1.6.2"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
6 changes: 3 additions & 3 deletions demos/supabase-edge-function-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ packages:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.6.7"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -374,7 +374,7 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.6.1"
version: "1.6.2"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
6 changes: 3 additions & 3 deletions demos/supabase-simple-chat/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ packages:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.6.7"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -390,7 +390,7 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.6.1"
version: "1.6.2"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
8 changes: 4 additions & 4 deletions demos/supabase-todolist/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ packages:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.6.7"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -478,14 +478,14 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.6.1"
version: "1.6.2"
powersync_attachments_helper:
dependency: "direct main"
description:
path: "../../packages/powersync_attachments_helper"
relative: true
source: path
version: "0.6.1"
version: "0.6.2"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
logging: ^1.1.1
collection: ^1.17.0
fetch_client: ^1.1.2
js: ^0.7.0
js: ">= 0.6.7 <0.8.0"
pubspec_parse: ^1.3.0
args: ^2.5.0
pub_semver: ^2.1.4
Expand Down