Skip to content

Conversation

@knowledgecode
Copy link
Owner

Summary

  • Fix JSDoc comment formatting in Blokr class
  • Add guard for self undefined in Lock constructor for SSR/Node.js compatibility
  • Update dependencies (vitest v4, eslint, playwright, typescript-eslint) and bump version to 0.2.1

Test plan

  • Run npm run test to verify all tests pass
  • Run npm run build to verify build succeeds

Remove unnecessary hyphens after @returns tags for consistency.
Prevents errors in SSR/Node.js environments where self is not defined.
Upgrade vitest to v4 with new browser-playwright provider,
update eslint, playwright, and typescript-eslint to latest versions.
@knowledgecode knowledgecode merged commit dff9d9a into main Nov 21, 2025
2 checks passed
@knowledgecode knowledgecode deleted the develop branch November 21, 2025 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants