@camstack/addon-agent-ui 1.1.11 → 1.1.12
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
|
@@ -21259,7 +21259,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
21259
21259
|
capability: adminUiCapability,
|
|
21260
21260
|
provider: {
|
|
21261
21261
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
21262
|
-
getVersion: async () => ({ version: "1.1.
|
|
21262
|
+
getVersion: async () => ({ version: "1.1.12" })
|
|
21263
21263
|
}
|
|
21264
21264
|
}];
|
|
21265
21265
|
}
|