npm package diff

Package: @forge/manifest

Versions: 11.0.0-next.8 - 11.0.0-next.9

File: package/out/schema/manifest-schema.json

Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -28911,11 +28911,11 @@
                         "pattern": "^[a-z]([a-z0-9-]{0,23}[a-z0-9])?$"
                     },
                     "tag": {
                         "type": "string",
-                        "maxLength": 128,
+                        "maxLength": 127,
                         "minLength": 1,
-                        "pattern": "^[\\w][\\w.-]{0,127}$"
+                        "pattern": "^[a-zA-Z0-9]([a-zA-Z0-9-_.]{0,125}[a-zA-Z0-9])?$"
                     },
                     "health": {
                         "$ref": "#/definitions/ContainerHealthSchema",
                         "title": "health"