@faremeter/fetch 0.17.0 → 0.17.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faremeter/fetch",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"description": "HTTP fetch wrapper that automatically handles 402 Payment Required responses with x402 protocol",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"faremeter",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"arktype": "2.1.21",
|
|
48
|
-
"@faremeter/info": "^0.17.
|
|
49
|
-
"@faremeter/types": "^0.17.
|
|
48
|
+
"@faremeter/info": "^0.17.1",
|
|
49
|
+
"@faremeter/types": "^0.17.1"
|
|
50
50
|
},
|
|
51
51
|
"tap": {
|
|
52
52
|
"plugin": [
|