Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
4 changes: 2 additions & 2 deletions acceptance_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ environment:
dependencies:
glob: ^2.0.1
http: ^0.13.1
xml: ^5.1.0
xml: ^6.0.1
archive: ^3.1.2
dotenv: ^3.0.0-nullsafety.0
gherkin:
git:
git:
url: https://github.com/are/dart_gherkin.git
ref: "5735740"
test: ^1.15.0
Expand Down
4 changes: 4 additions & 0 deletions acceptance_tests/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: pubnub
dependency_overrides:
pubnub:
path: ..\\pubnub
2 changes: 1 addition & 1 deletion pubnub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To add the package to your Dart or Flutter project, add `pubnub` as a dependency

```yaml
dependencies:
pubnub: ^4.1.3
pubnub: ^4.1.4
```

After adding the dependency to `pubspec.yaml`, run the `dart pub get` command in the root directory of your project (the same that the `pubspec.yaml` is in).
Expand Down
4 changes: 2 additions & 2 deletions pubnub/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pubnub
description: PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications
version: 4.1.3
version: 4.1.4
homepage: https://www.pubnub.com/docs

environment:
Expand All @@ -24,6 +24,6 @@ dependencies:
meta: ^1.3.0
pedantic: ^1.11.0
pool: ^1.5.0
xml: ^5.0.2
xml: ^6.0.1
dev_dependencies:
test: 1.16.7
4 changes: 4 additions & 0 deletions pubnub_flutter/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: pubnub
dependency_overrides:
pubnub:
path: ..\\pubnub