[pkg:js] Roll 0.6.4 to include static interop changes

Roll the version number and constrain the sdk version with this
new roll. Next beta will be 2.16, so use that as the minimum.

Change-Id: I50ac1309255f9553ec2faa21958759e15e7712cc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/222940
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
This commit is contained in:
Srujan Gaddam 2021-12-13 22:13:16 +00:00 committed by Commit Bot
parent 214668c3c5
commit 0d66f87747
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
"constraint, update this by running tools/generate_package_config.dart."
],
"configVersion": 2,
"generated": "2021-12-09T13:52:42.287379",
"generated": "2021-12-10T17:31:54.553345",
"generator": "tools/generate_package_config.dart",
"packages": [
{
@ -381,7 +381,7 @@
"name": "js",
"rootUri": "../pkg/js",
"packageUri": "lib/",
"languageVersion": "2.12"
"languageVersion": "2.16"
},
{
"name": "js_ast",

View file

@ -1,10 +1,10 @@
name: js
version: 0.6.3
version: 0.6.4
description: Annotations to create static Dart interfaces for JavaScript APIs.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.16.0-100.0.dev <3.0.0"
dev_dependencies:
pedantic: ^1.9.0