@stackql/provider-utils 0.3.2 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackql/provider-utils",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Utilities for building StackQL providers from OpenAPI specifications.",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -4,6 +4,7 @@ import path from 'path';
4
4
  import yaml from 'js-yaml';
5
5
  import logger from '../logger.js';
6
6
  import { camelToSnake } from '../utils.js';
7
+ import { createReadStream } from 'fs';
7
8
 
8
9
  /**
9
10
  * Load specification from YAML or JSON file