@utsp/audio 0.16.0-nightly.20260112134322.3680a76 → 0.16.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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  > This package is currently in early development and should **NOT** be used in production.
6
6
  > The API is unstable and subject to breaking changes without notice.
7
7
 
8
- Audio system for UTSP (Universal Text Stream Protocol) - Web Audio API management with spatial audio support.
8
+ Audio system for UTSP (Universal Tile Stream Protocol) - Web Audio API management with spatial audio support.
9
9
 
10
10
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utsp/audio",
3
- "version": "0.16.0-nightly.20260112134322.3680a76",
3
+ "version": "0.16.1",
4
4
  "description": "UTSP audio engine - Web Audio API management for UTSP applications",
5
5
  "author": "THP Software",
6
6
  "license": "MIT",
@@ -44,8 +44,8 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^24.9.1",
47
- "@utsp/types": "0.16.0-nightly.20260112134322.3680a76",
48
- "typescript": "^5.6.3"
47
+ "typescript": "^5.6.3",
48
+ "@utsp/types": "0.16.1"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "rimraf dist && rimraf tsconfig.tsbuildinfo && node ../../scripts/build-package.mjs packages/audio",