Skip to content

Commit

Permalink
audio_service_web 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jun 26, 2021
1 parent 2a73ee1 commit d2cece2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion audio_service_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## 0.0.1

* TODO: Describe initial release.
* Move web implementation to federated plugin model (@keaganhilliard)
* Initial release.
16 changes: 8 additions & 8 deletions audio_service_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: audio_service_web
description: Web platform implementation of audio_service. This implementation is endorsed and therefore doesn't require a direct dependency.
version: 0.16.2
homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service
version: 0.0.1
homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service_web

environment:
sdk: '>=2.12.0 <3.0.0'
Expand All @@ -13,14 +13,14 @@ dependencies:
# path: ../audio_service_platform_interface

# Use these deps when pushing to origin (for the benefit of testers)
audio_service_platform_interface:
git:
url: https://github.com/ryanheise/audio_service.git
ref: one-isolate
path: audio_service_platform_interface
# audio_service_platform_interface:
# git:
# url: https://github.com/ryanheise/audio_service.git
# ref: one-isolate
# path: audio_service_platform_interface

# Use these deps when publishing.
# audio_service_platform_interface: ^1.0.0
audio_service_platform_interface: ^0.0.1

rxdart: '>=0.26.0 <0.28.0'
js: ^0.6.3
Expand Down

0 comments on commit d2cece2

Please sign in to comment.