@structuredparser/sdk
Advanced tools
Comparing version
@@ -1,4 +0,4 @@ | ||
import type { components } from "./schema.d"; | ||
export * from "./schema.d"; | ||
import type { components } from "./schema"; | ||
export * from "./schema"; | ||
export * from "./helpers"; | ||
export type schemas = components["schemas"]; |
@@ -1,3 +0,3 @@ | ||
export * from "./schema.d"; | ||
export * from "./schema"; | ||
export * from "./helpers"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@structuredparser/sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -19,3 +19,3 @@ "description": "The Structured Parser JS/TS SDK allows developers to easily integrate Structured Parser's advanced structured data extraction capabilities from unstructured documents such as PDF, DOCX, XLSX.", | ||
"test:run": "vitest run", | ||
"openapi:gen": "openapi-typescript ./openapi.yaml -o ./src/openapi/schema.d.ts", | ||
"openapi:gen": "openapi-typescript ./openapi.yaml -o ./src/openapi/schema.ts", | ||
"bump:patch": "npm version patch", | ||
@@ -43,4 +43,9 @@ "bump:minor": "npm version minor", | ||
"files": [ | ||
"/dist" | ||
"dist/**/**", | ||
"!**/*.test.*", | ||
"!**/*.spec.*", | ||
"!**/*.tsbuildinfo", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
134902
27.57%3800
364.55%57
-21.92%2
100%