@camstack/addon-agent-ui 1.2.3 → 1.2.4
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
|
@@ -25360,7 +25360,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
25360
25360
|
capability: adminUiCapability,
|
|
25361
25361
|
provider: {
|
|
25362
25362
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
25363
|
-
getVersion: async () => ({ version: "1.2.
|
|
25363
|
+
getVersion: async () => ({ version: "1.2.4" })
|
|
25364
25364
|
}
|
|
25365
25365
|
}];
|
|
25366
25366
|
}
|