@20minutes/tyr 1.4.1 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/horoscopehomePage-mobile-critical.css +1 -1
- package/dist/css/horoscopehomePage-mobile-no-critical.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/js/atinternet.min.js +1 -1
- package/dist/js/main.min.js +2 -2
- package/dist/src/assets/main/headerAdObserver.d.ts +1 -0
- package/dist/src/assets/thirdParties/atinternet/manager.d.ts +4 -1
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const registerHeaderAd: () => void;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
type DefaultProps = Record<string, string | boolean | number>;
|
|
2
2
|
export declare const generateArticleCustomProps: () => DefaultProps;
|
|
3
3
|
export declare const generateLiveCustomProps: () => DefaultProps;
|
|
4
|
-
export declare const generateHomeCustomProps: () =>
|
|
4
|
+
export declare const generateHomeCustomProps: () => {
|
|
5
|
+
's:page_type': string;
|
|
6
|
+
's:content_source': string;
|
|
7
|
+
};
|
|
5
8
|
export declare const generateHoroscopeCustomProps: () => {
|
|
6
9
|
's:page_type': string;
|
|
7
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/tyr",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"repository": "git@github.com:20minutes/tyr.git",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "20 Minutes",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@aws-sdk/client-s3": "3.515.0",
|
|
73
73
|
"@babel/core": "^7.23.9",
|
|
74
74
|
"@graphql-codegen/cli": "^5.0.2",
|
|
75
|
-
"@graphql-codegen/typescript": "^4.0.
|
|
76
|
-
"@graphql-codegen/typescript-operations": "^4.
|
|
75
|
+
"@graphql-codegen/typescript": "^4.0.6",
|
|
76
|
+
"@graphql-codegen/typescript-operations": "^4.2.0",
|
|
77
77
|
"@octokit/core": "5.1.0",
|
|
78
78
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
79
79
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"tsconfig-paths": "^4.2.0",
|
|
137
137
|
"typescript": "^4.9.5",
|
|
138
138
|
"vite": "^4.5.2",
|
|
139
|
-
"vite-plugin-dts": "^3.7.
|
|
139
|
+
"vite-plugin-dts": "^3.7.3",
|
|
140
140
|
"vite-tsconfig-paths": "^4.3.1",
|
|
141
141
|
"vitest": "1.3.1"
|
|
142
142
|
}
|