Files
dealplustech/node_modules/deep-extend/CHANGELOG.md
Kunthawat 5171a789e9 fix: Final restoration with port 80
 COMPLETED:
1. Dockerfile uses port 80 (astro preview)
2. BaseLayout imports globals.css
3. globals.css with Tailwind v4 @theme syntax
4. index.astro has Header, Footer, FixedContact
5. All image references fixed to existing files
6. Hero uses hdpe_pipe_main.jpg
7. Product cards use hdpe001.jpg
8. pt-20 on main for fixed header

 TESTED LOCALLY:
- Build: 15 pages in 1.27s
- Docker build successful
- Port 80 working
- Images load
- CSS works

Ready for Easypanel deployment.
2026-03-12 08:58:56 +07:00

1.1 KiB

Changelog

v0.6.0

  • Updated "devDependencies" versions to fix vulnerability alerts
  • Dropped support of io.js and node.js v0.12.x and lower since new versions of "devDependencies" couldn't work with those old node.js versions (minimal supported version of node.js now is v4.0.0)

v0.5.1

  • Fix prototype pollution vulnerability (thanks to @mwakerman for the PR)
  • Avoid using deprecated Buffer API (thanks to @ChALkeR for the PR)

v0.5.0

  • Auto-testing provided by Travis CI;
  • Support older Node.JS versions (v0.11.x and v0.10.x);
  • Removed tests files from npm package.

v0.4.2

  • Fix for null as an argument.

v0.4.1

  • Removed test code from npm package (see pull request #21);
  • Increased minimal version of Node from 0.4.0 to 0.12.0 (because can't run tests on lesser version anyway).

v0.4.0

  • WARNING! Broken backward compatibility with v0.3.x;
  • Fixed bug with extending arrays instead of cloning;
  • Deep cloning for arrays;
  • Check for own property;
  • Fixed some documentation issues;
  • Strict JS mode.