npm package diff

Package: @forge/manifest

Versions: 7.7.0-next.6 - 7.7.0-next.6-experimental-22c15de

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

too-big

Modified:package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/manifest",
-  "version": "7.7.0-next.6",
+  "version": "7.7.0-next.6-experimental-22c15de",
   "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,26 @@
 # @forge/manifest
 
+## 7.7.0-next.6-experimental-22c15de
+
+### Minor Changes
+
+- c341349: Show warning if action doesn't have name attribute
+- c113f86: Show warning if action is not referenced by any agent
+- be67acb: Interpolate string resources in modules
+- 9a546fd: Lint unique module key across Connect and Forge modules
+
+### Patch Changes
+
+- 10f4545: Update package readme to include instruction on how to update schema in the package
+- c74ca63: Add translations section in manifest schema for Forge i18n Support (EAP)
+- c6377ba: Update unit test in manifest validator
+- b0ad6d7: Update manifest definitions
+- 7160171: Update manifest definitions
+- b90e809: Update manifest definitions
+- 313b8e1: Update manifest definitions
+- bf0fab6: Update manifest definitions
+
 ## 7.7.0-next.6
 
 ### Minor Changes

Modified:package/out/schema/manifest.d.ts

too-big