@meframe/core 0.3.4 → 0.3.5

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -404,6 +404,4 @@ MIT License
404
404
 
405
405
  感谢所有贡献者和以下开源项目:
406
406
 
407
- - [WebCodecs API](https://www.w3.org/TR/webcodecs/)
408
407
  - [MP4Box.js](https://github.com/gpac/mp4box.js)
409
- - [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meframe/core",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Next generation media processing framework based on WebCodecs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",