@camstack/addon-agent-ui 1.2.113 → 1.2.115
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
|
@@ -40080,7 +40080,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
40080
40080
|
capability: adminUiCapability,
|
|
40081
40081
|
provider: {
|
|
40082
40082
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
40083
|
-
getVersion: async () => ({ version: "1.2.
|
|
40083
|
+
getVersion: async () => ({ version: "1.2.115" })
|
|
40084
40084
|
}
|
|
40085
40085
|
}];
|
|
40086
40086
|
}
|