@dependabit/plugin-http 0.1.18 → 0.1.19
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 +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @dependabit/plugin-http
|
|
2
2
|
|
|
3
|
+
## 0.1.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`b6d3f6d`](https://github.com/pradeepmouli/dependabit/commit/b6d3f6d7eeea7d690458f9c95d88b54018d15139)]:
|
|
8
|
+
- @dependabit/manifest@0.1.19
|
|
9
|
+
|
|
3
10
|
## 0.1.18
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dependabit/plugin-http",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"description": "Generic HTTP content-hash checker plugin for dependabit — fingerprints arbitrary URL resources to detect upstream changes.",
|
|
5
5
|
"homepage": "https://pradeepmouli.github.io/dependabit/",
|
|
6
6
|
"bugs": {
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"zod": "^4.6.5",
|
|
27
|
-
"@dependabit/manifest": "0.1.
|
|
27
|
+
"@dependabit/manifest": "0.1.19"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^25.9.1",
|
|
31
31
|
"tsx": "^4.23.13",
|
|
32
32
|
"typescript": "^7.0.2",
|
|
33
|
-
"vitest": "^
|
|
33
|
+
"vitest": "^5.0.1"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"http",
|