@podium/podlet 5.3.0 → 5.3.1

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/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
+ ## [5.3.1](https://github.com/podium-lib/podlet/compare/v5.3.0...v5.3.1) (2025-06-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @metrics/client to v2.5.5 ([#461](https://github.com/podium-lib/podlet/issues/461)) ([d6a2b4e](https://github.com/podium-lib/podlet/commit/d6a2b4e21c0f98e6d40cc6ab163c62397cdbfd01))
7
+
1
8
  # [5.3.0](https://github.com/podium-lib/podlet/compare/v5.2.4...v5.3.0) (2025-06-24)
2
9
 
10
+ This release introduces the html template literal, a safer way to use podiumSend.
11
+ See the [release blog post](https://podium-lib.io/blog/html-template-literal) for more information.
3
12
 
4
13
  ### Features
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/podlet",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "type": "module",
5
5
  "description": "Module for building page fragment servers in a micro frontend architecture.",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "types:fixup": "node ./fixup.js"
34
34
  },
35
35
  "dependencies": {
36
- "@metrics/client": "2.5.4",
36
+ "@metrics/client": "2.5.5",
37
37
  "@podium/schemas": "5.1.0",
38
38
  "@podium/proxy": "5.0.33",
39
39
  "@podium/utils": "5.5.0",
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@podium/eslint-config": "1.0.11",
46
46
  "@podium/semantic-release-config": "2.0.0",
47
- "@podium/test-utils": "3.0.17",
47
+ "@podium/test-utils": "3.0.18",
48
48
  "@podium/typescript-config": "1.0.0",
49
49
  "@types/node": "20.17.57",
50
50
  "@types/readable-stream": "4.0.20",