File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " tslib" ,
3
3
"author" : " Microsoft Corp." ,
4
4
"homepage" : " https://www.typescriptlang.org/" ,
5
- "version" : " 2.5.2 " ,
5
+ "version" : " 2.5.3 " ,
6
6
"license" : " 0BSD" ,
7
7
"description" : " Runtime library for TypeScript helper functions" ,
8
8
"keywords" : [
29
29
"exports" : {
30
30
"." : {
31
31
"module" : {
32
- "types" : " ./tslib/modules/index.d.ts" ,
33
- "default" : " ./tslib.es6.mjs"
32
+ "types" : " ./tslib/modules/index.d.ts" ,
33
+ "default" : " ./tslib.es6.mjs"
34
34
},
35
35
"import" : {
36
- "node" : " ./modules/index.js" ,
37
- "default" : {
38
- "types" : " ./modules/index.d.ts" ,
39
- "default" : " ./tslib.es6.mjs"
40
- }
36
+ "node" : " ./modules/index.js" ,
37
+ "default" : {
38
+ "types" : " ./modules/index.d.ts" ,
39
+ "default" : " ./tslib.es6.mjs"
40
+ }
41
41
},
42
42
"default" : " ./tslib.js"
43
43
},
You can’t perform that action at this time.
0 commit comments