v3.0.0-rc.8
Pre-release
Pre-release
Breaking Changes
Bug Fixes
- Registry: Do not use custom logger for pacote
242601f
Features
BREAKING CHANGE
For projects and extensions defining specVersion 3.0 and later, the
metadata.name property must satisfy the following conditions:
- Must be at least 3 characters long
- Must be no longer than 50 characters
- Must contain lowercase characters only
- Must contain alphanumeric characters, dash, underscore and period only
- Exception:
@
and/
are allowed at certain positions as
explained below
- Exception:
- Must start with an alphabetic character or an
@
-character - If a name starts with an
@
-character, it must contain exactly one
forward-slash/
- This is aligned with the npm concept for package scopes