Skip to content

Commit a27200e

Browse files
authored
Merge pull request #80 from arethetypeswrong/dt-history
Support DefinitelyTyped results in @arethetypeswrong/history
2 parents 9a707ca + f9aa8dc commit a27200e

File tree

12 files changed

+420
-119
lines changed

12 files changed

+420
-119
lines changed

.changeset/curly-eels-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@arethetypeswrong/core": minor
3+
---
4+
5+
Package creation API changes to support @arethetypeswrong/history better. `createPackageFromNpm` options now take a `before` property similar to `npm install --before date`.

package-lock.json

Lines changed: 118 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"fetch-ponyfill": "^7.1.0",
5252
"fflate": "^0.7.4",
5353
"semver": "^7.5.4",
54-
"typescript": "^5.1.3",
54+
"typescript": "^5.2.2",
5555
"validate-npm-package-name": "^5.0.0"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)