audio-chunkify 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # audio-chunkify
2
2
 
3
+ [![CI](https://github.com/leofred/audio-chunkify/actions/workflows/ci.yml/badge.svg)](https://github.com/leofred/audio-chunkify/actions/workflows/ci.yml)
4
+ [![npm version](https://img.shields.io/npm/v/audio-chunkify.svg)](https://www.npmjs.com/package/audio-chunkify)
5
+ [![license](https://img.shields.io/npm/l/audio-chunkify.svg)](https://github.com/leofred/audio-chunkify/blob/main/LICENSE)
6
+
3
7
  **Record audio in the browser and automatically split it into chunks — by silence, by time, or both.**
4
8
 
5
9
  Framework agnostic · Zero dependencies · TypeScript · ESM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "audio-chunkify",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Record audio in the browser and automatically split it into chunks — by silence, time, or both. Framework agnostic, zero dependencies.",
5
5
  "author": "Leandro Frederico",
6
6
  "license": "MIT",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "tsup": "^8.0.0",
46
- "typescript": "^5.4.0",
47
- "vitest": "^3.2.4"
46
+ "typescript": "^6.0.3",
47
+ "vitest": "^4.1.8"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=18.0.0"