@metricinsights/pp-dev 0.17.0 → 0.18.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 (49) hide show
  1. package/CHANGELOG.md +81 -61
  2. package/README.md +91 -66
  3. package/dist/CHANGELOG.md +81 -61
  4. package/dist/README.md +91 -66
  5. package/dist/cjs/cli.js +1 -1
  6. package/dist/cjs/cli.js.map +1 -1
  7. package/dist/cjs/helpers.js.map +1 -1
  8. package/dist/cjs/index-B1GblhLQ.js +2 -0
  9. package/dist/cjs/index-B1GblhLQ.js.map +1 -0
  10. package/dist/cjs/index.js +1 -1
  11. package/dist/cjs/package.json +2 -2
  12. package/dist/cjs/plugin-DY9gjLm8.js +2 -0
  13. package/dist/cjs/plugin-DY9gjLm8.js.map +1 -0
  14. package/dist/cjs/plugin.js +1 -1
  15. package/dist/cjs/version-plugin-DSLhm6Q1.js +2 -0
  16. package/dist/cjs/version-plugin-DSLhm6Q1.js.map +1 -0
  17. package/dist/client/client.css +1 -1
  18. package/dist/client/client.css.map +1 -1
  19. package/dist/client/client.js +91 -2
  20. package/dist/client/client.js.map +1 -1
  21. package/dist/client/index.html +12 -9
  22. package/dist/esm/cli.js +1 -1
  23. package/dist/esm/cli.js.map +1 -1
  24. package/dist/esm/helpers.js.map +1 -1
  25. package/dist/esm/index-basLGB1P.js +2 -0
  26. package/dist/esm/index-basLGB1P.js.map +1 -0
  27. package/dist/esm/index.js +1 -1
  28. package/dist/esm/package.json +2 -2
  29. package/dist/esm/plugin-B6DaUVqp.js +2 -0
  30. package/dist/esm/plugin-B6DaUVqp.js.map +1 -0
  31. package/dist/esm/plugin.js +1 -1
  32. package/dist/esm/version-plugin-DekxT1OJ.js +2 -0
  33. package/dist/esm/version-plugin-DekxT1OJ.js.map +1 -0
  34. package/dist/types/index.d.ts +1 -205
  35. package/package.json +4 -3
  36. package/pp-dev.d.ts +1 -0
  37. package/scripts/patch-npm-bundled-vulnerabilities.mjs +8 -11
  38. package/dist/cjs/index-Bu8AM2lb.js +0 -2
  39. package/dist/cjs/index-Bu8AM2lb.js.map +0 -1
  40. package/dist/cjs/plugin-D-TIdILy.js +0 -2
  41. package/dist/cjs/plugin-D-TIdILy.js.map +0 -1
  42. package/dist/cjs/version-plugin-Cj4Pv-pw.js +0 -2
  43. package/dist/cjs/version-plugin-Cj4Pv-pw.js.map +0 -1
  44. package/dist/esm/index-Cx5STeh7.js +0 -2
  45. package/dist/esm/index-Cx5STeh7.js.map +0 -1
  46. package/dist/esm/plugin-CE47-pTE.js +0 -2
  47. package/dist/esm/plugin-CE47-pTE.js.map +0 -1
  48. package/dist/esm/version-plugin-B1n39tE6.js +0 -2
  49. package/dist/esm/version-plugin-B1n39tE6.js.map +0 -1
package/dist/CHANGELOG.md CHANGED
@@ -1,180 +1,176 @@
1
- # [0.17.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.16.1...v0.17.0-beta.1) (2026-04-06)
1
+ ## [0.18.1-beta.2](https://github.com/mi-examples/pp-dev/compare/v0.18.1-beta.1...v0.18.1-beta.2) (2026-04-22)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **tests:** align sandbox overrides with audited dependency policy ([5841aa8](https://github.com/mi-examples/pp-dev/commit/5841aa831833d74342e9bc134141f9913c1c0bab))
6
+ * harden sync prompt lifecycle and metadata safety ([3aaaeb6](https://github.com/mi-examples/pp-dev/commit/3aaaeb6a2a706f7f2ba6639c5ce87a320626eb32))
7
7
 
8
+ ## [0.18.1-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.0...v0.18.1-beta.1) (2026-04-21)
8
9
 
9
- ### Features
10
10
 
11
- * **cli:** Webpack fallback for Next dev when Turbopack native SWC fails ([5940f31](https://github.com/mi-examples/pp-dev/commit/5940f316cf86056196ad3f69a8b3667460866aeb))
11
+ ### Bug Fixes
12
12
 
13
- # [0.16.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.15.1...v0.16.0-beta.1) (2026-03-23)
13
+ * **cli:** harden shortcut cleanup and add dts trace logging ([4de05ed](https://github.com/mi-examples/pp-dev/commit/4de05ed2469933007aa654e370a84d90aecf3df3))
14
14
 
15
+ # [0.18.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.17.0...v0.18.0-beta.1) (2026-04-06)
16
+
17
+ ### Features
18
+
19
+ - rewrite /data/page/ path for v7 proxy when template differs from internal name ([a060da2](https://github.com/mi-examples/pp-dev/commit/a060da26e4d4cb9e80625f2015e5ab19b82a398d))
20
+
21
+ # [0.17.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.16.1...v0.17.0-beta.1) (2026-04-06)
15
22
 
16
23
  ### Bug Fixes
17
24
 
18
- * **version-plugin:** hash concatenated digests without hex input encoding ([1ea5e5a](https://github.com/mi-examples/pp-dev/commit/1ea5e5aed6b78b3bd67110d173a5195b75434e9c))
25
+ - **tests:** align sandbox overrides with audited dependency policy ([5841aa8](https://github.com/mi-examples/pp-dev/commit/5841aa831833d74342e9bc134141f9913c1c0bab))
26
+
27
+ ### Features
28
+
29
+ - **cli:** Webpack fallback for Next dev when Turbopack native SWC fails ([5940f31](https://github.com/mi-examples/pp-dev/commit/5940f316cf86056196ad3f69a8b3667460866aeb))
30
+
31
+ # [0.16.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.15.1...v0.16.0-beta.1) (2026-03-23)
32
+
33
+ ### Bug Fixes
19
34
 
35
+ - **version-plugin:** hash concatenated digests without hex input encoding ([1ea5e5a](https://github.com/mi-examples/pp-dev/commit/1ea5e5aed6b78b3bd67110d173a5195b75434e9c))
20
36
 
21
37
  ### Features
22
38
 
23
- * version manifest plugin and upgrade to Vite 8 ([ad8c4ac](https://github.com/mi-examples/pp-dev/commit/ad8c4ac5b6bc7813d04947b418a5d3b77d2d75fb))
39
+ - version manifest plugin and upgrade to Vite 8 ([ad8c4ac](https://github.com/mi-examples/pp-dev/commit/ad8c4ac5b6bc7813d04947b418a5d3b77d2d75fb))
24
40
 
25
41
  ## [0.15.1-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.15.0...v0.15.1-beta.1) (2026-03-12)
26
42
 
27
-
28
43
  ### Bug Fixes
29
44
 
30
- * resolve all package vulnerabilities ([79d7e24](https://github.com/mi-examples/pp-dev/commit/79d7e245b94d0be8c133803842329309f0e1b432))
45
+ - resolve all package vulnerabilities ([79d7e24](https://github.com/mi-examples/pp-dev/commit/79d7e245b94d0be8c133803842329309f0e1b432))
31
46
 
32
47
  # [0.15.0-beta.2](https://github.com/mi-examples/pp-dev/compare/v0.15.0-beta.1...v0.15.0-beta.2) (2026-03-02)
33
48
 
34
-
35
49
  ### Bug Fixes
36
50
 
37
- * add overrides to fix serialize-javascript and minimatch vulnerabilities ([3f79b97](https://github.com/mi-examples/pp-dev/commit/3f79b970b604f8e5656d15f743f51c6902b2e0d5))
51
+ - add overrides to fix serialize-javascript and minimatch vulnerabilities ([3f79b97](https://github.com/mi-examples/pp-dev/commit/3f79b970b604f8e5656d15f743f51c6902b2e0d5))
38
52
 
39
53
  # [0.15.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.14.1...v0.15.0-beta.1) (2026-02-27)
40
54
 
41
-
42
55
  ### Bug Fixes
43
56
 
44
- * add chokidar override to resolve npm ci sync ([3e24d40](https://github.com/mi-examples/pp-dev/commit/3e24d4020a33a5693f8aa442a0add6e80208719b))
45
- * pass appId to initLoadPPData, remove debug logs, update lock file ([079c13b](https://github.com/mi-examples/pp-dev/commit/079c13bc3db2ea018d377ed01240ff7ffaea253d))
46
- * proxy middleware - add cache headers for login page, inject token for HTML ([452755f](https://github.com/mi-examples/pp-dev/commit/452755f73391a0a6e2e19223db8f703219f6d993))
47
-
57
+ - add chokidar override to resolve npm ci sync ([3e24d40](https://github.com/mi-examples/pp-dev/commit/3e24d4020a33a5693f8aa442a0add6e80208719b))
58
+ - pass appId to initLoadPPData, remove debug logs, update lock file ([079c13b](https://github.com/mi-examples/pp-dev/commit/079c13bc3db2ea018d377ed01240ff7ffaea253d))
59
+ - proxy middleware - add cache headers for login page, inject token for HTML ([452755f](https://github.com/mi-examples/pp-dev/commit/452755f73391a0a6e2e19223db8f703219f6d993))
48
60
 
49
61
  ### Features
50
62
 
51
- * add appId option and fix internal server restart ([ee74beb](https://github.com/mi-examples/pp-dev/commit/ee74beb07d0ffe091302c7af4b56b090ea5cb383))
63
+ - add appId option and fix internal server restart ([ee74beb](https://github.com/mi-examples/pp-dev/commit/ee74beb07d0ffe091302c7af4b56b090ea5cb383))
52
64
 
53
65
  ## [0.14.1-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.14.0...v0.14.1-beta.1) (2026-02-24)
54
66
 
55
-
56
67
  ### Bug Fixes
57
68
 
58
- * **nextjs:** rewrite response middleware for Next.js page URLs ([3e80f41](https://github.com/mi-examples/pp-dev/commit/3e80f413c3106d9be918604ae0a5e28eeafc98d5))
69
+ - **nextjs:** rewrite response middleware for Next.js page URLs ([3e80f41](https://github.com/mi-examples/pp-dev/commit/3e80f413c3106d9be918604ae0a5e28eeafc98d5))
59
70
 
60
71
  # [0.14.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.13.2...v0.14.0-beta.1) (2026-02-20)
61
72
 
62
-
63
73
  ### Bug Fixes
64
74
 
65
- * ejs v4 default import for ESM compatibility ([e64f4c8](https://github.com/mi-examples/pp-dev/commit/e64f4c8fe1344a00daf575521215b0f82ec539ee))
66
- * improve dev server restart reliability and config change detection ([3edd020](https://github.com/mi-examples/pp-dev/commit/3edd0206ab5d9e27e8088a8a55fc925f5a586f7f))
67
-
75
+ - ejs v4 default import for ESM compatibility ([e64f4c8](https://github.com/mi-examples/pp-dev/commit/e64f4c8fe1344a00daf575521215b0f82ec539ee))
76
+ - improve dev server restart reliability and config change detection ([3edd020](https://github.com/mi-examples/pp-dev/commit/3edd0206ab5d9e27e8088a8a55fc925f5a586f7f))
68
77
 
69
78
  ### Features
70
79
 
71
- * **cli:** appId support, base path handling ([63ec031](https://github.com/mi-examples/pp-dev/commit/63ec0318a18a14b06803a59e8ac2d4be225d4631))
72
- * **cli:** appId support, base path handling, API routes passthrough ([2c16dae](https://github.com/mi-examples/pp-dev/commit/2c16daea94e11d72a0ce93be0f40ed9f29eb4d6a))
80
+ - **cli:** appId support, base path handling ([63ec031](https://github.com/mi-examples/pp-dev/commit/63ec0318a18a14b06803a59e8ac2d4be225d4631))
81
+ - **cli:** appId support, base path handling, API routes passthrough ([2c16dae](https://github.com/mi-examples/pp-dev/commit/2c16daea94e11d72a0ce93be0f40ed9f29eb4d6a))
73
82
 
74
83
  ## [0.13.2-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.13.1...v0.13.2-beta.1) (2026-02-12)
75
84
 
76
-
77
85
  ### Bug Fixes
78
86
 
79
- * **client-injection:** resolve DIRNAME to parent directory for correct resource paths ([606fd91](https://github.com/mi-examples/pp-dev/commit/606fd919ffda4988f4e1a0c11ce805cacfd75f1e))
87
+ - **client-injection:** resolve DIRNAME to parent directory for correct resource paths ([606fd91](https://github.com/mi-examples/pp-dev/commit/606fd919ffda4988f4e1a0c11ce805cacfd75f1e))
80
88
 
81
89
  # [0.13.0-beta.2](https://github.com/mi-examples/pp-dev/compare/v0.13.0-beta.1...v0.13.0-beta.2) (2026-02-11)
82
90
 
83
-
84
91
  ### Bug Fixes
85
92
 
86
- * **plugin:** correct DIRNAME path resolution in client injection ([dce83d7](https://github.com/mi-examples/pp-dev/commit/dce83d78e987e0555060552a51bf6d1d32154853))
87
-
93
+ - **plugin:** correct DIRNAME path resolution in client injection ([dce83d7](https://github.com/mi-examples/pp-dev/commit/dce83d78e987e0555060552a51bf6d1d32154853))
88
94
 
89
95
  ### Features
90
96
 
91
- * **cli:** support Next.js 16 and fix base path regex escaping ([9182d2a](https://github.com/mi-examples/pp-dev/commit/9182d2a1d319239abf1b7b61cd40f03bbdf312fd))
92
- * **cli:** watch .env and pp-dev config files, await Next.js check ([69a07f0](https://github.com/mi-examples/pp-dev/commit/69a07f0cbf0d3613fd1e6cdbf892cf0905005b51))
97
+ - **cli:** support Next.js 16 and fix base path regex escaping ([9182d2a](https://github.com/mi-examples/pp-dev/commit/9182d2a1d319239abf1b7b61cd40f03bbdf312fd))
98
+ - **cli:** watch .env and pp-dev config files, await Next.js check ([69a07f0](https://github.com/mi-examples/pp-dev/commit/69a07f0cbf0d3613fd1e6cdbf892cf0905005b51))
93
99
 
94
100
  # [0.13.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.12.4...v0.13.0-beta.1) (2026-01-22)
95
101
 
96
-
97
102
  ### Bug Fixes
98
103
 
99
- * **plugin:** add null check for integrateMiTopBar validation ([df35e2a](https://github.com/mi-examples/pp-dev/commit/df35e2a8a265bd4a6445ec78c9ae94d4c24f105d))
100
-
104
+ - **plugin:** add null check for integrateMiTopBar validation ([df35e2a](https://github.com/mi-examples/pp-dev/commit/df35e2a8a265bd4a6445ec78c9ae94d4c24f105d))
101
105
 
102
106
  ### Features
103
107
 
104
- * **plugin:** enhance integrateMiTopBar with selective configuration options ([cbb9a6c](https://github.com/mi-examples/pp-dev/commit/cbb9a6c59db401201fb2530f46ca47eaaa585526))
108
+ - **plugin:** enhance integrateMiTopBar with selective configuration options ([cbb9a6c](https://github.com/mi-examples/pp-dev/commit/cbb9a6c59db401201fb2530f46ca47eaaa585526))
105
109
 
106
110
  ## [0.12.4-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.12.3...v0.12.4-beta.1) (2026-01-14)
107
111
 
108
-
109
112
  ### Bug Fixes
110
113
 
111
- * **plugin:** move topbar scripts injection to head-prepend ([a248f91](https://github.com/mi-examples/pp-dev/commit/a248f91b14817a36a37d56e9107762b514bf90ac))
114
+ - **plugin:** move topbar scripts injection to head-prepend ([a248f91](https://github.com/mi-examples/pp-dev/commit/a248f91b14817a36a37d56e9107762b514bf90ac))
112
115
 
113
116
  # [@metricinsights/pp-dev-v0.12.3-beta.1](https://github.com/mi-examples/pp-dev-js/compare/v0.12.2...v0.12.3-beta.1) (2025-12-19)
114
117
 
115
-
116
118
  ### Bug Fixes
117
119
 
118
- * **pp-dev:** improve node compatibility for SSL and buffer handling ([fcef21f](https://github.com/mi-examples/pp-dev-js/commit/fcef21f22936aeabb3a4c40711a76631246e80b4))
120
+ - **pp-dev:** improve node compatibility for SSL and buffer handling ([fcef21f](https://github.com/mi-examples/pp-dev-js/commit/fcef21f22936aeabb3a4c40711a76631246e80b4))
119
121
 
120
122
  # [@metricinsights/pp-dev-v0.12.2](https://github.com/mi-examples/pp-dev-js/compare/v0.12.1...v0.12.2) (2025-01-15)
121
123
 
122
124
  ### Bug Fixes
123
125
 
124
- * **release:** prepare v0.12.2 patch release
126
+ - **release:** prepare v0.12.2 patch release
125
127
 
126
128
  # [@metricinsights/pp-dev-v0.12.1](https://github.com/mi-examples/pp-dev-js/compare/v0.12.0...v0.12.1) (2025-01-15)
127
129
 
128
130
  ### Bug Fixes
129
131
 
130
- * **release:** prepare v0.12.1 patch release
132
+ - **release:** prepare v0.12.1 patch release
131
133
 
132
134
  # [@metricinsights/pp-dev-v0.12.0](https://github.com/mi-examples/pp-dev-js/compare/v0.11.0...v0.12.0) (2025-01-15)
133
135
 
134
-
135
136
  ### Features
136
137
 
137
- * **auth:** add global authentication provider ([2b1e00d](https://github.com/mi-examples/pp-dev-js/commit/2b1e00d20cbfd21284aa871c47bc149829a2f865))
138
- * **pp-dev:** enhance CLI and core functionality ([14a3772](https://github.com/mi-examples/pp-dev-js/commit/14a3772a4955aabad6b0fa0986a7047445e0cc5b))
138
+ - **auth:** add global authentication provider ([2b1e00d](https://github.com/mi-examples/pp-dev-js/commit/2b1e00d20cbfd21284aa871c47bc149829a2f865))
139
+ - **pp-dev:** enhance CLI and core functionality ([14a3772](https://github.com/mi-examples/pp-dev-js/commit/14a3772a4955aabad6b0fa0986a7047445e0cc5b))
139
140
 
140
141
  # [@metricinsights/pp-dev-v0.11.0-beta.4](https://github.com/mi-examples/pp-dev-js/compare/v0.11.0-beta.3...v0.11.0-beta.4) (2025-08-29)
141
142
 
142
-
143
143
  ### Features
144
144
 
145
- * **pp-dev:** add postbuild script and package renaming utility ([afdc0d6](https://github.com/mi-examples/pp-dev-js/commit/afdc0d6aefd4545b536090c363dad21308683777))
146
- * **pp-dev:** refactor CLI and core functionality ([98ce2d2](https://github.com/mi-examples/pp-dev-js/commit/98ce2d282abc83759b96b76e3502a0db99835404))
147
- * **test-commonjs:** moved test commonjs folder to new location ([9480d77](https://github.com/mi-examples/pp-dev-js/commit/9480d77d9dfc5ccafb0f4b0159fedd484143d754))
148
- * **test-nextjs:** add initial Next.js project files and configuration ([a5da0fd](https://github.com/mi-examples/pp-dev-js/commit/a5da0fdb5ab6f50b9605663706e88f62300aaea3))
149
- * **test-nextjs:** initialize Next.js test project structure ([2a6155d](https://github.com/mi-examples/pp-dev-js/commit/2a6155dc94f3b27a7b9c3535d5e8699fc9da655c))
145
+ - **pp-dev:** add postbuild script and package renaming utility ([afdc0d6](https://github.com/mi-examples/pp-dev-js/commit/afdc0d6aefd4545b536090c363dad21308683777))
146
+ - **pp-dev:** refactor CLI and core functionality ([98ce2d2](https://github.com/mi-examples/pp-dev-js/commit/98ce2d282abc83759b96b76e3502a0db99835404))
147
+ - **test-commonjs:** moved test commonjs folder to new location ([9480d77](https://github.com/mi-examples/pp-dev-js/commit/9480d77d9dfc5ccafb0f4b0159fedd484143d754))
148
+ - **test-nextjs:** add initial Next.js project files and configuration ([a5da0fd](https://github.com/mi-examples/pp-dev-js/commit/a5da0fdb5ab6f50b9605663706e88f62300aaea3))
149
+ - **test-nextjs:** initialize Next.js test project structure ([2a6155d](https://github.com/mi-examples/pp-dev-js/commit/2a6155dc94f3b27a7b9c3535d5e8699fc9da655c))
150
150
 
151
151
  # [@metricinsights/pp-dev-v0.11.0-beta.3](https://github.com/mi-examples/pp-dev-js/compare/v0.11.0-beta.2...v0.11.0-beta.3) (2025-08-14)
152
152
 
153
-
154
153
  ### Bug Fixes
155
154
 
156
- * **ci:** improve package detection and JSON validation ([f787a1c](https://github.com/mi-examples/pp-dev-js/commit/f787a1c2bf47c091c275d09317745b924c45f53f))
157
-
155
+ - **ci:** improve package detection and JSON validation ([f787a1c](https://github.com/mi-examples/pp-dev-js/commit/f787a1c2bf47c091c275d09317745b924c45f53f))
158
156
 
159
157
  ### Features
160
158
 
161
- * **pp-dev:** add startup optimization and enhance authentication helpers ([a29e311](https://github.com/mi-examples/pp-dev-js/commit/a29e31136e0c27d221fc26028fd5c4970654e386))
159
+ - **pp-dev:** add startup optimization and enhance authentication helpers ([a29e311](https://github.com/mi-examples/pp-dev-js/commit/a29e31136e0c27d221fc26028fd5c4970654e386))
162
160
 
163
161
  # [@metricinsights/pp-dev-v0.11.0-beta.2](https://github.com/mi-examples/pp-dev-js/compare/v0.11.0-beta.1...v0.11.0-beta.2) (2025-08-12)
164
162
 
165
-
166
163
  ### Bug Fixes
167
164
 
168
- * remove issue number references from semantic-release configs ([f532226](https://github.com/mi-examples/pp-dev-js/commit/f532226b1ecc4cf9d2cfac6e92cb1c101468a329))
165
+ - remove issue number references from semantic-release configs ([f532226](https://github.com/mi-examples/pp-dev-js/commit/f532226b1ecc4cf9d2cfac6e92cb1c101468a329))
169
166
 
170
167
  # [@metricinsights/pp-dev-v0.11.0-beta.1](https://github.com/mi-examples/pp-dev-js/compare/v0.10.1...v0.11.0-beta.1) (2025-08-12)
171
168
 
172
-
173
169
  ### Features
174
170
 
175
- * **pp-dev:** add dependency version synchronization for create-pp-dev releases ([2597b01](https://github.com/mi-examples/pp-dev-js/commit/2597b017a59b1359753e85953648e2ce1674253c))
176
- * **pp-dev:** add esbuild configuration and build optimization scripts ([bbe1791](https://github.com/mi-examples/pp-dev-js/commit/bbe1791e9eb2e220f1552618a9a534a80ddd2f96))
177
- * **pp-dev:** add semantic release configuration and update dependencies ([5962bcc](https://github.com/mi-examples/pp-dev-js/commit/5962bccbb76fb684415f731f85f372cdd109d8f1))
171
+ - **pp-dev:** add dependency version synchronization for create-pp-dev releases ([2597b01](https://github.com/mi-examples/pp-dev-js/commit/2597b017a59b1359753e85953648e2ce1674253c))
172
+ - **pp-dev:** add esbuild configuration and build optimization scripts ([bbe1791](https://github.com/mi-examples/pp-dev-js/commit/bbe1791e9eb2e220f1552618a9a534a80ddd2f96))
173
+ - **pp-dev:** add semantic release configuration and update dependencies ([5962bcc](https://github.com/mi-examples/pp-dev-js/commit/5962bccbb76fb684415f731f85f372cdd109d8f1))
178
174
 
179
175
  # Changelog
180
176
 
@@ -183,112 +179,132 @@ All notable changes to the `@metricinsights/pp-dev` package will be documented i
183
179
  ## [0.10.0] - 2024-03-21
184
180
 
185
181
  ### Changed
182
+
186
183
  - Removed unused `pino` and `pino-pretty` dependencies
187
184
 
188
185
  ## [0.9.0] - 2025-01-31
189
186
 
190
187
  ### Added
188
+
191
189
  - Added support for MI v7.1.0 instances
192
190
  - Added new API endpoints for v7 instances
193
191
 
194
192
  ## [0.8.0] - 2024-11-15
195
193
 
196
194
  ### Changed
195
+
197
196
  - Updated package dependencies to latest versions
198
197
  - Improved template loading mechanism
199
198
 
200
199
  ## [0.7.0] - 2024-02-28
201
200
 
202
201
  ### Added
202
+
203
203
  - Added icon font generation tool
204
204
  - Added changelog generator for assets
205
205
  - Added image optimization tool
206
206
 
207
207
  ### Changed
208
+
208
209
  - Improved helper logging system
209
210
 
210
211
  ## [0.6.0] - 2024-01-18
211
212
 
212
213
  ### Added
214
+
213
215
  - Added support for React.js, TypeScript, and Next.js templates
214
216
  - Added new npm package structure
215
217
  - Added documentation for templates
216
218
 
217
219
  ### Changed
220
+
218
221
  - Updated template code structure
219
222
  - Improved helper info panel
220
223
 
221
224
  ## [0.5.0] - 2023-10-16
222
225
 
223
226
  ### Added
227
+
224
228
  - Added Next.js support (beta)
225
229
  - Added SSL validation support
226
230
  - Added shields for package information
227
231
 
228
232
  ### Changed
233
+
229
234
  - Fixed Next.js dependency versions
230
235
  - Improved helper UI
231
236
 
232
237
  ## [0.4.0] - 2023-05-29
233
238
 
234
239
  ### Added
240
+
235
241
  - Added CI/CD support
236
242
  - Added package for CI/CD
237
243
  - Added documentation
238
244
 
239
245
  ### Changed
246
+
240
247
  - Updated publish configuration
241
248
  - Improved installation command
242
249
 
243
250
  ## [0.3.3] - 2023-11-14
244
251
 
245
252
  ### Changed
253
+
246
254
  - Fixed URL parameters handling in helper
247
255
  - Improved helper UI
248
256
 
249
257
  ## [0.3.2] - 2023-11-14
250
258
 
251
259
  ### Changed
260
+
252
261
  - Fixed Next.js dependency versions
253
262
  - Improved helper UI
254
263
 
255
264
  ## [0.3.1] - 2023-12-04
256
265
 
257
266
  ### Changed
267
+
258
268
  - Fixed URL parameters handling in helper
259
269
  - Improved helper UI
260
270
 
261
271
  ## [0.3.0] - 2023-11-08
262
272
 
263
273
  ### Added
274
+
264
275
  - Added Next.js support
265
276
  - Added helper info panel
266
277
  - Added support for React.js templates
267
278
 
268
279
  ### Changed
280
+
269
281
  - Improved helper UI
270
282
  - Updated template loading mechanism
271
283
 
272
284
  ## [0.2.0] - 2023-05-25
273
285
 
274
286
  ### Added
287
+
275
288
  - Added support for React.js templates
276
289
  - Added helper info panel
277
290
  - Added documentation
278
291
 
279
292
  ### Changed
293
+
280
294
  - Improved template loading mechanism
281
295
  - Updated package structure
282
296
 
283
297
  ## [0.1.1] - 2023-05-23
284
298
 
285
299
  ### Changed
300
+
286
301
  - Fixed template loading issues
287
302
  - Improved helper UI
288
303
 
289
304
  ## [0.1.0] - 2023-05-17
290
305
 
291
306
  ### Added
307
+
292
308
  - Initial release
293
309
  - Basic template support
294
310
  - Helper UI implementation
@@ -296,20 +312,24 @@ All notable changes to the `@metricinsights/pp-dev` package will be documented i
296
312
  ## [0.0.3] - 2023-05-17
297
313
 
298
314
  ### Added
315
+
299
316
  - Added basic template support
300
317
  - Added helper UI
301
318
 
302
319
  ### Changed
320
+
303
321
  - Improved package structure
304
322
 
305
323
  ## [0.0.2] - 2023-05-17
306
324
 
307
325
  ### Added
326
+
308
327
  - Added basic package structure
309
328
  - Added helper implementation
310
329
 
311
330
  ## [0.0.1] - 2023-05-17
312
331
 
313
332
  ### Added
333
+
314
334
  - Initial package setup
315
335
  - Basic helper functionality