@blockcast/mmt-base 0.1.0-main.342ee38b60e1 → 0.1.0-main.3ca5d1ea196c

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockcast/mmt-base",
3
- "version": "0.1.0-main.342ee38b60e1",
3
+ "version": "0.1.0-main.3ca5d1ea196c",
4
4
  "description": "Shared MMTP packet parsing primitives (zero FEC dependency). Hosts MMTP_HEADER_SIZE, parseMMTPHeader, extractMFUPayload, and friends so both @blockcast/mmt-fec and @blockcast/mmt-container can import them without a circular dep.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "vitest"
30
30
  },
31
31
  "dependencies": {
32
- "@blockcast/mmt-alta-parse": "0.1.0-main.342ee38b60e1"
32
+ "@blockcast/mmt-alta-parse": "0.1.0-main.3ca5d1ea196c"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.3.0",