diff --git a/package.json b/package.json index 74d84c3..f5b8824 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@puzzle-js/client-lib", "main": "dist/index.js", - "version": "1.1.4", + "version": "1.1.5", "author": "", "license": "MIT", "repository": { diff --git a/src/types.ts b/src/types.ts index 72ed845..4d5c4a5 100644 --- a/src/types.ts +++ b/src/types.ts @@ -31,6 +31,7 @@ export interface IPageFragmentConfig { name: string; chunked: boolean; clientAsync: boolean; + disabled: boolean; attributes: { [name: string]: string }; source: string | undefined; }