@podman-desktop/kubernetes-dashboard-extension-api 0.4.0-next.202601291359-d723632 → 0.4.0-next.202601291501-9a99ab3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podman-desktop/kubernetes-dashboard-extension-api",
3
- "version": "0.4.0-next.202601291359-d723632",
3
+ "version": "0.4.0-next.202601291501-9a99ab3",
4
4
  "description": "API for Kubernetes Dashboard extension",
5
5
  "repository": "https://github.com/podman-desktop/extension-kubernetes-dashboard",
6
6
  "publishConfig": {
@@ -1,5 +1,5 @@
1
1
  /**********************************************************************
2
- * Copyright (C) 2025 Red Hat, Inc.
2
+ * Copyright (C) 2025 - 2026 Red Hat, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -103,7 +103,7 @@ export interface KubernetesDashboardSubscriber {
103
103
  *
104
104
  * export async function activate(extensionContext: ExtensionContext): Promise<void> {
105
105
  * const didChangeSubscription = extensionApi.extensions.onDidChange(() => {
106
- * const api = extensionApi.extensions.getExtension<KubernetesDashboardExtensionApi>('redhat.kubernetes-dashboard')?.exports;
106
+ * const api = extensionApi.extensions.getExtension<KubernetesDashboardExtensionApi>('podman-desktop.kubernetes-dashboard')?.exports;
107
107
  * if (api) {
108
108
  * const subscriber = api.getSubscriber();
109
109
  * // dispose the subscriber when the extension is deactivated