@fluid-app/fluid-cli-droplets 0.1.2 → 0.1.3

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-droplets@0.1.2 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/droplets
2
+ > @fluid-app/fluid-cli-droplets@0.1.3 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/droplets
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.21.0 powered by rolldown v1.0.0-rc.7
@@ -10,9 +10,9 @@
10
10
  ℹ Build start
11
11
  ℹ dist/index.mjs  6.70 kB │ gzip: 1.17 kB
12
12
  ℹ dist/index.mjs.map 13.57 kB │ gzip: 2.30 kB
13
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
14
-
15
13
  ℹ dist/index.d.mts.map  0.11 kB │ gzip: 0.12 kB
16
14
  ℹ dist/index.d.mts  0.19 kB │ gzip: 0.16 kB
17
15
  ℹ 4 files, total: 20.58 kB
18
- ✔ Build complete in 4176ms
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
+
18
+ ✔ Build complete in 3113ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/fluid-cli-droplets",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Fluid CLI commands for droplet management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "commander": "^12.0.0",
21
- "@fluid-app/fluid-cli": "0.1.2"
21
+ "@fluid-app/fluid-cli": "0.1.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^24",