File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33Browser bindings of PuzzleJs
44
55[ ![ CircleCI] ( https://circleci.com/gh/puzzle-js/puzzle-lib/tree/master.svg?style=svg )] ( https://circleci.com/gh/puzzle-js/puzzle-lib/tree/master )
6- [ ![ npm] ( https://img.shields.io/npm/dt/@puzzle-js/puzzle -lib.svg )] ( https://www.npmjs.com/package/@puzzle-js/lib )
7- [ ![ npm] ( https://img.shields.io/npm/v/@puzzle-js/puzzle -lib.svg )] ( https://www.npmjs.com/package/@puzzle-js/lib )
6+ [ ![ npm] ( https://img.shields.io/npm/dt/@puzzle-js/client -lib.svg )] ( https://www.npmjs.com/package/@puzzle-js/client- lib )
7+ [ ![ npm] ( https://img.shields.io/npm/v/@puzzle-js/client -lib.svg )] ( https://www.npmjs.com/package/@puzzle-js/client- lib )
88[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/puzzle-js/puzzle-lib/badge.svg )] ( https://snyk.io/test/github/puzzle-js/puzzle-lib )
99[ ![ codecov] ( https://codecov.io/gh/puzzle-js/puzzle-lib/branch/master/graph/badge.svg )] ( https://codecov.io/gh/puzzle-js/puzzle-lib )
Original file line number Diff line number Diff line change 11{
22 "name" : " @puzzle-js/client-lib" ,
33 "main" : " dist/index.js" ,
4- "version" : " 1.6.2 " ,
4+ "version" : " 1.6.3 " ,
55 "author" : " <emre.kul@trendyol.com>" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ export interface IPageLibDependency {
4545 link : string ;
4646 type : RESOURCE_TYPE ;
4747 preLoaded : boolean ;
48+ loadMethod ?: RESOURCE_LOADING_TYPE ;
4849}
4950
5051export interface IPageLibConfiguration {
You can’t perform that action at this time.
0 commit comments