@camstack/addon-agent-ui 1.2.78 → 1.2.79
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
|
@@ -37919,7 +37919,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
37919
37919
|
capability: adminUiCapability,
|
|
37920
37920
|
provider: {
|
|
37921
37921
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
37922
|
-
getVersion: async () => ({ version: "1.2.
|
|
37922
|
+
getVersion: async () => ({ version: "1.2.79" })
|
|
37923
37923
|
}
|
|
37924
37924
|
}];
|
|
37925
37925
|
}
|