@camstack/addon-agent-ui 1.2.54 → 1.2.55
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
|
@@ -37116,7 +37116,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
37116
37116
|
capability: adminUiCapability,
|
|
37117
37117
|
provider: {
|
|
37118
37118
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
37119
|
-
getVersion: async () => ({ version: "1.2.
|
|
37119
|
+
getVersion: async () => ({ version: "1.2.55" })
|
|
37120
37120
|
}
|
|
37121
37121
|
}];
|
|
37122
37122
|
}
|