@netless/appliance-plugin 1.1.39 → 1.1.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/appliance-plugin",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "files": [
5
5
  "dist",
6
6
  "bridge.d.ts",
@@ -48,7 +48,8 @@
48
48
  "test:undo-timing": "tsx test/undoTiming.test.ts",
49
49
  "test:undo-finalize": "tsx scripts/undoFinalize.test.ts",
50
50
  "test:batch-scheduler": "tsx scripts/batchScheduler.test.ts",
51
- "test:transaction-barrier": "tsx scripts/transactionBarrier.test.ts",
51
+ "test:transaction-barrier": "cross-env NODE_OPTIONS=--require=./scripts/registerAssetStubs.cjs tsx scripts/transactionBarrier.test.ts",
52
+ "test:current-scene-guard": "tsx scripts/currentSceneGuard.test.ts",
52
53
  "test:undo-timing:coverage": "c8 --reporter=text --reporter=html --include=src/undo/timing.ts --check-coverage --statements 90 --lines 90 --branches 90 --functions 90 tsx test/undoTiming.test.ts",
53
54
  "test:selector-api": "tsx test/selectorApi.test.ts",
54
55
  "test:rendering-compatibility": "tsx scripts/renderingCompatibility.test.ts",