@podium/podlet 5.3.1 → 5.3.3
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/CHANGELOG.md +14 -0
- package/package.json +16 -16
- package/types/podium.d.ts +1 -1
- package/types/podlet.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [5.3.3](https://github.com/podium-lib/podlet/compare/v5.3.2...v5.3.3) (2025-12-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update all dependencies (non-major) ([#477](https://github.com/podium-lib/podlet/issues/477)) ([2399878](https://github.com/podium-lib/podlet/commit/2399878ae6312e5dba305f576eb8b280dda8db3c))
|
|
7
|
+
|
|
8
|
+
## [5.3.2](https://github.com/podium-lib/podlet/compare/v5.3.1...v5.3.2) (2025-06-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update type for podiumSend to allow TemplateResult ([7a0f53f](https://github.com/podium-lib/podlet/commit/7a0f53f0888ce97862147a44cb04fad3192d5aa2)), closes [#460](https://github.com/podium-lib/podlet/issues/460)
|
|
14
|
+
|
|
1
15
|
## [5.3.1](https://github.com/podium-lib/podlet/compare/v5.3.0...v5.3.1) (2025-06-30)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podium/podlet",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Module for building page fragment servers in a micro frontend architecture.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,28 +34,28 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@metrics/client": "2.5.5",
|
|
37
|
-
"@podium/schemas": "5.1.
|
|
38
|
-
"@podium/proxy": "5.0.
|
|
37
|
+
"@podium/schemas": "5.1.1",
|
|
38
|
+
"@podium/proxy": "5.0.34",
|
|
39
39
|
"@podium/utils": "5.5.0",
|
|
40
40
|
"abslog": "2.4.4",
|
|
41
41
|
"ajv": "8.17.1",
|
|
42
42
|
"objobj": "1.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@podium/eslint-config": "1.0.
|
|
46
|
-
"@podium/semantic-release-config": "2.0.
|
|
47
|
-
"@podium/test-utils": "3.0.
|
|
45
|
+
"@podium/eslint-config": "1.0.19",
|
|
46
|
+
"@podium/semantic-release-config": "2.0.7",
|
|
47
|
+
"@podium/test-utils": "3.0.19",
|
|
48
48
|
"@podium/typescript-config": "1.0.0",
|
|
49
|
-
"@types/node": "
|
|
50
|
-
"@types/readable-stream": "4.0.
|
|
51
|
-
"eslint": "9.
|
|
52
|
-
"express": "
|
|
49
|
+
"@types/node": "24.10.1",
|
|
50
|
+
"@types/readable-stream": "4.0.21",
|
|
51
|
+
"eslint": "9.39.1",
|
|
52
|
+
"express": "5.2.1",
|
|
53
53
|
"json-stringify-safe": "5.0.1",
|
|
54
|
-
"npm-run-all2": "
|
|
55
|
-
"prettier": "3.
|
|
56
|
-
"semantic-release": "
|
|
57
|
-
"tap": "
|
|
58
|
-
"typescript": "5.
|
|
59
|
-
"undici": "
|
|
54
|
+
"npm-run-all2": "8.0.4",
|
|
55
|
+
"prettier": "3.7.3",
|
|
56
|
+
"semantic-release": "25.0.2",
|
|
57
|
+
"tap": "21.5.0",
|
|
58
|
+
"typescript": "5.9.3",
|
|
59
|
+
"undici": "7.16.0"
|
|
60
60
|
}
|
|
61
61
|
}
|
package/types/podium.d.ts
CHANGED
package/types/podlet.d.ts
CHANGED