@camstack/addon-agent-ui 1.2.109 → 1.2.110
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 +2 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -19651,6 +19651,7 @@ var MediaFileKindEnum = _enum([
|
|
|
19651
19651
|
"keyFrame",
|
|
19652
19652
|
"keyFrameSmall",
|
|
19653
19653
|
"thumbnailSmall",
|
|
19654
|
+
"confirmationCrop",
|
|
19654
19655
|
"sceneFrame"
|
|
19655
19656
|
]);
|
|
19656
19657
|
/**
|
|
@@ -39839,7 +39840,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
39839
39840
|
capability: adminUiCapability,
|
|
39840
39841
|
provider: {
|
|
39841
39842
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
39842
|
-
getVersion: async () => ({ version: "1.2.
|
|
39843
|
+
getVersion: async () => ({ version: "1.2.110" })
|
|
39843
39844
|
}
|
|
39844
39845
|
}];
|
|
39845
39846
|
}
|