@apollo-annotation/cli 0.3.1 → 0.3.3

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": "@apollo-annotation/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Command line interface for the Apollo annotation server",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,6 +29,7 @@
29
29
  "test": "mocha --require src/test/fixtures.ts 'src/**/*.test.ts'",
30
30
  "posttest": "yarn lint",
31
31
  "test:ci": "nyc mocha 'src/**/*.test.ts'",
32
+ "test:cli": "yarn tsx src/test/test.ts",
32
33
  "version": "oclif readme --multi --dir ../website/docs/admin/cli/ && oclif readme && git add README.md"
33
34
  },
34
35
  "oclif": {
@@ -51,6 +52,9 @@
51
52
  "change": {
52
53
  "description": "Commands to manage the change log"
53
54
  },
55
+ "export": {
56
+ "description": "Commands to export data"
57
+ },
54
58
  "feature": {
55
59
  "description": "Commands to manage features"
56
60
  },
@@ -84,17 +88,19 @@
84
88
  "yaml": "^2.3.4"
85
89
  },
86
90
  "devDependencies": {
87
- "@apollo-annotation/mst": "^0.3.1",
88
- "@apollo-annotation/shared": "^0.3.1",
91
+ "@apollo-annotation/mst": "^0.3.3",
92
+ "@apollo-annotation/shared": "^0.3.3",
89
93
  "@istanbuljs/esm-loader-hook": "^0.2.0",
90
94
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
91
95
  "@oclif/test": "^3.1.3",
92
96
  "@types/chai": "^4.3.19",
93
97
  "@types/cli-progress": "^3",
98
+ "@types/cross-spawn": "^6.0.6",
94
99
  "@types/inquirer": "^9.0.7",
95
100
  "@types/mocha": "^10",
96
101
  "@types/node": "^18.14.2",
97
102
  "babel-plugin-istanbul": "^6.1.1",
103
+ "cross-spawn": "^7.0.3",
98
104
  "mocha": "^10.2.0",
99
105
  "nyc": "^15.1.0",
100
106
  "oclif": "^4.4.2",