@camstack/addon-agent-ui 1.2.23 → 1.2.24
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
|
@@ -33764,7 +33764,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
33764
33764
|
capability: adminUiCapability,
|
|
33765
33765
|
provider: {
|
|
33766
33766
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
33767
|
-
getVersion: async () => ({ version: "1.2.
|
|
33767
|
+
getVersion: async () => ({ version: "1.2.24" })
|
|
33768
33768
|
}
|
|
33769
33769
|
}];
|
|
33770
33770
|
}
|