Skip to content

Commit ed0bb0a

Browse files
committedMar 27, 2021
bump sdk versions and add project config
1 parent 7b8c3d8 commit ed0bb0a

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed
 

‎hydro.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"project": "example-project",
3+
"components": [
4+
{
5+
"name": "basic-appbar",
6+
"chunks": [
7+
{
8+
"type": "mountable",
9+
"baseUrl": "ota",
10+
"entryPoint": "ota/index.ts"
11+
}
12+
]
13+
}
14+
]
15+
}

‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/hydro-sdk/basic-appbar-app#readme",
2424
"dependencies": {
2525
"@hydro-sdk/waveform": "0.0.1-nightly.33",
26-
"@hydro-sdk/hydro-sdk": "0.0.1-nightly.182",
26+
"@hydro-sdk/hydro-sdk": "0.0.1-nightly.184",
2727
"prettier": "^2.2.0",
2828
"prettier-plugin-import-sort": "0.0.6",
2929
"import-sort-style-module": "^6.0.0"

‎pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ packages:
302302
dependency: "direct main"
303303
description:
304304
path: "."
305-
ref: "0.0.1-nightly.182"
306-
resolved-ref: "44732a6101b65ce706d49e8d58bf3e5c719e4dfa"
305+
ref: "0.0.1-nightly.184"
306+
resolved-ref: "8a24f00bf167052bcf5a71abfd06138777b9c76b"
307307
url: "git://github.com/hydro-sdk/hydro-sdk.git"
308308
source: git
309309
version: "1.0.0+1"

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
sdk: flutter
88
hydro_sdk:
99
git:
10-
ref: "0.0.1-nightly.182"
10+
ref: "0.0.1-nightly.184"
1111
url: "git://github.com/hydro-sdk/hydro-sdk.git"
1212
waveform:
1313
git:

0 commit comments

Comments
 (0)
Please sign in to comment.