opencode-firmware-quota 1.0.0 → 1.0.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/README.md +1 -0
- package/package.json +7 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-firmware-quota",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "OpenCode plugin for Firmware API quota monitoring - check usage, get warnings, and track your Firmware API consumption",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,11 +21,15 @@
|
|
|
21
21
|
"quota",
|
|
22
22
|
"usage"
|
|
23
23
|
],
|
|
24
|
-
"author": "",
|
|
24
|
+
"author": "Alan Garcia",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
|
-
"url": "https://github.com/
|
|
28
|
+
"url": "https://github.com/alnandr/opencode-firmware-quota"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/alnandr/opencode-firmware-quota#readme",
|
|
31
|
+
"bugs": {
|
|
32
|
+
"url": "https://github.com/alnandr/opencode-firmware-quota/issues"
|
|
29
33
|
},
|
|
30
34
|
"devDependencies": {
|
|
31
35
|
"@opencode-ai/plugin": "^1.0.0",
|