npm package diff

Package: @forge/cli-shared

Versions: 6.8.0-next.23 - 6.8.0-next.24

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -499,8 +499,9 @@
             },
             desc: `returns the details of two versions of the app for comparison. Details include:\n${itemList([
                 'deployment date',
                 'egress',
+                'analytics',
                 'policies',
                 'scopes',
                 'connect keys',
                 'functions',
@@ -531,8 +532,9 @@
                 }
             },
             desc: `returns the details of a specific version of the app. Details include:\n${itemList([
                 'egress',
+                'analytics',
                 'policies',
                 'scopes',
                 'connect keys',
                 'functions',
@@ -561,8 +563,9 @@
                         headers: ['Property', 'Description'],
                         descriptions: {
                             scopes: 'Context scopes that the app has access to',
                             egress: 'Network permissions',
+                            analytics: 'Analytics',
                             policies: 'Content security policies (Custom UI)',
                             functions: 'Function modules used by the app',
                             modules: 'Modules used by the app (other than functions & remotes)',
                             remotes: 'Remote modules used by the app (Remote backend, Connect or External Auth)',
@@ -584,8 +587,9 @@
             desc: `returns a summary of all major versions of the app. Summary includes:\n${itemList([
                 'version number',
                 'deployment date',
                 'egress',
+                'analytics',
                 'policies',
                 'scopes',
                 'connect keys',
                 'functions',