@camstack/addon-agent-ui 1.2.68 → 1.2.69
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
|
@@ -37406,7 +37406,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
37406
37406
|
capability: adminUiCapability,
|
|
37407
37407
|
provider: {
|
|
37408
37408
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
37409
|
-
getVersion: async () => ({ version: "1.2.
|
|
37409
|
+
getVersion: async () => ({ version: "1.2.69" })
|
|
37410
37410
|
}
|
|
37411
37411
|
}];
|
|
37412
37412
|
}
|