@jackchuka/gql-ingest 4.2.12 → 4.2.15
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/cli/index.js +135 -122
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/package.json +5 -6
package/dist/index.js
CHANGED
|
@@ -14864,7 +14864,7 @@ var JsonReader = class extends DataReader {
|
|
|
14864
14864
|
|
|
14865
14865
|
// src/readers/yaml.ts
|
|
14866
14866
|
import fs4 from "fs/promises";
|
|
14867
|
-
import yaml2 from "js-yaml";
|
|
14867
|
+
import * as yaml2 from "js-yaml";
|
|
14868
14868
|
var YamlReader = class extends DataReader {
|
|
14869
14869
|
getSupportedExtensions() {
|
|
14870
14870
|
return ["yaml", "yml"];
|