@fluid-app/fluid-cli-theme-dev 0.1.16 → 0.1.17

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.16 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/theme-dev
2
+ > @fluid-app/fluid-cli-theme-dev@0.1.17 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
@@ -8,9 +8,11 @@
8
8
  ℹ target: node24
9
9
  ℹ tsconfig: tsconfig.json
10
10
  ℹ Build start
11
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
11
12
  ℹ dist/index.mjs  75.84 kB │ gzip: 20.63 kB
12
13
  ℹ dist/index.mjs.map 193.35 kB │ gzip: 45.34 kB
14
+
13
15
  ℹ dist/index.d.mts.map  0.11 kB │ gzip: 0.12 kB
14
16
  ℹ dist/index.d.mts  0.19 kB │ gzip: 0.16 kB
15
17
  ℹ 4 files, total: 269.50 kB
16
- ✔ Build complete in 1066ms
18
+ ✔ Build complete in 7399ms
@@ -1,4 +1,4 @@
1
1
 
2
- > @fluid-app/fluid-cli-theme-dev@0.1.16 typecheck /home/runner/_work/fluid-mono/fluid-mono/packages/cli/theme-dev
2
+ > @fluid-app/fluid-cli-theme-dev@0.1.17 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.16",
3
+ "version": "0.1.17",
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",
@@ -23,7 +23,7 @@
23
23
  "open": "^10.0.0",
24
24
  "ora": "^8.0.0",
25
25
  "prompts": "^2.4.2",
26
- "@fluid-app/fluid-cli": "0.1.8"
26
+ "@fluid-app/fluid-cli": "0.1.11"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@swc/core": "^1.15.18",
@@ -35,9 +35,9 @@
35
35
  "tsdown": "^0.21.0",
36
36
  "typescript": "^5",
37
37
  "@fluid-app/api-client-core": "0.1.0",
38
+ "@fluid-app/themes-api-client": "0.1.0",
38
39
  "@fluid-app/theme-schema": "0.1.0",
39
- "@fluid-app/typescript-config": "0.0.0",
40
- "@fluid-app/themes-api-client": "0.1.0"
40
+ "@fluid-app/typescript-config": "0.0.0"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=18.0.0"