@abloh/cli 0.1.4 → 1.0.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 (3) hide show
  1. package/dist/index.d.ts +26 -1
  2. package/dist/index.js +28425 -13709
  3. package/package.json +11 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abloh/cli",
3
- "version": "0.1.4",
3
+ "version": "1.0.0",
4
4
  "description": "Abloh CLI: the `abloh run` command. The package will publish under the @abloh scope.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -26,22 +26,24 @@
26
26
  "dependencies": {
27
27
  "semver": "7.8.5",
28
28
  "yaml": "^2.5.0",
29
- "@abloh/sandbox": "0.1.2",
30
- "@abloh/engine-python": "0.1.2",
31
- "@abloh/engine-stryker": "0.1.3",
32
- "@abloh/triage": "0.1.2",
33
- "@abloh/core": "0.1.3"
29
+ "@abloh/aster": "1.0.0",
30
+ "@abloh/core": "1.0.0",
31
+ "@abloh/marigold": "1.0.0",
32
+ "@abloh/repository": "1.0.0",
33
+ "@abloh/triage": "1.0.0",
34
+ "@abloh/measure": "1.0.0"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@types/semver": "7.7.1",
37
- "@abloh/engine-deep-mutation": "0.1.0",
38
- "@abloh/github-app": "0.1.0"
38
+ "@abloh/api": "0.1.0",
39
+ "@abloh/github-app": "0.1.0",
40
+ "@abloh/engine-deep-mutation": "0.1.0"
39
41
  },
40
42
  "scripts": {
41
43
  "build": "tsup",
42
44
  "typecheck": "tsc -p tsconfig.json",
43
45
  "test": "node scripts/run-tests.mjs product",
44
- "test:research": "node scripts/run-tests.mjs research",
46
+ "test:live": "node scripts/run-tests.mjs live",
45
47
  "test:all": "node scripts/run-tests.mjs all"
46
48
  }
47
49
  }