@taole/giftstage 0.3.1 → 0.3.3

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.
@@ -16,6 +16,7 @@ export declare class PlaybackScopeImpl implements PlaybackScope, PlaybackFrameCo
16
16
  private _currentTimeMs;
17
17
  private durationMs;
18
18
  private lastTickAtMs;
19
+ private playbackRevision;
19
20
  constructor(host: PlaybackScopeHost, id?: string);
20
21
  get signal(): AbortSignal;
21
22
  get state(): PlaybackScopeState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taole/giftstage",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "High-performance WebGPU/WebGL gift animation player unifying SVGA, VAP, AlphaVideo, and images",
5
5
  "type": "module",
6
6
  "main": "dist/gift-stage.cjs",
@@ -33,8 +33,8 @@
33
33
  "test:watch": "vitest",
34
34
  "test:browser": "vitest run --browser.enabled --browser.name=chromium",
35
35
  "test:e2e": "playwright test",
36
- "test:perf": "node scripts/run-performance.mjs",
37
- "test:real-assets": "node scripts/verify-real-svga-manifest.mjs",
36
+ "test:perf": "node scripts/run-performance.mjs",
37
+ "test:real-assets": "node scripts/verify-real-svga-manifest.mjs",
38
38
  "test:package": "npm run build && node scripts/check-package-contract.mjs",
39
39
  "perf:record": "node scripts/run-performance.mjs --record",
40
40
  "lint": "eslint src/ tests/",