Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Upgrade TypeScript to 4.0.2 #187

Merged
merged 2 commits into from
Aug 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# 4.0.0 / 2020-08-20

4.0.0-beta.1 / 2020-07-30
=========================
- Drop beta release
- TypeScript 4

* export interfaces
* fix importing types issues
# 4.0.0-beta.1 / 2020-07-30

3.13.8 / 2020-07-29
===================
- export interfaces
- fix importing types issues

# 3.13.8 / 2020-07-29

- Add --declaration back to build scripts
- Publish v3.13.7 (#176)

* Add --declaration back to build scripts
* Publish v3.13.7 (#176)
# 3.13.7 / 2020-07-29

- Publish types to npm
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@segment/analytics.js-core",
"author": "Segment <[email protected]>",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "The hassle-free way to integrate analytics into any web application.",
"types": "lib/index.d.ts",
"keywords": [
Expand Down Expand Up @@ -107,7 +107,7 @@
"sinon": "^1.7.3",
"snyk": "^1.83.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.3",
"typescript": "^4.0.2",
"wait-on": "^5.0.1",
"watchify": "^3.7.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8048,10 +8048,10 @@ typescript@^2.5.1:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

typescript@^3.9.3:
version "3.9.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
typescript@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==

uglify-js@^2.6:
version "2.8.29"
Expand Down