@netless/appliance-plugin 1.1.41 → 1.1.42-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/appliance-plugin",
3
- "version": "1.1.41",
3
+ "version": "1.1.42-beta.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "bridge.d.ts",
@@ -51,6 +51,7 @@
51
51
  "test:transaction-barrier": "cross-env NODE_OPTIONS=--require=./scripts/registerAssetStubs.cjs tsx scripts/transactionBarrier.test.ts",
52
52
  "test:current-scene-guard": "tsx scripts/currentSceneGuard.test.ts",
53
53
  "test:init-ready": "tsx scripts/initReadyBarrier.test.ts",
54
+ "test:init-reentry:stress": "playwright test tests/init-reentry.stress.spec.ts",
54
55
  "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",
55
56
  "test:selector-api": "tsx test/selectorApi.test.ts",
56
57
  "test:rendering-compatibility": "tsx scripts/renderingCompatibility.test.ts",