@definitelytyped/dts-critic 0.0.192 → 0.0.194

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @definitelytyped/dts-critic
2
2
 
3
+ ## 0.0.194
4
+
5
+ ### Patch Changes
6
+
7
+ - b980f717: Rename branch to main
8
+ - Updated dependencies [b980f717]
9
+ - @definitelytyped/header-parser@0.0.192
10
+
11
+ ## 0.0.193
12
+
13
+ ### Patch Changes
14
+
15
+ - @definitelytyped/header-parser@0.0.191
16
+
3
17
  ## 0.0.192
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/dts-critic",
3
- "version": "0.0.192",
3
+ "version": "0.0.194",
4
4
  "author": "Nathan Shively-Sanders",
5
5
  "description": "Checks a new .d.ts against the Javascript source and tells you what problems it has",
6
6
  "publishConfig": {
@@ -12,7 +12,7 @@
12
12
  "tmp": "^0.2.1",
13
13
  "typescript": "^5.2.2",
14
14
  "yargs": "^17.7.2",
15
- "@definitelytyped/header-parser": "0.0.190"
15
+ "@definitelytyped/header-parser": "0.0.192"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "typescript": "*"
@@ -42,7 +42,7 @@
42
42
  "bugs": {
43
43
  "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
44
44
  },
45
- "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dts-critic#readme",
45
+ "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/dts-critic#readme",
46
46
  "engines": {
47
47
  "node": ">=16.17.0"
48
48
  },