From 5f9c5ccb538c64dba24ae04fa0ced4303376c7dc Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Mon, 28 Apr 2025 09:08:53 +0530 Subject: [PATCH 1/2] fix: force release: updated docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6ac5f7..884b2b5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A lightweight React Native Turbo Module for decoding WavPack audio files to WAV format on iOS and Android. Built with the New Architecture for optimal performance, this module supports progress updates during decoding and is designed for seamless integration into React Native apps. +[![npm version](https://img.shields.io/npm/v/react-native-tiny-wavpack-decoder)](https://badge.fury.io/js/react-native-tiny-wavpack-decoder) [![License](https://img.shields.io/github/license/JairajJangle/react-native-tiny-wavpack-decoder)](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/blob/main/LICENSE) [![Workflow Status](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/actions/workflows/ci.yml/badge.svg)](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/actions/workflows/ci.yml) ![Android](https://img.shields.io/badge/-Android-555555?logo=android&logoColor=3DDC84) ![iOS](https://img.shields.io/badge/-iOS-555555?logo=apple&logoColor=white) [![GitHub issues](https://img.shields.io/github/issues/JairajJangle/react-native-tiny-wavpack-decoder)](https://github.com/JairajJangle/react-native-tiny-wavpack-decoder/issues?q=is%3Aopen+is%3Aissue) ![TS](https://img.shields.io/badge/TypeScript-strict_💪-blue) [![Known Vulnerabilities](https://snyk.io/test/github/jairajjangle/react-native-tiny-wavpack-decoder/badge.svg)](https://snyk.io/test/github/jairajjangle/react-native-tiny-wavpack-decoder) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-native-tiny-wavpack-decoder) + ## Features - Decode WavPack (.wv) files to WAV format. - Cross-platform support for iOS (13.0+) and Android (API 21+). From 6acc0007e19eda05a3b99e4b785cc0a56ab5bca4 Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Mon, 28 Apr 2025 09:11:10 +0530 Subject: [PATCH 2/2] chore: updated keywords --- package.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c65bc72..a4de667 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,20 @@ }, "keywords": [ "react-native", + "wavpack", + "audio-decoder", + "turbo-module", + "new-architecture", "ios", - "android" + "android", + "audio-processing", + "wav", + "file-conversion", + "native-module", + "audio", + "decoder", + "cross-platform", + "progress-events" ], "repository": { "type": "git",