@camstack/addon-agent-ui 1.2.35 → 1.2.36
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
|
@@ -35440,7 +35440,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
35440
35440
|
capability: adminUiCapability,
|
|
35441
35441
|
provider: {
|
|
35442
35442
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
35443
|
-
getVersion: async () => ({ version: "1.2.
|
|
35443
|
+
getVersion: async () => ({ version: "1.2.36" })
|
|
35444
35444
|
}
|
|
35445
35445
|
}];
|
|
35446
35446
|
}
|