openspec-playwright 0.1.33 → 0.1.34

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openspec-playwright",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "OpenSpec + Playwright E2E verification setup tool for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,7 +9,7 @@
9
9
  "scripts": {
10
10
  "build": "tsc",
11
11
  "prepublishOnly": "npm run build",
12
- "release": "npm version patch && npm run build && git push && git push --tags"
12
+ "release": "npm version patch && npm run build && git push && git push --tags && npm publish"
13
13
  },
14
14
  "dependencies": {
15
15
  "chalk": "^5.3.0",
package/release-notes.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## What's Changed
2
2
 
3
- - fix(update): replace broken local-file fallback with npm install
3
+ - fix: update release script to include npm publish
4
4
 
5
- **Full Changelog**: https://github.com/wxhou/openspec-playwright/releases/tag/v0.1.33
5
+ **Full Changelog**: https://github.com/wxhou/openspec-playwright/releases/tag/v0.1.34
Binary file