@shnitzel/plugscout 0.3.30 → 0.3.31
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/config/providers.json +1 -1
- package/config/registries.json +2 -2
- package/package.json +1 -1
package/config/providers.json
CHANGED
package/config/registries.json
CHANGED
|
@@ -2726,7 +2726,7 @@
|
|
|
2726
2726
|
"timeoutMs": 10000,
|
|
2727
2727
|
"fallbackToLocal": true,
|
|
2728
2728
|
"provider": "cursor",
|
|
2729
|
-
"official":
|
|
2729
|
+
"official": true,
|
|
2730
2730
|
"licenseHint": "community"
|
|
2731
2731
|
}
|
|
2732
2732
|
},
|
|
@@ -3360,7 +3360,7 @@
|
|
|
3360
3360
|
"timeoutMs": 10000,
|
|
3361
3361
|
"fallbackToLocal": true,
|
|
3362
3362
|
"provider": "google",
|
|
3363
|
-
"official":
|
|
3363
|
+
"official": true,
|
|
3364
3364
|
"licenseHint": "community"
|
|
3365
3365
|
}
|
|
3366
3366
|
}
|
package/package.json
CHANGED