@fairfox/polly 0.38.0 → 0.38.2

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": "@fairfox/polly",
3
- "version": "0.38.0",
3
+ "version": "0.38.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Multi-execution-context framework with reactive state and cross-context messaging for Chrome extensions, PWAs, and worker-based applications",
@@ -129,12 +129,13 @@
129
129
  "format": "biome format --write .",
130
130
  "test": "bun run --cwd tests test",
131
131
  "test:watch": "bun run --cwd tests test:watch",
132
- "test:all": "bun run lint && bun run typecheck && bun run --cwd tests test:all && bun run test:examples",
132
+ "test:all": "bun run lint && bun run typecheck && bun run --cwd tests test:all && bun run test:examples && bun run test:e2e:visualize",
133
133
  "test:examples": "echo '\\n=== Testing Examples ===' && bun run test:example:minimal && bun run test:example:todo-list && bun run test:example:full-featured",
134
134
  "test:example:minimal": "echo '\\n--- Minimal Example ---' && bun run --cwd examples/minimal test:all",
135
135
  "test:example:todo-list": "echo '\\n--- Todo List ---' && bun run --cwd examples/todo-list test:all",
136
136
  "test:example:full-featured": "echo '\\n--- Full Featured ---' && bun run --cwd examples/full-featured test:all",
137
- "prepublishOnly": "bun run typecheck && bun run lint && bun run build:lib",
137
+ "test:e2e:visualize": "bun scripts/e2e-visualize.ts",
138
+ "prepublishOnly": "bun run typecheck && bun run lint && bun run --cwd tests test && bun run build:lib",
138
139
  "publish:public": "npm publish --access public --otp=$(pass-cli item totp --output json --item-id Rdr--oUgHp-IfyjoTB7vhMPHfNt6Oz2JpXfS1WrdQMQ9damDMPOvKiOxxpCZqp92WgqXnfY68cSXWdQ_JVMNMQ== --share-id Ixmpll6U5ioU_1P4fzUbarQNANRPU51O68xzFblTB08S0HUfw4dhQaNAv4Yv7Sud_Vf8ps4mnQUFqdvN-eTRdQ== | jq -r '.totp')"
139
140
  },
140
141
  "devDependencies": {