@dexto/image-bundler 1.5.1 → 1.5.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
- > @dexto/image-bundler@1.5.1 build /home/runner/work/dexto/dexto/packages/image-bundler
2
+ > @dexto/image-bundler@1.5.3 build /home/runner/work/dexto/dexto/packages/image-bundler
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -13,8 +13,8 @@
13
13
  ESM dist/index.js 15.82 KB
14
14
  ESM dist/cli.js.map 37.66 KB
15
15
  ESM dist/index.js.map 32.16 KB
16
- ESM ⚡️ Build success in 56ms
16
+ ESM ⚡️ Build success in 47ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 7697ms
18
+ DTS ⚡️ Build success in 7402ms
19
19
  DTS dist/cli.d.ts 20.00 B
20
20
  DTS dist/index.d.ts 965.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @dexto/image-bundler
2
2
 
3
+ ## 1.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4f00295]
8
+ - Updated dependencies [69c944c]
9
+ - @dexto/core@1.5.3
10
+
11
+ ## 1.5.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [8a85ea4]
16
+ - Updated dependencies [527f3f9]
17
+ - @dexto/core@1.5.2
18
+
3
19
  ## 1.5.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexto/image-bundler",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Bundler for Dexto base images",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,7 +18,7 @@
18
18
  "commander": "^12.0.0",
19
19
  "esbuild": "^0.25.0",
20
20
  "picocolors": "^1.0.0",
21
- "@dexto/core": "1.5.1"
21
+ "@dexto/core": "1.5.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^20.11.5",