@uzuhq/code-sdk 0.3.8 → 0.3.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ npm install @uzuhq/code-sdk
8
8
 
9
9
  ゲームのビルド・配信には [@uzuhq/code-cli](https://www.npmjs.com/package/@uzuhq/code-cli) を併用してください。
10
10
 
11
- > **Note:** API を変更した場合、このドキュメントも必ず同期してください。
11
+ <!-- 開発者向け: API を変更した場合、このドキュメントも必ず同期すること -->
12
12
 
13
13
  ## メッセージプロトコル
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uzuhq/code-sdk",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "UZU PlayScreen SDK - Flutter ↔ JS ゲーム通信ライブラリ",
5
5
  "type": "module",
6
6
  "exports": {