openai-streams
Advanced tools
Comparing version 5.1.2-canary.0 to 5.2.0
{ | ||
"name": "openai-streams", | ||
"description": "Tools for working with OpenAI streams in Node.js and TypeScript.", | ||
"version": "5.1.2-canary.0", | ||
"homepage": "https://github.com/SpellcraftAI/openai-streams", | ||
"version": "5.2.0", | ||
"license": "MIT", | ||
@@ -55,3 +56,12 @@ "type": "module", | ||
], | ||
"homepage": "https://github.com/SpellcraftAI/openai-streams" | ||
"release-it": { | ||
"git": { | ||
"commitMessage": "release: v${version}", | ||
"tagAnnotation": "v${version}" | ||
}, | ||
"github": { | ||
"release": true, | ||
"releaseName": "v${version}" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
75968
0