Skip to content

Commit 8605f46

Browse files
denobotbartlomieju
andauthored
chore: update for 2.9.6 (#3463)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
1 parent eb8f78e commit 8605f46

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

replacements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"CLI_VERSION": "2.9.5"
2+
"CLI_VERSION": "2.9.6"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,6 +1814,15 @@
18141814
"help_heading": null,
18151815
"usage": "--save-exact"
18161816
},
1817+
{
1818+
"name": "unscoped",
1819+
"short": null,
1820+
"long": "unscoped",
1821+
"required": false,
1822+
"help": "Use the package name without its scope as the alias (ex. `jsr:@david/jsonc-morph` is added as `jsonc-morph`). Packages given an explicit alias are unaffected.",
1823+
"help_heading": null,
1824+
"usage": "--unscoped"
1825+
},
18171826
{
18181827
"name": "package-json",
18191828
"short": null,
@@ -4029,6 +4038,15 @@
40294038
"help_heading": "Compile options",
40304039
"usage": "--target <target>"
40314040
},
4041+
{
4042+
"name": "engine",
4043+
"short": null,
4044+
"long": "engine",
4045+
"required": false,
4046+
"help": "JS engine the compiled binary runs on \u001b[38;5;245m(quickjs is smaller and experimental, and does not receive the same security updates as v8)\u001b[39m",
4047+
"help_heading": "Compile options",
4048+
"usage": "--engine <engine>"
4049+
},
40324050
{
40334051
"name": "no-code-cache",
40344052
"short": null,
@@ -4693,6 +4711,15 @@
46934711
"help_heading": "Desktop options",
46944712
"usage": "--backend <backend>"
46954713
},
4714+
{
4715+
"name": "engine",
4716+
"short": null,
4717+
"long": "engine",
4718+
"required": false,
4719+
"help": "JS engine the desktop binary runs on (quickjs is smaller and experimental, and does not receive the same security updates as v8)",
4720+
"help_heading": "Desktop options",
4721+
"usage": "--engine <engine>"
4722+
},
46964723
{
46974724
"name": "all-targets",
46984725
"short": null,
@@ -6734,6 +6761,15 @@
67346761
"help_heading": null,
67356762
"usage": "--save-exact"
67366763
},
6764+
{
6765+
"name": "unscoped",
6766+
"short": null,
6767+
"long": "unscoped",
6768+
"required": false,
6769+
"help": "Use the package name without its scope as the alias (ex. `jsr:@david/jsonc-morph` is added as `jsonc-morph`). Packages given an explicit alias are unaffected.",
6770+
"help_heading": null,
6771+
"usage": "--unscoped"
6772+
},
67376773
{
67386774
"name": "lockfile-only",
67396775
"short": null,
@@ -8563,6 +8599,15 @@
85638599
"help_heading": null,
85648600
"usage": "--recursive"
85658601
},
8602+
{
8603+
"name": "members",
8604+
"short": null,
8605+
"long": "members",
8606+
"required": false,
8607+
"help": "Run the task in all workspace members, but not in the workspace root",
8608+
"help_heading": null,
8609+
"usage": "--members"
8610+
},
85668611
{
85678612
"name": "filter",
85688613
"short": "f",

0 commit comments

Comments
 (0)