@opentapd/tplugin-cli 0.59.0 → 0.60.0
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/lib/lint.js +3 -2
- package/package.json +2 -2
package/lib/lint.js
CHANGED
|
@@ -103,7 +103,8 @@ const schema = Joi.object({
|
|
|
103
103
|
branch: Joi.boolean(),
|
|
104
104
|
mr: Joi.boolean(),
|
|
105
105
|
repo: Joi.boolean(),
|
|
106
|
-
|
|
106
|
+
api: Joi.boolean(),
|
|
107
|
+
}.unknown()),
|
|
107
108
|
name: Joi.string(),
|
|
108
109
|
desc: Joi.string(),
|
|
109
110
|
code: Joi.string(),
|
|
@@ -145,7 +146,7 @@ const schema = Joi.object({
|
|
|
145
146
|
query_commits: Joi.object({
|
|
146
147
|
get: Joi.string(),
|
|
147
148
|
}),
|
|
148
|
-
}),
|
|
149
|
+
}).unknown(),
|
|
149
150
|
}),
|
|
150
151
|
},
|
|
151
152
|
fields: Joi.array().items({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentapd/tplugin-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.60.0",
|
|
4
4
|
"description": "tplugin-cli",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tplugin-cli": "index.js"
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"node": ">=14.13.0"
|
|
80
80
|
},
|
|
81
81
|
"main": "index.js",
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "79c68ff73e605e29af951826fc49d6289e5ce960"
|
|
83
83
|
}
|