denwa-web-shared 1.0.14 → 1.0.15

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.
@@ -154,7 +154,6 @@ const prepareLocalMetaData = ({
154
154
  alternates.canonical = `https://${correctHost}${canonical}`;
155
155
  }
156
156
  if (lang) {
157
- console.log(lang);
158
157
  const langs = lang.locales.filter((item) => item !== lang.locale);
159
158
  const languages = {};
160
159
  langs.forEach((item) => {
@@ -152,7 +152,6 @@ const prepareLocalMetaData = ({
152
152
  alternates.canonical = `https://${correctHost}${canonical}`;
153
153
  }
154
154
  if (lang) {
155
- console.log(lang);
156
155
  const langs = lang.locales.filter((item) => item !== lang.locale);
157
156
  const languages = {};
158
157
  langs.forEach((item) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "denwa-web-shared",
3
3
  "private": false,
4
- "version": "1.0.14",
4
+ "version": "1.0.15",
5
5
  "type": "module",
6
6
  "author": "Denwa",
7
7
  "main": "dist/denwa-web-shared.cjs.js",