@depup/nuxt__kit 4.5.2-depup.2 → 4.5.2-depup.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/README.md CHANGED
@@ -16,13 +16,14 @@ npm install @depup/nuxt__kit
16
16
  | Original | [@nuxt/kit](https://www.npmjs.com/package/@nuxt/kit) @ 4.5.2 |
17
17
  | Processed | 2026-09-03 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 6 |
19
+ | Deps updated | 7 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | c12 | ^3.3.4 | ^4.0.0-beta.5 |
26
+ | errx | ^0.1.2 | ^0.2.0 |
26
27
  | ignore | ^7.0.6 | ^7.0.8 |
27
28
  | ohash | ^2.0.11 | ^2.0.12 |
28
29
  | rc9 | ^3.0.1 | ^3.1.0 |
package/changes.json CHANGED
@@ -4,6 +4,10 @@
4
4
  "from": "^3.3.4",
5
5
  "to": "^4.0.0-beta.5"
6
6
  },
7
+ "errx": {
8
+ "from": "^0.1.2",
9
+ "to": "^0.2.0"
10
+ },
7
11
  "ignore": {
8
12
  "from": "^7.0.6",
9
13
  "to": "^7.0.8"
@@ -25,6 +29,6 @@
25
29
  "to": "^0.4.0"
26
30
  }
27
31
  },
28
- "timestamp": "2026-09-03T00:33:52.791Z",
29
- "totalUpdated": 6
32
+ "timestamp": "2026-09-03T08:12:09.168Z",
33
+ "totalUpdated": 7
30
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nuxt__kit",
3
- "version": "4.5.2-depup.2",
3
+ "version": "4.5.2-depup.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -25,7 +25,7 @@
25
25
  "consola": "^3.4.2",
26
26
  "defu": "^6.1.7",
27
27
  "destr": "^2.0.5",
28
- "errx": "^0.1.2",
28
+ "errx": "^0.2.0",
29
29
  "exsolve": "^1.1.1",
30
30
  "ignore": "^7.0.8",
31
31
  "jiti": "^2.7.0",
@@ -75,6 +75,10 @@
75
75
  "from": "^3.3.4",
76
76
  "to": "^4.0.0-beta.5"
77
77
  },
78
+ "errx": {
79
+ "from": "^0.1.2",
80
+ "to": "^0.2.0"
81
+ },
78
82
  "ignore": {
79
83
  "from": "^7.0.6",
80
84
  "to": "^7.0.8"
@@ -96,10 +100,10 @@
96
100
  "to": "^0.4.0"
97
101
  }
98
102
  },
99
- "depsUpdated": 6,
103
+ "depsUpdated": 7,
100
104
  "originalPackage": "@nuxt/kit",
101
105
  "originalVersion": "4.5.2",
102
- "processedAt": "2026-09-03T00:34:18.600Z",
106
+ "processedAt": "2026-09-03T08:12:37.526Z",
103
107
  "smokeTest": "passed"
104
108
  }
105
109
  }