@puffinstudio/fizzyx 0.5.3 → 0.5.5

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,10 +1,11 @@
1
1
  {
2
2
  "name": "@puffinstudio/fizzyx",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "homepage": "https://github.com/PuffinStudio/fizzyx#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/PuffinStudio/fizzyx/issues"
7
7
  },
8
+ "license": "MIT",
8
9
  "repository": {
9
10
  "type": "git",
10
11
  "url": "git+ssh://git@github.com/PuffinStudio/fizzyx.git"
@@ -12,6 +13,11 @@
12
13
  "bin": {
13
14
  "fizzyx": "dist/main.js"
14
15
  },
16
+ "files": [
17
+ "dist/main.js",
18
+ "LICENSE",
19
+ "README.md"
20
+ ],
15
21
  "type": "module",
16
22
  "main": "./dist/main.js",
17
23
  "scripts": {
package/.fizzy.yaml DELETED
@@ -1,33 +0,0 @@
1
- api_url: https://fizzy.puffin.studio
2
- account: "1"
3
- board: 03galesxi4dho47637xukexkf
4
- flow:
5
- columns:
6
- todo: 03gc1vptvh3x8w4xalacgsu3p
7
- in_progress: 03gc1vpv0y7hmuwstu3kcjnka
8
- users:
9
- Ellen: 03fqzltqjm4tjwww2dz9fprex
10
- wip_limit: 5
11
- cache_ttl: 900
12
- oss:
13
- dev:
14
- endpoint: https://youda-uat.oss-cn-beijing.aliyuncs.com
15
- region: cn-beijing
16
- sync:
17
- local_dir: ./public
18
- remote_prefix: assets
19
- concurrency: 10
20
- prod:
21
- endpoint:
22
- region:
23
- bucket:
24
- openapi:
25
- - input: https://api.d.osuki.dev/docs/openapi.json
26
- output: tests/api
27
- client: wx
28
- run: check
29
- - input: https://api.d.osuki.dev/docs/openapi.json
30
- output: tests/api-fetch
31
- client: fetch
32
- stateManagement: tanstack-query
33
- run: check
@@ -1,13 +0,0 @@
1
- {
2
- "version": 1,
3
- "localDir": "/home/e/.repos/fizzyx/./public",
4
- "remotePrefix": "assets",
5
- "lastSyncedAt": "2026-06-18T15:35:59.270Z",
6
- "files": {
7
- "Monkey_D._Luffy_Anime_Post_Timeskip_Infobox.webp": {
8
- "mtimeMs": 1781757440085.3743,
9
- "size": 129180,
10
- "hash": "fdfb2767435acfb57853cec3a7cfbe85cf6b8296224831db09ae8a12a9275918"
11
- }
12
- }
13
- }