File tree 4 files changed +15
-6
lines changed
4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.6.2 " ,
5
+ "version" : " 0.6.3 " ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @surix/client" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " Surix API Client" ,
5
5
"keywords" : [
6
6
" surix" ,
62
62
"webpack-cli" : " ^3.1.2"
63
63
},
64
64
"dependencies" : {
65
- "@surix/data-helpers" : " ^0.7.3" ,
66
- "axios" : " ^0.18.0"
65
+ "@surix/data-helpers" : " ^0.7.4" ,
66
+ "axios" : " ^0.18.0" ,
67
+ "tslib" : " ^1.10.0"
67
68
}
68
69
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @surix/data-helpers" ,
3
- "version" : " 0.7.3 " ,
3
+ "version" : " 0.7.4 " ,
4
4
"description" : " Utilities for making it easy to work with Surix data" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
39
39
"webpack" : " ^4.26.0" ,
40
40
"webpack-cli" : " ^3.1.2"
41
41
},
42
- "gitHead" : " 65b5f84cd7b86725cb851929671dde789f1ec7ed"
42
+ "gitHead" : " 65b5f84cd7b86725cb851929671dde789f1ec7ed" ,
43
+ "dependencies" : {
44
+ "tslib" : " ^1.10.0"
45
+ }
43
46
}
Original file line number Diff line number Diff line change @@ -5671,6 +5671,11 @@ ts-loader@^5.3.0:
5671
5671
micromatch "^3.1.4"
5672
5672
semver "^5.0.1"
5673
5673
5674
+ tslib@^1.10.0 :
5675
+ version "1.10.0"
5676
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
5677
+ integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
5678
+
5674
5679
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0 :
5675
5680
version "1.9.3"
5676
5681
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
You can’t perform that action at this time.
0 commit comments