npm package diff
Package: @forge/manifest
Versions: 10.2.1-next.0 - 10.2.1-next.0-experimental-ab129b0
Modified: package/out/schema/manifest-schema.json
Large diffs are not rendered by default.
Modified: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/manifest",
- "version": "10.2.1-next.0",
+ "version": "10.2.1-next.0-experimental-ab129b0",
"description": "Definitions and validations of the Forge manifest",
"main": "out/index.js",
"scripts": {
"build": "yarn run compile",
Modified: package/CHANGELOG.md
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,14 @@
# @forge/manifest
+## 10.2.1-next.0-experimental-ab129b0
+
+### Patch Changes
+
+- 10c0bc6: Add egress support for custom URL schemes. Allow custom custom URL schemes as autoconvert patterns.
+- 6447811: Update manifest definitions
+- 2f446cf: Update manifest definitions
+
## 10.2.1-next.0
### Patch Changes
Modified: package/out/schema/manifest.d.ts
Large diffs are not rendered by default.