@opentapd/tplugin-cli 0.58.1-alpha.0 → 0.59.1-alpha.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.
Files changed (2) hide show
  1. package/lib/lint.js +3 -2
  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.58.1-alpha.0",
3
+ "version": "0.59.1-alpha.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": "892402b867f4729b2016651d3a341f3ac9cc55c3"
82
+ "gitHead": "b3dcb1914763e298a109865d704f6093c9496c71"
83
83
  }