@commercetools-frontend/assets 27.4.0 → 27.4.2

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.
package/AGENTS.md ADDED
@@ -0,0 +1,16 @@
1
+ # assets
2
+
3
+ See root `AGENTS.md` for monorepo-wide context.
4
+
5
+ ## Purpose
6
+
7
+ Provides static assets (SVG images, logos, application icons, favicon, robots.txt) and exposes the package's filesystem location via `packageLocation`, consumed by the Merchant Center build tooling and shell.
8
+
9
+ ## Key Context
10
+
11
+ This is a plain asset package with no build step. The entry point (`index.js`) exports only `packageLocation` so that consuming packages can resolve asset paths at build time. Asset files are organized into subdirectories: `images/`, `logos/`, `application-icons/`, `html-page/`.
12
+
13
+ ## Divergences from Root
14
+
15
+ - Excluded from preconstruct (`!packages/assets` in root `package.json`). There is no `src/` directory, no `dist/` output, and no compilation step.
16
+ - Has no test files.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @commercetools-frontend/assets
2
2
 
3
+ ## 27.4.2
4
+
5
+ ## 27.4.1
6
+
3
7
  ## 27.4.0
4
8
 
5
9
  ## 27.3.0
package/CLAUDE.md ADDED
@@ -0,0 +1,4 @@
1
+ # Claude Code Configuration
2
+
3
+ Read `AGENTS.md` for full project context. This package is part of the monorepo
4
+ — see the root `AGENTS.md` for monorepo-wide commands and conventions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/assets",
3
- "version": "27.4.0",
3
+ "version": "27.4.2",
4
4
  "description": "Assets for building mc apps",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {