@abloh/repository 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abloh/repository",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Reads a repository and decides what abloh may measure in it: the CI recipe, the target, the package manager, the workspace packages, the job abloh's step rides and the measurement plan. Shared by the CLI, which reads a checkout, and by the control plane, which reads the same repository over GitHub's contents API. \"name\" will publish under the @abloh scope.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -23,8 +23,8 @@
23
23
  "dependencies": {
24
24
  "semver": "7.8.5",
25
25
  "yaml": "^2.6.1",
26
- "@abloh/core": "1.0.0",
27
- "@abloh/measure": "1.0.0"
26
+ "@abloh/core": "1.0.1",
27
+ "@abloh/measure": "1.0.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/semver": "7.7.1",