Changelog

denoland/deno · · 1 commit

Deno config schema gains desktop app identifier

A config schema fix adds the missing desktop.app.identifier field for reverse-DNS app IDs.

Desktop app identifier added to config schema (ErikAbele60e01b1)

The JSON schema now includes desktop.app.identifier, described as a reverse-DNS application identifier like com.example.myapp. This fixes validation/documentation for configs that already rely on the field.

Other misc changes

  • None