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