@opentapd/tplugin-cli 0.57.0 → 0.58.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 +2 -0
  2. package/package.json +2 -2
package/lib/lint.js CHANGED
@@ -102,6 +102,7 @@ const schema = Joi.object({
102
102
  support: Joi.object({
103
103
  branch: Joi.boolean(),
104
104
  mr: Joi.boolean(),
105
+ repo: Joi.boolean(),
105
106
  }),
106
107
  name: Joi.string(),
107
108
  desc: Joi.string(),
@@ -133,6 +134,7 @@ const schema = Joi.object({
133
134
  }),
134
135
  merge_requests: Joi.object({
135
136
  get: Joi.string(),
137
+ get_mr_url: Joi.string(),
136
138
  }),
137
139
  project: Joi.object({
138
140
  get: Joi.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentapd/tplugin-cli",
3
- "version": "0.57.0",
3
+ "version": "0.58.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": "185dd61c6c49540fc419d822a597b013982fc4aa"
82
+ "gitHead": "5d2f151e1d4661979036230e9c5a58c713ec092c"
83
83
  }