@camstack/addon-agent-ui 1.2.64 → 1.2.66
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
|
@@ -37359,7 +37359,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
37359
37359
|
capability: adminUiCapability,
|
|
37360
37360
|
provider: {
|
|
37361
37361
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
37362
|
-
getVersion: async () => ({ version: "1.2.
|
|
37362
|
+
getVersion: async () => ({ version: "1.2.66" })
|
|
37363
37363
|
}
|
|
37364
37364
|
}];
|
|
37365
37365
|
}
|