@fluid-app/fluid-cli-theme-dev 0.1.1 → 0.1.2

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.1 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/theme-dev
2
+ > @fluid-app/fluid-cli-theme-dev@0.1.2 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
@@ -15,4 +15,4 @@
15
15
  ℹ 4 files, total: 126.20 kB
16
16
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
17
17
 
18
- ✔ Build complete in 4546ms
18
+ ✔ Build complete in 4554ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/fluid-cli-theme-dev",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",
@@ -22,15 +22,15 @@
22
22
  "open": "^10.0.0",
23
23
  "ora": "^8.0.0",
24
24
  "prompts": "^2.4.2",
25
- "@fluid-app/fluid-cli": "0.1.1"
25
+ "@fluid-app/fluid-cli": "0.1.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^24",
29
29
  "@types/prompts": "^2.4.9",
30
30
  "tsdown": "^0.21.0",
31
31
  "typescript": "^5",
32
- "@fluid-app/api-client-core": "0.1.0",
33
- "@fluid-app/typescript-config": "0.0.0"
32
+ "@fluid-app/typescript-config": "0.0.0",
33
+ "@fluid-app/api-client-core": "0.1.0"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=18.0.0"