@fluid-app/fluid-cli-theme-dev 0.1.21 → 0.1.22

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @fluid-app/fluid-cli-theme-dev@0.1.21 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/theme-dev
2
+ > @fluid-app/fluid-cli-theme-dev@0.1.22 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/theme-dev
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.21.0 powered by rolldown v1.0.0-rc.7
@@ -13,4 +13,4 @@
13
13
  ℹ dist/index.d.mts.map  0.11 kB │ gzip: 0.12 kB
14
14
  ℹ dist/index.d.mts  0.19 kB │ gzip: 0.16 kB
15
15
  ℹ 4 files, total: 273.18 kB
16
- ✔ Build complete in 1315ms
16
+ ✔ Build complete in 1288ms
@@ -1,4 +1,4 @@
1
1
 
2
- > @fluid-app/fluid-cli-theme-dev@0.1.21 typecheck /home/runner/_work/fluid-mono/fluid-mono/packages/cli/theme-dev
2
+ > @fluid-app/fluid-cli-theme-dev@0.1.22 typecheck /home/runner/_work/fluid-mono/fluid-mono/packages/cli/theme-dev
3
3
  > tsc --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/fluid-cli-theme-dev",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Fluid CLI plugin for theme developer workflows — dev server, push, pull, init",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -34,10 +34,10 @@
34
34
  "jest": "^29.7.0",
35
35
  "tsdown": "^0.21.0",
36
36
  "typescript": "^5",
37
- "@fluid-app/api-client-core": "0.1.0",
38
- "@fluid-app/themes-api-client": "0.1.0",
39
37
  "@fluid-app/theme-schema": "0.1.0",
40
- "@fluid-app/typescript-config": "0.0.0"
38
+ "@fluid-app/api-client-core": "0.1.0",
39
+ "@fluid-app/typescript-config": "0.0.0",
40
+ "@fluid-app/themes-api-client": "0.1.0"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=18.0.0"