deploy: ebd4cc0010
This commit is contained in:
15
node_modules/search-insights/lib/entry-node-cjs.ts
generated
vendored
15
node_modules/search-insights/lib/entry-node-cjs.ts
generated
vendored
@@ -1,15 +0,0 @@
|
||||
import { createInsightsClient } from "./_createInsightsClient";
|
||||
import { getFunctionalInterface } from "./_getFunctionalInterface";
|
||||
import { processQueue } from "./_processQueue";
|
||||
import AlgoliaAnalytics from "./insights";
|
||||
import { getRequesterForNode } from "./utils/getRequesterForNode";
|
||||
|
||||
export {
|
||||
getRequesterForNode,
|
||||
AlgoliaAnalytics,
|
||||
getFunctionalInterface,
|
||||
processQueue
|
||||
};
|
||||
export * from "./types";
|
||||
|
||||
export default createInsightsClient(getRequesterForNode());
|
||||
Reference in New Issue
Block a user