decoprofile 1.4.0 → 1.5.0

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/dist/index.js CHANGED
@@ -1369,7 +1369,7 @@ function Profile({
1369
1369
  style: topSectionStyle,
1370
1370
  children: [
1371
1371
  /* @__PURE__ */ jsx_dev_runtime3.jsxDEV("img", {
1372
- src: `https://deco-profile.vercel.app/api/avatardecoration?id=${bgEffectId}`,
1372
+ src: `/api/profiledecoration?id=${bgEffectId}`,
1373
1373
  alt: "effect",
1374
1374
  style: effectImageStyle
1375
1375
  }, undefined, false, undefined, this),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decoprofile",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "DecoProfile is a bun library for creating effects on avatar, profile and namespace.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,5 +1,5 @@
1
1
  // Auto-generated types for DecoProfile components
2
- // Generated at: 2026-01-03T13:25:15.896Z
2
+ // Generated at: 2026-01-03T18:37:36.865Z
3
3
  // Run 'npm run generate-types' to regenerate
4
4
 
5
5
  /**