@ecopages/image-processor 0.2.0-alpha.31 → 0.2.0-alpha.33

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecopages/image-processor",
3
- "version": "0.2.0-alpha.31",
3
+ "version": "0.2.0-alpha.33",
4
4
  "description": "Image processor, transform and optimize images for web",
5
5
  "keywords": [
6
6
  "image",
@@ -15,10 +15,10 @@
15
15
  "directory": "packages/processors/image-processor"
16
16
  },
17
17
  "peerDependencies": {
18
- "@ecopages/core": "0.2.0-alpha.31"
18
+ "@ecopages/core": "0.2.0-alpha.33"
19
19
  },
20
20
  "dependencies": {
21
- "@ecopages/file-system": "0.2.0-alpha.31",
21
+ "@ecopages/file-system": "0.2.0-alpha.33",
22
22
  "@ecopages/logger": "^0.2.3",
23
23
  "react": "^19",
24
24
  "react-dom": "^19",
package/CHANGELOG.md DELETED
@@ -1,19 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to `@ecopages/image-processor` are documented here.
4
-
5
- > **Note:** Changelog tracking begins at version `0.2.0`. Changes prior to this release are not recorded here but are available in the git history.
6
-
7
- ## [UNRELEASED] — TBD
8
-
9
- ### Features
10
-
11
- - Added shared image plugin helpers for multiple build adapters and Bun-specific adapter wiring.
12
-
13
- ### Bug Fixes
14
-
15
- - Fixed ESM internal imports, generated declaration bundling, and exported image outputs in static builds.
16
-
17
- ### Tests
18
-
19
- - Added image processor and renderer coverage for the current build pipeline.