@opentapd/tplugin-cli 0.60.0 → 0.61.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 +1 -1
  2. package/package.json +3 -3
package/lib/lint.js CHANGED
@@ -104,7 +104,7 @@ const schema = Joi.object({
104
104
  mr: Joi.boolean(),
105
105
  repo: Joi.boolean(),
106
106
  api: Joi.boolean(),
107
- }.unknown()),
107
+ }).unknown(),
108
108
  name: Joi.string(),
109
109
  desc: Joi.string(),
110
110
  code: Joi.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentapd/tplugin-cli",
3
- "version": "0.60.0",
3
+ "version": "0.61.1-alpha.0",
4
4
  "description": "tplugin-cli",
5
5
  "bin": {
6
6
  "tplugin-cli": "index.js"
@@ -26,7 +26,7 @@
26
26
  "author": "",
27
27
  "license": "ISC",
28
28
  "dependencies": {
29
- "@opentapd/tplugin-core": "^1.37.0",
29
+ "@opentapd/tplugin-core": "^1.37.1-alpha.0",
30
30
  "address": "^1.2.2",
31
31
  "archiver": "^5.3.1",
32
32
  "axios": "^0.21.1",
@@ -79,5 +79,5 @@
79
79
  "node": ">=14.13.0"
80
80
  },
81
81
  "main": "index.js",
82
- "gitHead": "79c68ff73e605e29af951826fc49d6289e5ce960"
82
+ "gitHead": "2846aa32d91a10a6c3d1b685da3abd122f84cfa2"
83
83
  }