@metricinsights/pp-dev 0.18.1 → 0.18.2

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.18.2-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.1...v0.18.2-beta.1) (2026-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** resolve npm audit findings across workspace ([d13ffad](https://github.com/mi-examples/pp-dev/commit/d13ffadcda69cf6f8c8de39c7b0f7d0840e6fa3a))
7
+
1
8
  ## [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
9
 
3
10
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.18.2-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.1...v0.18.2-beta.1) (2026-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** resolve npm audit findings across workspace ([d13ffad](https://github.com/mi-examples/pp-dev/commit/d13ffadcda69cf6f8c8de39c7b0f7d0840e6fa3a))
7
+
1
8
  ## [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
9
 
3
10
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metricinsights/pp-dev",
3
3
  "type": "commonjs",
4
- "version": "0.18.1-beta.2",
4
+ "version": "0.18.2-beta.1",
5
5
  "description": "Portal Page dev build tool",
6
6
  "bin": {
7
7
  "pp-dev": "bin/pp-dev.js"
@@ -44,10 +44,17 @@
44
44
  "brace-expansion": "5.0.5",
45
45
  "chokidar": "^5.0.0",
46
46
  "file-type": "^22.0.0",
47
+ "ip-address": "^10.2.0",
47
48
  "minimatch": "10.2.4",
48
- "npm": ">=11.12.1",
49
+ "next@*": {
50
+ "postcss": "8.5.10"
51
+ },
52
+ "npm": ">=11.13.0",
49
53
  "serialize-javascript": ">=7.0.5",
50
- "undici": ">=6.24.0"
54
+ "undici": ">=6.24.0",
55
+ "vite@*": {
56
+ "postcss": "8.5.10"
57
+ }
51
58
  },
52
59
  "peerDependencies": {
53
60
  "next": ">= 13 < 17"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metricinsights/pp-dev",
3
3
  "type": "module",
4
- "version": "0.18.1-beta.2",
4
+ "version": "0.18.2-beta.1",
5
5
  "description": "Portal Page dev build tool",
6
6
  "bin": {
7
7
  "pp-dev": "bin/pp-dev.js"
@@ -44,10 +44,17 @@
44
44
  "brace-expansion": "5.0.5",
45
45
  "chokidar": "^5.0.0",
46
46
  "file-type": "^22.0.0",
47
+ "ip-address": "^10.2.0",
47
48
  "minimatch": "10.2.4",
48
- "npm": ">=11.12.1",
49
+ "next@*": {
50
+ "postcss": "8.5.10"
51
+ },
52
+ "npm": ">=11.13.0",
49
53
  "serialize-javascript": ">=7.0.5",
50
- "undici": ">=6.24.0"
54
+ "undici": ">=6.24.0",
55
+ "vite@*": {
56
+ "postcss": "8.5.10"
57
+ }
51
58
  },
52
59
  "peerDependencies": {
53
60
  "next": ">= 13 < 17"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metricinsights/pp-dev",
3
3
  "type": "module",
4
- "version": "0.18.1",
4
+ "version": "0.18.2",
5
5
  "description": "Portal Page dev build tool",
6
6
  "bin": {
7
7
  "pp-dev": "bin/pp-dev.js"
@@ -34,7 +34,9 @@
34
34
  "test:e2e": "node scripts/run-tests.js",
35
35
  "test:e2e:ui": "npx playwright test --ui",
36
36
  "test:all": "npm run test:unit && npm run test:integration",
37
- "audit:all": "node scripts/audit-all.mjs"
37
+ "audit:all": "node scripts/audit-all.mjs",
38
+ "prereinstall:all": "npm run build",
39
+ "reinstall:all": "node scripts/reinstall-all.mjs"
38
40
  },
39
41
  "exports": {
40
42
  ".": {
@@ -72,10 +74,17 @@
72
74
  "brace-expansion": "5.0.5",
73
75
  "chokidar": "^5.0.0",
74
76
  "file-type": "^22.0.0",
77
+ "ip-address": "^10.2.0",
75
78
  "minimatch": "10.2.4",
76
- "npm": ">=11.12.1",
79
+ "next@*": {
80
+ "postcss": "8.5.10"
81
+ },
82
+ "npm": ">=11.13.0",
77
83
  "serialize-javascript": ">=7.0.5",
78
- "undici": ">=6.24.0"
84
+ "undici": ">=6.24.0",
85
+ "vite@*": {
86
+ "postcss": "8.5.10"
87
+ }
79
88
  },
80
89
  "peerDependencies": {
81
90
  "next": ">= 13 < 17"
@@ -20,6 +20,7 @@ function replaceDir(src, dest) {
20
20
 
21
21
  if (existsSync(npmRoot)) {
22
22
  replaceDir(join(root, 'node_modules', 'brace-expansion'), join(npmRoot, 'node_modules', 'brace-expansion'));
23
+ replaceDir(join(root, 'node_modules', 'ip-address'), join(npmRoot, 'node_modules', 'ip-address'));
23
24
  replaceDir(
24
25
  join(root, 'node_modules', 'picomatch'),
25
26
  join(npmRoot, 'node_modules', 'tinyglobby', 'node_modules', 'picomatch'),