@camstack/addon-agent-ui 1.1.5 → 1.1.6
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
|
@@ -21056,7 +21056,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
21056
21056
|
capability: adminUiCapability,
|
|
21057
21057
|
provider: {
|
|
21058
21058
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
21059
|
-
getVersion: async () => ({ version: "1.1.
|
|
21059
|
+
getVersion: async () => ({ version: "1.1.6" })
|
|
21060
21060
|
}
|
|
21061
21061
|
}];
|
|
21062
21062
|
}
|