@absolutejs/absolute 0.19.0-beta.52 → 0.19.0-beta.53

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.
@@ -198,7 +198,9 @@
198
198
  "Bash(mkdir -p .changeset)",
199
199
  "Bash(.changeset/hmr-preserve-state.md:*)",
200
200
  "Bash(./scripts/use-patched-bun.sh bun:*)",
201
- "Bash(find native:*)"
201
+ "Bash(find native:*)",
202
+ "Bash(PLAYWRIGHT_BROWSERS_PATH=/tmp/pw-browsers bun /tmp/docs-hmr-test.mjs 2>&1)",
203
+ "Bash(PLAYWRIGHT_BROWSERS_PATH=/tmp/pw-browsers bun /tmp/docs-hmr-test2.mjs 2>&1)"
202
204
  ]
203
205
  }
204
206
  }
package/package.json CHANGED
@@ -164,5 +164,5 @@
164
164
  "typecheck": "bun run vue-tsc --noEmit"
165
165
  },
166
166
  "types": "./dist/src/index.d.ts",
167
- "version": "0.19.0-beta.52"
167
+ "version": "0.19.0-beta.53"
168
168
  }