playcademy 0.13.17 → 0.13.18

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.
@@ -4,8 +4,6 @@
4
4
  * This route will be available at: https://<your-game-slug>.playcademy.gg/api/sample/bucket
5
5
  */
6
6
 
7
- import type { Context } from 'hono'
8
-
9
7
  interface FileInfo {
10
8
  key: string
11
9
  name: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcademy",
3
- "version": "0.13.17",
3
+ "version": "0.13.18",
4
4
  "type": "module",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",