@fluid-app/fluid-cli-themes 0.1.11 → 0.1.12

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-themes@0.1.11 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/themes
2
+ > @fluid-app/fluid-cli-themes@0.1.12 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/themes
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 28.67 kB │ gzip: 3.14 kB
12
13
  ℹ dist/index.mjs.map 55.53 kB │ gzip: 5.82 kB
13
14
  ℹ dist/index.d.mts.map  0.11 kB │ gzip: 0.12 kB
14
15
  ℹ dist/index.d.mts  0.19 kB │ gzip: 0.16 kB
15
16
  ℹ 4 files, total: 84.50 kB
16
- ✔ Build complete in 2633ms
17
+ ✔ Build complete in 3487ms
18
+
@@ -1,4 +1,4 @@
1
1
 
2
- > @fluid-app/fluid-cli-themes@0.1.11 typecheck /home/runner/_work/fluid-mono/fluid-mono/packages/cli/themes
2
+ > @fluid-app/fluid-cli-themes@0.1.12 typecheck /home/runner/_work/fluid-mono/fluid-mono/packages/cli/themes
3
3
  > tsgo --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/fluid-cli-themes",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Fluid CLI commands for theme management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -18,15 +18,15 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "commander": "^12.0.0",
21
- "@fluid-app/fluid-cli": "0.1.12"
21
+ "@fluid-app/fluid-cli": "0.1.13"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/node": "^24",
24
+ "@types/node": "24.10.12",
25
25
  "tsdown": "^0.21.0",
26
26
  "tsx": "^4.21.0",
27
27
  "typescript": "^5",
28
- "@fluid-app/api-client-scripts": "0.0.0",
29
- "@fluid-app/typescript-config": "0.0.0"
28
+ "@fluid-app/typescript-config": "0.0.0",
29
+ "@fluid-app/api-client-scripts": "0.0.0"
30
30
  },
31
31
  "engines": {
32
32
  "node": ">=18.0.0"