@remnic/core 9.9.2 → 9.9.3
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/access-cli.js
CHANGED
|
@@ -14053,7 +14053,8 @@ var BUILT_IN_CONNECTOR_PACKAGES = [
|
|
|
14053
14053
|
{ id: "limitless", suffix: "connector-limitless" },
|
|
14054
14054
|
{ id: "bee", suffix: "connector-bee" },
|
|
14055
14055
|
{ id: "omi", suffix: "connector-omi" },
|
|
14056
|
-
{ id: "fireflies", suffix: "connector-fireflies" }
|
|
14056
|
+
{ id: "fireflies", suffix: "connector-fireflies" },
|
|
14057
|
+
{ id: "granola", suffix: "connector-granola" }
|
|
14057
14058
|
];
|
|
14058
14059
|
var loadFailuresWarned = /* @__PURE__ */ new Set();
|
|
14059
14060
|
async function ensureBuiltInWearableConnectors() {
|
|
@@ -24003,4 +24004,4 @@ export {
|
|
|
24003
24004
|
blendGraphExpandedRecallScore,
|
|
24004
24005
|
Orchestrator
|
|
24005
24006
|
};
|
|
24006
|
-
//# sourceMappingURL=chunk-
|
|
24007
|
+
//# sourceMappingURL=chunk-XPR7572Y.js.map
|