@aelionsdk/audio 1.2.0-rc.3 → 1.2.0-rc.4

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
@@ -8,7 +8,7 @@ Audio scheduling and deterministic PCM processing primitives for AelionSDK.
8
8
  npm install @aelionsdk/audio@next
9
9
  ```
10
10
 
11
- `next` currently resolves to `1.2.0-rc.3`. Product applications should prefer
11
+ `next` currently resolves to `1.2.0-rc.4`. Product applications should prefer
12
12
  `@aelionsdk/sdk`; use this package directly when building a custom audio host,
13
13
  analysis pipeline or renderer integration.
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aelionsdk/audio",
3
- "version": "1.2.0-rc.3",
3
+ "version": "1.2.0-rc.4",
4
4
  "description": "AudioWorklet clock, PCM buffering and audio mixing for AelionSDK",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,8 +34,8 @@
34
34
  "provenance": true
35
35
  },
36
36
  "dependencies": {
37
- "@aelionsdk/core": "1.2.0-rc.3",
38
- "@aelionsdk/render-ir": "1.2.0-rc.3"
37
+ "@aelionsdk/core": "1.2.0-rc.4",
38
+ "@aelionsdk/render-ir": "1.2.0-rc.4"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsc -b",