Chromium Code Reviews| Index: runtime/observatory/pubspec.lock |
| diff --git a/runtime/observatory/pubspec.lock b/runtime/observatory/pubspec.lock |
| index 1f8a109c1bcd6ee49293f91b3cffdc834bbbb438..f3c79b54e830a24c7827f81aee1ffd490386b031 100644 |
| --- a/runtime/observatory/pubspec.lock |
| +++ b/runtime/observatory/pubspec.lock |
| @@ -73,12 +73,12 @@ packages: |
| relative: true |
| source: path |
| version: "0.2.1" |
| - dart_to_js_script_rewriter: |
| + func: |
| description: |
| - path: "../../third_party/observatory_pub_packages/packages/dart_to_js_script_rewriter" |
| - relative: true |
| - source: path |
| - version: "1.0.1" |
| + name: func |
| + url: "https://pub.dartlang.org" |
| + source: hosted |
|
rmacnak
2017/07/31 16:50:46
These should all be paths pointing into observator
cbernaschina
2017/07/31 20:23:54
Landed https://codereview.chromium.org/2990913002/
|
| + version: "1.0.0" |
| glob: |
| description: |
| path: "../../third_party/observatory_pub_packages/packages/glob" |
| @@ -115,12 +115,24 @@ packages: |
| relative: true |
| source: path |
| version: "0.12.0+1" |
| + meta: |
| + description: |
| + name: meta |
| + url: "https://pub.dartlang.org" |
| + source: hosted |
| + version: "1.1.1" |
| + observable: |
| + description: |
| + name: observable |
| + url: "https://pub.dartlang.org" |
| + source: hosted |
| + version: "0.20.4+1" |
| observe: |
| description: |
| - path: "../../third_party/observatory_pub_packages/packages/observe" |
| - relative: true |
| - source: path |
| - version: "0.13.1+3" |
| + name: observe |
| + url: "https://pub.dartlang.org" |
| + source: hosted |
| + version: "0.15.1" |
| package_config: |
| description: |
| path: "../../third_party/observatory_pub_packages/packages/package_config" |
| @@ -135,10 +147,10 @@ packages: |
| version: "1.3.9" |
| petitparser: |
| description: |
| - path: "../../third_party/observatory_pub_packages/packages/petitparser" |
| - relative: true |
| - source: path |
| - version: "1.5.0" |
| + name: petitparser |
| + url: "https://pub.dartlang.org" |
| + source: hosted |
| + version: "1.5.5" |
| plugin: |
| description: |
| path: "../../third_party/observatory_pub_packages/packages/plugin" |
| @@ -157,18 +169,12 @@ packages: |
| relative: true |
| source: path |
| version: "0.21.4" |
| - quiver_iterables: |
| - description: |
| - path: "../../third_party/observatory_pub_packages/packages/quiver_iterables" |
| - relative: true |
| - source: path |
| - version: "1.0.0" |
| smoke: |
| description: |
| - path: "../../third_party/observatory_pub_packages/packages/smoke" |
| - relative: true |
| - source: path |
| - version: "0.3.6" |
| + name: smoke |
| + url: "https://pub.dartlang.org" |
| + source: hosted |
| + version: "0.3.6+3" |
| source_maps: |
| description: |
| path: "../../third_party/observatory_pub_packages/packages/source_maps" |
| @@ -193,12 +199,6 @@ packages: |
| relative: true |
| source: path |
| version: "0.1.4" |
| - template_binding: |
| - description: |
| - path: "../../third_party/observatory_pub_packages/packages/template_binding" |
| - relative: true |
| - source: path |
| - version: "0.14.0+2" |
| unittest: |
| description: |
| path: "../../third_party/observatory_pub_packages/packages/unittest" |
| @@ -231,15 +231,15 @@ packages: |
| version: "0.12.3" |
| when: |
| description: |
| - path: "../../third_party/observatory_pub_packages/packages/when" |
| - relative: true |
| - source: path |
| + name: when |
| + url: "https://pub.dartlang.org" |
| + source: hosted |
| version: "0.2.0" |
| which: |
| description: |
| - path: "../../third_party/observatory_pub_packages/packages/which" |
| - relative: true |
| - source: path |
| + name: which |
| + url: "https://pub.dartlang.org" |
| + source: hosted |
| version: "0.1.3" |
| yaml: |
| description: |
| @@ -248,4 +248,4 @@ packages: |
| source: path |
| version: "2.1.7" |
| sdks: |
| - dart: any |
| + dart: ">=1.22.0 <2.0.0-dev.infinity" |