@fluid-app/fluid-cli-assets 0.1.10 → 0.1.11

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-assets@0.1.10 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/assets
2
+ > @fluid-app/fluid-cli-assets@0.1.11 build /home/runner/_work/fluid-mono/fluid-mono/packages/cli/assets
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.21.0 powered by rolldown v1.0.0-rc.7
@@ -8,11 +8,9 @@
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.
12
11
  ℹ dist/index.mjs  8.76 kB │ gzip: 1.28 kB
13
12
  ℹ dist/index.mjs.map 17.08 kB │ gzip: 2.44 kB
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: 26.15 kB
18
- ✔ Build complete in 6169ms
16
+ ✔ Build complete in 2685ms
@@ -1,4 +1,4 @@
1
1
 
2
- > @fluid-app/fluid-cli-assets@0.1.10 typecheck /home/runner/_work/fluid-mono/fluid-mono/packages/cli/assets
2
+ > @fluid-app/fluid-cli-assets@0.1.11 typecheck /home/runner/_work/fluid-mono/fluid-mono/packages/cli/assets
3
3
  > tsgo --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/fluid-cli-assets",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Fluid CLI commands for digital asset management (DAM)",
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.11"
21
+ "@fluid-app/fluid-cli": "0.1.12"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^24",
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"