@camstack/addon-agent-ui 1.2.8 → 1.2.9
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/dist/addon.js +1 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -26536,7 +26536,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
26536
26536
|
capability: adminUiCapability,
|
|
26537
26537
|
provider: {
|
|
26538
26538
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
26539
|
-
getVersion: async () => ({ version: "1.2.
|
|
26539
|
+
getVersion: async () => ({ version: "1.2.9" })
|
|
26540
26540
|
}
|
|
26541
26541
|
}];
|
|
26542
26542
|
}
|