@waniwani/sdk 0.9.12-beta.2 → 0.9.13

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": "@waniwani/sdk",
3
- "version": "0.9.12-beta.2",
3
+ "version": "0.9.13",
4
4
  "description": "WaniWani SDK - MCP event tracking, widget framework, and tools",
5
5
  "type": "module",
6
6
  "exports": {
@@ -63,7 +63,8 @@
63
63
  "lint": "biome check .",
64
64
  "lint:fix": "biome check . --write",
65
65
  "prepublishOnly": "bun run build",
66
- "release": "npm version patch && git push --follow-tags",
66
+ "release": "npm run release:patch",
67
+ "release:patch": "npm version patch && git push --follow-tags",
67
68
  "release:minor": "npm version minor && git push --follow-tags",
68
69
  "release:major": "npm version major && git push --follow-tags",
69
70
  "release:beta": "npm version prerelease --preid beta && git push --follow-tags",
@@ -119,6 +120,7 @@
119
120
  "@streamdown/code": "^1.0.1",
120
121
  "@tailwindcss/cli": "^4.1.18",
121
122
  "@tailwindcss/postcss": "^4.1.18",
123
+ "@types/bun": "^1.3.12",
122
124
  "@types/node": "^22.10.0",
123
125
  "@types/react": "^19.0.0",
124
126
  "@types/react-dom": "^19.2.3",