Skip to content

Commit 777b333

Browse files
Update extension list
1 parent b3410fb commit 777b333

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

extensions.json

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,13 @@
215215
{
216216
"name": "publisher-command-center",
217217
"title": "Publisher Command Center",
218-
"description": "An app that helps publishers view and manage details about apps and dashboards deployed to Connect: View app metadata and history for all of the apps you are collaborating on as well as see and managing running process for individual apps.",
218+
"description": "An app that helps publishers view and manage details about apps and dashboards deployed to Connect. View app metadata and history for all of the apps you are collaborating on as well as see and managing running process for individual apps.",
219219
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/publisher-command-center",
220220
"category": "extension",
221221
"latestVersion": {
222-
"version": "0.0.4",
223-
"released": "2025-05-20T20:31:50Z",
224-
"url": "https://github.com/posit-dev/connect-extensions/releases/download/publisher-command-center%40v0.0.4/publisher-command-center.tar.gz",
222+
"version": "0.0.5",
223+
"released": "2025-05-22T21:34:47Z",
224+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/publisher-command-center%40v0.0.5/publisher-command-center.tar.gz",
225225
"minimumConnectVersion": "2025.04.0",
226226
"requiredFeatures": [
227227
"API Publishing",
@@ -234,6 +234,21 @@
234234
}
235235
},
236236
"versions": [
237+
{
238+
"version": "0.0.5",
239+
"released": "2025-05-22T21:34:47Z",
240+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/publisher-command-center%40v0.0.5/publisher-command-center.tar.gz",
241+
"minimumConnectVersion": "2025.04.0",
242+
"requiredFeatures": [
243+
"API Publishing",
244+
"OAuth Integrations"
245+
],
246+
"requiredEnvironment": {
247+
"python": {
248+
"requires": "~=3.8"
249+
}
250+
}
251+
},
237252
{
238253
"version": "0.0.4",
239254
"released": "2025-05-20T20:31:50Z",
@@ -621,20 +636,34 @@
621636
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/usage-metrics-dashboard",
622637
"category": "extension",
623638
"latestVersion": {
624-
"version": "1.0.2",
625-
"released": "2025-05-21T17:45:32Z",
626-
"url": "https://github.com/posit-dev/connect-extensions/releases/download/usage-metrics-dashboard%40v1.0.2/usage-metrics-dashboard.tar.gz",
639+
"version": "1.0.3",
640+
"released": "2025-05-22T21:37:28Z",
641+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/usage-metrics-dashboard%40v1.0.3/usage-metrics-dashboard.tar.gz",
627642
"minimumConnectVersion": "2025.04.0",
628643
"requiredFeatures": [
629644
"OAuth Integrations"
630645
],
631646
"requiredEnvironment": {
632647
"r": {
633-
"requires": "~=4.3"
648+
"requires": "~=4.3.0"
634649
}
635650
}
636651
},
637652
"versions": [
653+
{
654+
"version": "1.0.3",
655+
"released": "2025-05-22T21:37:28Z",
656+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/usage-metrics-dashboard%40v1.0.3/usage-metrics-dashboard.tar.gz",
657+
"minimumConnectVersion": "2025.04.0",
658+
"requiredFeatures": [
659+
"OAuth Integrations"
660+
],
661+
"requiredEnvironment": {
662+
"r": {
663+
"requires": "~=4.3.0"
664+
}
665+
}
666+
},
638667
{
639668
"version": "1.0.2",
640669
"released": "2025-05-21T17:45:32Z",

0 commit comments

Comments
 (0)