@glissade/export-web 0.10.0-pre.0 → 0.10.0

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.
package/dist/index.d.ts CHANGED
@@ -19,6 +19,7 @@ declare class MediabunnyVideoFrameSource implements VideoFrameSource {
19
19
  * Test-only introspection (§5.4): the number of decoded frames currently
20
20
  * held, so the lookahead/eviction bound (MAX_CACHED_FRAMES) is assertable
21
21
  * without reaching into the private cache.
22
+ * @internal — not part of the public API surface (api-extractor strips it).
22
23
  */
23
24
  cachedFrameCount(): number;
24
25
  close(): void;
package/dist/index.js CHANGED
@@ -70,6 +70,7 @@ var MediabunnyVideoFrameSource = class MediabunnyVideoFrameSource {
70
70
  * Test-only introspection (§5.4): the number of decoded frames currently
71
71
  * held, so the lookahead/eviction bound (MAX_CACHED_FRAMES) is assertable
72
72
  * without reaching into the private cache.
73
+ * @internal — not part of the public API surface (api-extractor strips it).
73
74
  */
74
75
  cachedFrameCount() {
75
76
  return this.cache.size;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissade/export-web",
3
- "version": "0.10.0-pre.0",
3
+ "version": "0.10.0",
4
4
  "description": "glissade in-browser export: WebCodecs VideoEncoder + Mediabunny muxing, OfflineAudioContext audio mix. Frame-accurate, faster than realtime, no server.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -16,9 +16,9 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "mediabunny": "^1.0.0",
19
- "@glissade/backend-canvas2d": "0.10.0-pre.0",
20
- "@glissade/core": "0.10.0-pre.0",
21
- "@glissade/scene": "0.10.0-pre.0"
19
+ "@glissade/backend-canvas2d": "0.10.0",
20
+ "@glissade/core": "0.10.0",
21
+ "@glissade/scene": "0.10.0"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",