@jbrowse/cli 2.6.2 → 2.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/cli",
3
- "version": "2.6.2",
3
+ "version": "2.7.0",
4
4
  "description": "A command line tool for working with JBrowse 2",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -28,26 +28,24 @@
28
28
  "/oclif.manifest.json"
29
29
  ],
30
30
  "engines": {
31
- "node": ">=10.4.0"
31
+ "node": ">=16"
32
32
  },
33
33
  "scripts": {
34
- "build": "oclif-dev pack",
35
- "build:typescript": "tsc --build",
34
+ "build": "tsc --build",
36
35
  "postpack": "rimraf oclif.manifest.json",
37
36
  "clean": "rimraf lib",
38
- "prepack": "npm run clean && npm run build:typescript && npm run manifest && npm run docs",
39
- "manifest": "oclif-dev manifest",
37
+ "prepack": "npm run clean && npm run build && npm run manifest && npm run docs",
38
+ "manifest": "oclif manifest",
40
39
  "version": "npm run docs && npm run docs:version:add",
40
+ "predocs": "npm run build",
41
41
  "docs": "npm run docs:create && npm run docs:format",
42
- "docs:create": "oclif-dev readme",
42
+ "docs:create": "oclif readme",
43
43
  "docs:format": "prettier --write README.md",
44
44
  "docs:version:add": "git add README.md"
45
45
  },
46
46
  "dependencies": {
47
- "@oclif/command": "^1.8.11",
48
- "@oclif/config": "^1.18.2",
49
- "@oclif/errors": "^1",
50
- "@oclif/plugin-help": "3.2.14",
47
+ "@oclif/core": "^2.12.0",
48
+ "@oclif/plugin-help": "^5.2.18",
51
49
  "boxen": "^4.2.0",
52
50
  "chalk": "^4.1.0",
53
51
  "cli-progress": "^3.9.0",
@@ -75,5 +73,5 @@
75
73
  "publishConfig": {
76
74
  "access": "public"
77
75
  },
78
- "gitHead": "bbea587a402d9974acdd804a33f4b77f31a2fd5f"
76
+ "gitHead": "dbe7fb1af01fc89f833d2744635eb44a17365b41"
79
77
  }