@dexto/image-bundler 1.6.3 → 1.6.5

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
- > @dexto/image-bundler@1.6.3 build /home/runner/work/dexto/dexto/packages/image-bundler
2
+ > @dexto/image-bundler@1.6.5 build /home/runner/work/dexto/dexto/packages/image-bundler
3
3
  > tsup && node ../../scripts/clean-tsbuildinfo.mjs && tsc -b tsconfig.json --emitDeclarationOnly
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -13,7 +13,7 @@
13
13
  ESM dist/index.js 24.16 KB
14
14
  ESM dist/cli.js.map 52.96 KB
15
15
  ESM dist/index.js.map 47.86 KB
16
- ESM ⚡️ Build success in 154ms
16
+ ESM ⚡️ Build success in 110ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 9732ms
18
+ DTS ⚡️ Build success in 10047ms
19
19
  DTS dist/index.d.ts 2.97 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @dexto/image-bundler
2
2
 
3
+ ## 1.6.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 60aab0e: Fix windows build for binary distribution
8
+ - Updated dependencies [60aab0e]
9
+ - Updated dependencies [19a4983]
10
+ - @dexto/agent-config@1.6.5
11
+ - @dexto/core@1.6.5
12
+
13
+ ## 1.6.4
14
+
15
+ ### Patch Changes
16
+
17
+ - 7cb9082: Bump to test binary distribution
18
+ - Updated dependencies [7cb9082]
19
+ - @dexto/agent-config@1.6.4
20
+ - @dexto/core@1.6.4
21
+
3
22
  ## 1.6.3
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexto/image-bundler",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "Bundler for Dexto base images",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,8 +18,8 @@
18
18
  "commander": "^12.0.0",
19
19
  "esbuild": "^0.25.10",
20
20
  "picocolors": "^1.0.0",
21
- "@dexto/agent-config": "1.6.3",
22
- "@dexto/core": "1.6.3"
21
+ "@dexto/agent-config": "1.6.5",
22
+ "@dexto/core": "1.6.5"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^20.11.5",