Skip to content

Commit a886e1b

Browse files
committed
Add loadMethod type and Update README
1 parent 95dc1c0 commit a886e1b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Browser 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)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

5051
export interface IPageLibConfiguration {

0 commit comments

Comments
 (0)