We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33e227e + 05827a0 commit 16529c2Copy full SHA for 16529c2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@puzzle-js/client-lib",
3
"main": "dist/index.js",
4
- "version": "1.1.4",
+ "version": "1.1.5",
5
"author": "<emre.kul@trendyol.com>",
6
"license": "MIT",
7
"repository": {
src/types.ts
@@ -31,6 +31,7 @@ export interface IPageFragmentConfig {
31
name: string;
32
chunked: boolean;
33
clientAsync: boolean;
34
+ disabled: boolean;
35
attributes: { [name: string]: string };
36
source: string | undefined;
37
}
0 commit comments