Skip to main content
RRevtrona
日本語

Latest News

stripe-search-ql v0.1.2

この記事をシェア:

npm install stripe-search-ql 後に TypeScript consumers が TS7016 エラーに遭遇する問題を修正しました。

package.jsontypes: dist/index.d.ts を宣言しているにもかかわらず、vite buildemptyOutDir が直前の tscステップで出力された dist/*.d.ts を消去していたため、npm パッケージに型定義ファイルが含まれていませんでした。

ビルド順序を vite buildtsc --emitDeclarationOnly に変更し、バンドルを上書きせずに型定義ファイルを追加するよう修正しました。(#9)

New Features

CustomerMetadataFieldBuilder.not() メソッドの追加

CustomerFieldBuilder との一貫性のため、CustomerMetadataFieldBuilder に not() メソッドを追加しました。

customerQuery().metadata("vip").not().equals("true")
// => '-metadata["vip"]:"true"'

Support This Project

If you find this content helpful, consider supporting the project through GitHub Sponsors. Your support helps maintain and improve these tools.