@icvdeveloper/common-module 1.4.13 → 1.4.14

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/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.4.14 - 2024-07-31
11
+
10
12
  ## 1.4.13 - 2024-06-26
11
13
 
12
14
  ## 1.4.12 - 2024-03-22
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "v3plus-common-module",
3
3
  "configKey": "v3plusCommonModule",
4
- "version": "1.4.13"
4
+ "version": "1.4.14"
5
5
  }
@@ -109,7 +109,11 @@ export default defineNuxtPlugin((nuxtApp) => {
109
109
  ogDescription: metaDesc,
110
110
  ogType: "website",
111
111
  ogUrl: canonicalUrl,
112
- ogImage: socialImage
112
+ ogImage: socialImage,
113
+ twitterCard: "summary_large_image",
114
+ twitterTitle: docTitle,
115
+ twitterDescription: metaDesc,
116
+ twitterImage: socialImage
113
117
  });
114
118
  });
115
119
  router.afterEach(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icvdeveloper/common-module",
3
- "version": "1.4.13",
3
+ "version": "1.4.14",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {