File tree 5 files changed +17
-31
lines changed
5 files changed +17
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ## 7.2.1 (2022-03-16)
2
+
3
+ ### Changed
4
+
5
+ - No longer use ` .npmignore ` to ignore files - Reduce package size from 54.1kB/277.4kB to 50.1kB/265.2kB
6
+
1
7
## 7.2.0 (2022-03-15)
2
8
3
9
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " boxrec" ,
3
- "version" : " 7.2.0 " ,
3
+ "version" : " 7.2.1 " ,
4
4
"description" : " retrieve information from BoxRec and return it in JSON format" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
48
48
"bugs" : {
49
49
"url" : " https://github.com/boxing/boxrec/labels/bug"
50
50
},
51
+ "files" : [
52
+ " dist/"
53
+ ],
51
54
"repository" : {
52
55
"type" : " git" ,
53
56
"url" : " https://github.com/boxing/boxrec"
54
57
},
55
58
"dependencies" : {
56
- "boxrec-requests" : " 5.3.0 " ,
59
+ "boxrec-requests" : " 5.3.1 " ,
57
60
"cheerio" : " ^1.0.0-rc.2" ,
58
61
"request" : " ^2.88.0" ,
59
62
"request-promise" : " ^4.2.6" ,
Original file line number Diff line number Diff line change 25
25
"exclude" : [
26
26
" node_modules" ,
27
27
" **/*.spec.ts" ,
28
- " **/*.spec.e2e.ts"
28
+ " **/*.spec.e2e.ts" ,
29
+ " **/__tests__/"
29
30
]
30
31
}
Original file line number Diff line number Diff line change @@ -928,10 +928,10 @@ boxrec-mocks@^3.0.1:
928
928
html-loader "^0.5.5"
929
929
webpack "^4.28.0"
930
930
931
- boxrec-requests@5.3.0 :
932
- version "5.3.0 "
933
- resolved "https://registry.yarnpkg.com/boxrec-requests/-/boxrec-requests-5.3.0 .tgz#77d2e2d89a4c68bc839f69c5a31abb3403a51f72 "
934
- integrity sha512-IZlaXzDfNmEAMHugsDzFWZ+njjndsae01ARJ7cZ69ejBe19ejSM8sL0f5Y7qxNAWoUq0fPppIiVAwVi/GvlKBA ==
931
+ boxrec-requests@5.3.1 :
932
+ version "5.3.1 "
933
+ resolved "https://registry.yarnpkg.com/boxrec-requests/-/boxrec-requests-5.3.1 .tgz#f47d2f0db5765820a95ff67d97b9a229e3a68a52 "
934
+ integrity sha512-Qs1Hjmfek85R685iyXW3qgmJ82vVMD46v0beNp4IsaN5a1TU10p9wb5HDLNPzjSeG4540CPve8J1mENF0Q/qyw ==
935
935
dependencies :
936
936
cheerio "^1.0.0-rc.3"
937
937
request "^2.88.0"
You can’t perform that action at this time.
0 commit comments