This repository was archived by the owner on Sep 3, 2022. It is now read-only.
File tree 3 files changed +17
-14
lines changed
3 files changed +17
-14
lines changed Original file line number Diff line number Diff line change
1
+ # 4.0.0 / 2020-08-20
1
2
2
- 4.0.0-beta.1 / 2020-07-30
3
- =========================
3
+ - Drop beta release
4
+ - TypeScript 4
4
5
5
- * export interfaces
6
- * fix importing types issues
6
+ # 4.0.0-beta.1 / 2020-07-30
7
7
8
- 3.13.8 / 2020-07-29
9
- ===================
8
+ - export interfaces
9
+ - fix importing types issues
10
+
11
+ # 3.13.8 / 2020-07-29
12
+
13
+ - Add --declaration back to build scripts
14
+ - Publish v3.13.7 (#176 )
10
15
11
- * Add --declaration back to build scripts
12
- * Publish v3.13.7 (#176 )
13
16
# 3.13.7 / 2020-07-29
14
17
15
18
- Publish types to npm
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @segment/analytics.js-core" ,
3
3
"author" :
" Segment <[email protected] >" ,
4
- "version" : " 4.0.0-beta.1 " ,
4
+ "version" : " 4.0.0" ,
5
5
"description" : " The hassle-free way to integrate analytics into any web application." ,
6
6
"types" : " lib/index.d.ts" ,
7
7
"keywords" : [
107
107
"sinon" : " ^1.7.3" ,
108
108
"snyk" : " ^1.83.0" ,
109
109
"ts-node" : " ^8.10.2" ,
110
- "typescript" : " ^3.9.3 " ,
110
+ "typescript" : " ^4.0.2 " ,
111
111
"wait-on" : " ^5.0.1" ,
112
112
"watchify" : " ^3.7.0"
113
113
},
Original file line number Diff line number Diff line change @@ -8048,10 +8048,10 @@ typescript@^2.5.1:
8048
8048
version "2.9.2"
8049
8049
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
8050
8050
8051
- typescript@^3.9.3 :
8052
- version "3.9.3 "
8053
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3 .tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a "
8054
- integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ ==
8051
+ typescript@^4.0.2 :
8052
+ version "4.0.2 "
8053
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2 .tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2 "
8054
+ integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ ==
8055
8055
8056
8056
uglify-js@^2.6 :
8057
8057
version "2.8.29"
You can’t perform that action at this time.
0 commit comments