@backstage/repo-tools 0.1.3-next.1 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 32a4a05838c: Tweaked type dependency check to trim wildcard type imports.
8
+ - 6ba8faf22ac: The API report generation process is now able to detect and generate reports for additional entry points declared in the package `"exports"` field.
9
+ - Updated dependencies
10
+ - @backstage/errors@1.1.5
11
+ - @backstage/cli-common@0.1.12
12
+
3
13
  ## 0.1.3-next.1
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/repo-tools",
3
3
  "description": "CLI for Backstage repo tooling ",
4
- "version": "0.1.3-next.1",
4
+ "version": "0.1.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -30,8 +30,8 @@
30
30
  "backstage-repo-tools": "bin/backstage-repo-tools"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/cli-common": "^0.1.12-next.0",
34
- "@backstage/errors": "^1.1.5-next.0",
33
+ "@backstage/cli-common": "^0.1.12",
34
+ "@backstage/errors": "^1.1.5",
35
35
  "@manypkg/get-packages": "^1.1.3",
36
36
  "@microsoft/api-documenter": "^7.19.27",
37
37
  "@microsoft/api-extractor": "^7.33.7",
@@ -44,7 +44,7 @@
44
44
  "ts-node": "^10.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.22.4-next.1",
47
+ "@backstage/cli": "^0.22.4",
48
48
  "@backstage/types": "^1.0.2",
49
49
  "@types/is-glob": "^4.0.2",
50
50
  "@types/mock-fs": "^4.13.0",