We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ece27e commit 13a1651Copy full SHA for 13a1651
src/plugin.ts
@@ -11,7 +11,7 @@ import {
11
import { sync } from "@cloudquery/plugin-sdk-javascript/scheduler";
12
import type { Table } from "@cloudquery/plugin-sdk-javascript/schema/table";
13
import { filterTables } from "@cloudquery/plugin-sdk-javascript/schema/table";
14
-import { readPackageUp } from "read-pkg-up";
+import { readPackageUp } from "read-package-up";
15
16
import { parseSpec } from "./spec.js";
17
import type { Spec } from "./spec.js";
0 commit comments